apiserver/vendor/github.com/prometheus/procfs
deads2k 4e65ec9873 sync: resync vendor folder 2017-02-23 11:13:21 -05:00
..
.travis.yml sync: resync vendor folder 2017-02-23 11:13:21 -05:00
AUTHORS.md sync: resync vendor folder 2017-02-23 11:13:21 -05:00
CONTRIBUTING.md sync: resync vendor folder 2017-02-23 11:13:21 -05:00
LICENSE sync: resync vendor folder 2017-02-23 11:13:21 -05:00
Makefile sync: resync vendor folder 2017-02-23 11:13:21 -05:00
NOTICE sync: resync vendor folder 2017-02-23 11:13:21 -05:00
README.md sync: resync vendor folder 2017-02-23 11:13:21 -05:00
doc.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
fs.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
ipvs.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
mdstat.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
proc.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
proc_io.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
proc_limits.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
proc_stat.go sync: resync vendor folder 2017-02-23 11:13:21 -05:00
stat.go sync: resync vendor folder 2017-02-23 11:13:21 -05: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