open-vault/vendor/github.com/prometheus/procfs
2017-01-03 14:43:46 -05:00
..
AUTHORS.md physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
CONTRIBUTING.md physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
doc.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
fs.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
ipvs.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
LICENSE physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
Makefile physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
mdstat.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
NOTICE physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
proc.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
proc_io.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
proc_limits.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
proc_stat.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
README.md physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00
stat.go physical: add etcd3 backend (#2168) 2017-01-03 14:43:46 -05:00

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