gorush/vendor/github.com/prometheus/procfs
Bo-Yi Wu 23bd0d0c56 feat: switch glide to govendor. (#186)
* feat: switch glide to govendor.

* fix: testing
2017-02-19 15:04:00 +08:00
..
xfs feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
CONTRIBUTING.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
LICENSE feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
MAINTAINERS.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
Makefile feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
NOTICE feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
README.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
buddyinfo.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
doc.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
fs.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
ipvs.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
mdstat.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
mountstats.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
proc.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
proc_io.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
proc_limits.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
proc_stat.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
stat.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08: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