DockerCLI/vendor/github.com/prometheus/procfs
Sebastiaan van Stijn f3a05eb800
vendor dependencies with go1.17
Some warnings about go1.16 compatibility, so including them here:

     + go mod tidy -modfile=vendor.mod
     github.com/docker/cli/cli/registry/client imports
           github.com/docker/distribution/registry/api/v2 imports
           github.com/gorilla/mux loaded from github.com/gorilla/mux@v1.7.0,
        but go 1.16 would select v1.8.0
     github.com/docker/cli/cli/compose/loader imports
        gopkg.in/yaml.v2 tested by
        gopkg.in/yaml.v2.test imports
        gopkg.in/check.v1 loaded from gopkg.in/check.v1@v1.0.0-20200227125254-8fa46927fb4f,
        but go 1.16 would select v1.0.0-20201130134442-10cb98267c6c
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/Shopify/logrus-bugsnag loaded from github.com/Shopify/logrus-bugsnag@v0.0.0-20170309145241-6dbc35f2c30d,
        but go 1.16 would select v0.0.0-20171204204709-577dee27f20d
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server/storage imports
        gopkg.in/rethinkdb/rethinkdb-go.v6 imports
        github.com/opentracing/opentracing-go loaded from github.com/opentracing/opentracing-go@v1.1.0,
        but go 1.16 would select v1.2.0
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server/storage imports
        gopkg.in/rethinkdb/rethinkdb-go.v6 imports
        github.com/opentracing/opentracing-go/ext loaded from github.com/opentracing/opentracing-go@v1.1.0,
        but go 1.16 would select v1.2.0
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server/storage imports
        gopkg.in/rethinkdb/rethinkdb-go.v6 imports
        github.com/opentracing/opentracing-go/log loaded from github.com/opentracing/opentracing-go@v1.1.0,
        but go 1.16 would select v1.2.0
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/spf13/viper imports
        github.com/spf13/afero loaded from github.com/spf13/afero@v1.1.2,
        but go 1.16 would select v1.2.2
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/spf13/viper imports
        github.com/spf13/cast loaded from github.com/spf13/cast@v1.3.0,
        but go 1.16 would select v1.3.1
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/spf13/viper imports
        github.com/spf13/jwalterweatherman loaded from github.com/spf13/jwalterweatherman@v1.0.0,
        but go 1.16 would select v1.1.0
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/spf13/viper imports
        gopkg.in/ini.v1 loaded from gopkg.in/ini.v1@v1.51.0,
        but go 1.16 would select v1.56.0
     github.com/docker/cli/cli/command imports
        github.com/theupdateframework/notary/client tested by
        github.com/theupdateframework/notary/client.test imports
        github.com/theupdateframework/notary/server imports
        github.com/theupdateframework/notary/utils imports
        github.com/spf13/viper imports
        github.com/spf13/afero imports
        github.com/spf13/afero/mem loaded from github.com/spf13/afero@v1.1.2,
        but go 1.16 would select v1.2.2

     To upgrade to the versions selected by go 1.16:
        go mod tidy -go=1.16 && go mod tidy -go=1.17
     If reproducibility with go 1.16 is not needed:
        go mod tidy -compat=1.17
     For other options, see:
        https://golang.org/doc/modules/pruning

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-26 19:48:14 +01:00
..
internal vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
.gitignore vendor with go mod 2021-12-16 21:16:01 +01:00
.golangci.yml vendor with go mod 2021-12-16 21:16:01 +01:00
CODE_OF_CONDUCT.md vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
CONTRIBUTING.md vendor with go mod 2021-12-16 21:16:01 +01:00
LICENSE Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
MAINTAINERS.md vendor with go mod 2021-12-16 21:16:01 +01:00
Makefile vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
Makefile.common vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
NOTICE Bump moby to d37f5c6bdf788a6cb82c07fb707e31a240eff5f9 2018-05-18 11:44:14 +02:00
README.md vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
SECURITY.md vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
arp.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
buddyinfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cmdline.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_armx.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_mipsx.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_others.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_ppcx.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_riscvx.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_s390x.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
cpuinfo_x86.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
crypto.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
doc.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
fixtures.ttar vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
fs.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
fscache.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
ipvs.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
kernel_random.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
loadavg.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
mdstat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
meminfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
mountinfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
mountstats.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_conntrackstat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_dev.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
net_ip_socket.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_protocols.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_sockstat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_softnet.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_tcp.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_udp.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
net_unix.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
netstat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_cgroup.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_environ.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
proc_fdinfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_io.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
proc_limits.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_maps.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_ns.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_psi.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_smaps.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_stat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
proc_status.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
schedstat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
slab.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
stat.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
swaps.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
ttar vendor with go mod 2021-12-16 21:16:01 +01:00
vm.go vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
xfrm.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01:00
zoneinfo.go vendor: github.com/prometheus/procfs v0.7.3 2022-03-24 13:47:51 +01: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 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 fixtures.ttar.