kompose/vendor/github.com/prometheus/procfs
2016-08-05 00:31:16 +07:00
..
.travis.yml update vendoring 2016-08-05 00:31:16 +07:00
AUTHORS.md update vendoring 2016-08-05 00:31:16 +07:00
CONTRIBUTING.md update vendoring 2016-08-05 00:31:16 +07:00
doc.go update vendoring 2016-08-05 00:31:16 +07:00
fs.go update vendoring 2016-08-05 00:31:16 +07:00
ipvs.go update vendoring 2016-08-05 00:31:16 +07:00
LICENSE update vendoring 2016-08-05 00:31:16 +07:00
Makefile update vendoring 2016-08-05 00:31:16 +07:00
mdstat.go update vendoring 2016-08-05 00:31:16 +07:00
NOTICE update vendoring 2016-08-05 00:31:16 +07:00
proc_io.go update vendoring 2016-08-05 00:31:16 +07:00
proc_limits.go update vendoring 2016-08-05 00:31:16 +07:00
proc_stat.go update vendoring 2016-08-05 00:31:16 +07:00
proc.go update vendoring 2016-08-05 00:31:16 +07:00
README.md update vendoring 2016-08-05 00:31:16 +07:00
stat.go update vendoring 2016-08-05 00:31:16 +07: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