lightwalletd/vendor/github.com/prometheus/procfs
Larry Ruane 2a915b7223 ran make update-grpc 2020-04-09 10:57:38 -06:00
..
internal/fs ran make update-grpc 2020-04-09 10:57:38 -06:00
.gitignore ran make update-grpc 2020-04-09 10:57:38 -06:00
.golangci.yml ran make update-grpc 2020-04-09 10:57:38 -06:00
CONTRIBUTING.md ran make update-grpc 2020-04-09 10:57:38 -06:00
LICENSE ran make update-grpc 2020-04-09 10:57:38 -06:00
MAINTAINERS.md ran make update-grpc 2020-04-09 10:57:38 -06:00
Makefile ran make update-grpc 2020-04-09 10:57:38 -06:00
Makefile.common ran make update-grpc 2020-04-09 10:57:38 -06:00
NOTICE ran make update-grpc 2020-04-09 10:57:38 -06:00
README.md ran make update-grpc 2020-04-09 10:57:38 -06:00
buddyinfo.go ran make update-grpc 2020-04-09 10:57:38 -06:00
doc.go ran make update-grpc 2020-04-09 10:57:38 -06:00
fixtures.ttar ran make update-grpc 2020-04-09 10:57:38 -06:00
fs.go ran make update-grpc 2020-04-09 10:57:38 -06:00
go.mod ran make update-grpc 2020-04-09 10:57:38 -06:00
go.sum ran make update-grpc 2020-04-09 10:57:38 -06:00
ipvs.go ran make update-grpc 2020-04-09 10:57:38 -06:00
mdstat.go ran make update-grpc 2020-04-09 10:57:38 -06:00
mountstats.go ran make update-grpc 2020-04-09 10:57:38 -06:00
net_dev.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc_io.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc_limits.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc_ns.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc_psi.go ran make update-grpc 2020-04-09 10:57:38 -06:00
proc_stat.go ran make update-grpc 2020-04-09 10:57:38 -06:00
stat.go ran make update-grpc 2020-04-09 10:57:38 -06:00
ttar ran make update-grpc 2020-04-09 10:57:38 -06:00
xfrm.go ran make update-grpc 2020-04-09 10:57:38 -06:00

README.md

procfs

This procfs package provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.

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.

GoDoc Build Status Go Report Card