boulder/vendor/github.com/prometheus/procfs
Aaron Gable 1c1c4dcfef
Update certificate-transparency-go to get static/tiled log support (#8150)
Update github.com/google/certificate-transparency-go from v1.1.6 to
v1.3.1. This updates the loglist file schema to recognize logs which are
tagged as being tiled logs / implementing the static CT API.

Transitively update:
- github.com/go-sql-driver/mysql from v1.7.1 to v1.8.1
- github.com/prometheus/client_golang from v1.15.1 to v1.22.0
- github.com/prometheus/client_model from v0.4.0 to v0.6.1
- go.opentelemetry.io/otel from v1.30.0 to v1.31.0
- google.golang.org/grpc from v1.66.1 to v1.69.4
- google.golang.org/protobuf from v1.34.2 to v1.36.5
- and a variety of indirect dependencies

Remove one indirect dependency:
- github.com/matttproud/golang_protobuf_extensions

Add two new indirect dependencies:
- filippo.io/edwards25519@v1.1.0 (used by go-sql-driver to handle
mariadb's custom encryption implementation)
- github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822
(previously inlined into prometheus/common)

Also fix two unit tests which need minor modifications to work with
updated type signatures and behavior.

Part of https://github.com/letsencrypt/boulder/issues/7872
2025-04-30 15:56:31 -07:00
..
internal Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
.gitignore build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
.golangci.yml Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
CODE_OF_CONDUCT.md build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
CONTRIBUTING.md build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
LICENSE Add prometheus client. (#2293) 2016-10-28 16:13:41 -07:00
MAINTAINERS.md Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
Makefile build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
Makefile.common Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
NOTICE Add prometheus client. (#2293) 2016-10-28 16:13:41 -07:00
README.md Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
SECURITY.md build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
arp.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
buddyinfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
cmdline.go Bump github.com/prometheus/client_golang from 1.7.1 to 1.12.1 (#5974) 2022-03-30 09:49:40 -07:00
cpuinfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
cpuinfo_armx.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
cpuinfo_loong64.go build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6 (#6975) 2023-07-21 11:28:56 -07:00
cpuinfo_mipsx.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
cpuinfo_others.go build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6 (#6975) 2023-07-21 11:28:56 -07:00
cpuinfo_ppcx.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
cpuinfo_riscvx.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
cpuinfo_s390x.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
cpuinfo_x86.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
crypto.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
doc.go build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6 (#6975) 2023-07-21 11:28:56 -07:00
fs.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
fs_statfs_notype.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
fs_statfs_type.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
fscache.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
ipvs.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
kernel_random.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
loadavg.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
mdstat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
meminfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
mountinfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
mountstats.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_conntrackstat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_dev.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
net_ip_socket.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_protocols.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_route.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_sockstat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_softnet.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_tcp.go Bump github.com/prometheus/client_golang from 1.7.1 to 1.12.1 (#5974) 2022-03-30 09:49:40 -07:00
net_tls_stat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_udp.go Bump github.com/prometheus/client_golang from 1.7.1 to 1.12.1 (#5974) 2022-03-30 09:49:40 -07:00
net_unix.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_wireless.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
net_xfrm.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
netstat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_cgroup.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_cgroups.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_environ.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
proc_fdinfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_interrupts.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_io.go Update prometheus/client libs (#4993) 2020-07-29 12:38:06 -07:00
proc_limits.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_maps.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_netstat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_ns.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_psi.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_smaps.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_snmp.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_snmp6.go build(deps): bump github.com/google/certificate-transparency-go from 1.1.4 to 1.1.6 (#6975) 2023-07-21 11:28:56 -07:00
proc_stat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_status.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
proc_sys.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
schedstat.go build(deps): bump github.com/prometheus/client_golang (#6314) 2022-08-25 16:30:02 -07:00
slab.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
softirqs.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
stat.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
swaps.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
thread.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
ttar deps: update to prometheus/client_golang 1.2.1 (#4601) 2019-12-06 16:14:50 -05:00
vm.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00
zoneinfo.go Update certificate-transparency-go to get static/tiled log support (#8150) 2025-04-30 15:56:31 -07:00

README.md

procfs

This package provides functions to retrieve system, kernel, and process metrics from the pseudo-filesystems /proc and /sys.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

Go Reference CircleCI Go Report Card

Usage

The procfs library is organized by packages based on whether the gathered data is coming from /proc, /sys, or both. Each package contains an FS type which represents the path to either /proc, /sys, or both. For example, cpu statistics are gathered from /proc/stat and are available via the root procfs package. First, the proc filesystem mount point is initialized, and then the stat information is read.

fs, err := procfs.NewFS("/proc")
stats, err := fs.Stat()

Some sub-packages such as blockdevice, require access to both the proc and sys filesystems.

    fs, err := blockdevice.NewFS("/proc", "/sys")
    stats, err := fs.ProcDiskstats()

Package Organization

The packages in this project are organized according to (1) whether the data comes from the /proc or /sys filesystem and (2) the type of information being retrieved. For example, most process information can be gathered from the functions in the root procfs package. Information about block devices such as disk drives is available in the blockdevices sub-package.

Building and Testing

The procfs library is intended to be built as part of another application, so there are no distributable binaries.
However, most of the API includes unit tests which can be run with make test.

Updating Test Fixtures

The procfs library includes a set of test fixtures which include many example files from the /proc and /sys filesystems. These fixtures are included as a ttar file which is extracted automatically during testing. To add/update the test fixtures, first ensure the fixtures directory is up to date by removing the existing directory and then extracting the ttar file using make fixtures/.unpacked or just make test.

rm -rf testdata/fixtures
make test

Next, make the required changes to the extracted files in the fixtures directory. When the changes are complete, run make update_fixtures to create a new fixtures.ttar file based on the updated fixtures directory. And finally, verify the changes using git diff testdata/fixtures.ttar.