kilo/vendor/github.com/prometheus/procfs
Lucas Serven e989f0a25f
init
2019-01-18 02:50:10 +01:00
..
internal/util init 2019-01-18 02:50:10 +01:00
nfs init 2019-01-18 02:50:10 +01:00
xfs init 2019-01-18 02:50:10 +01:00
.gitignore init 2019-01-18 02:50:10 +01:00
CONTRIBUTING.md init 2019-01-18 02:50:10 +01:00
LICENSE init 2019-01-18 02:50:10 +01:00
MAINTAINERS.md init 2019-01-18 02:50:10 +01:00
Makefile init 2019-01-18 02:50:10 +01:00
Makefile.common init 2019-01-18 02:50:10 +01:00
NOTICE init 2019-01-18 02:50:10 +01:00
README.md init 2019-01-18 02:50:10 +01:00
buddyinfo.go init 2019-01-18 02:50:10 +01:00
doc.go init 2019-01-18 02:50:10 +01:00
fixtures.ttar init 2019-01-18 02:50:10 +01:00
fs.go init 2019-01-18 02:50:10 +01:00
go.mod init 2019-01-18 02:50:10 +01:00
ipvs.go init 2019-01-18 02:50:10 +01:00
mdstat.go init 2019-01-18 02:50:10 +01:00
mountstats.go init 2019-01-18 02:50:10 +01:00
net_dev.go init 2019-01-18 02:50:10 +01:00
proc.go init 2019-01-18 02:50:10 +01:00
proc_io.go init 2019-01-18 02:50:10 +01:00
proc_limits.go init 2019-01-18 02:50:10 +01:00
proc_ns.go init 2019-01-18 02:50:10 +01:00
proc_stat.go init 2019-01-18 02:50:10 +01:00
stat.go init 2019-01-18 02:50:10 +01:00
ttar init 2019-01-18 02:50:10 +01:00
xfrm.go init 2019-01-18 02:50:10 +01: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