prometheus/vendor/github.com/prometheus/procfs
2015-09-15 15:37:12 +02:00
..
AUTHORS.md Vendoring via govendor 2015-09-15 15:37:12 +02:00
CONTRIBUTING.md Vendoring via govendor 2015-09-15 15:37:12 +02:00
doc.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
fs.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
ipvs.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
LICENSE Vendoring via govendor 2015-09-15 15:37:12 +02:00
NOTICE Vendoring via govendor 2015-09-15 15:37:12 +02:00
proc.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
proc_io.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
proc_limits.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
proc_stat.go Vendoring via govendor 2015-09-15 15:37:12 +02:00
README.md Vendoring via govendor 2015-09-15 15:37:12 +02:00
stat.go Vendoring via govendor 2015-09-15 15:37:12 +02: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