cloud-game/vendor/github.com/prometheus/procfs
2019-08-17 00:13:36 +08:00
..
internal/fs Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
.gitignore Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
.golangci.yml Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
buddyinfo.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
CONTRIBUTING.md Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
doc.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
fixtures.ttar Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
fs.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
go.mod Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
go.sum Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
ipvs.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
LICENSE Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
MAINTAINERS.md Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
Makefile Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
Makefile.common Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
mdstat.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
mountstats.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
net_dev.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
NOTICE Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc_io.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc_limits.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc_ns.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc_psi.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
proc_stat.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
README.md Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
stat.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
ttar Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08:00
xfrm.go Introduce Makefile and go vendor directory for faster build (#67) 2019-08-17 00:13:36 +08: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 Go Report Card