che-operator/vendor/github.com/prometheus/procfs
Anatolii Bazko a8c155409d
Make che-operator non blocking (#212)
* Make che-operator non-blocking

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-04-10 17:19:14 +03:00
..
internal/util Update vendor 2019-03-19 15:59:09 +02:00
iostats Update vendor 2019-03-19 15:59:09 +02:00
nfs Update vendor 2019-03-19 15:59:09 +02:00
xfs Update vendor 2019-03-19 15:59:09 +02:00
.gitignore Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
CONTRIBUTING.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
LICENSE Update vendor 2019-03-19 15:59:09 +02:00
MAINTAINERS.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
Makefile Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
Makefile.common Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
NOTICE Update vendor 2019-03-19 15:59:09 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
buddyinfo.go Update vendor 2019-03-19 15:59:09 +02:00
diskstats.go Update vendor 2019-03-19 15:59:09 +02:00
doc.go Update vendor 2019-03-19 15:59:09 +02:00
fixtures.ttar Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
fs.go Update vendor 2019-03-19 15:59:09 +02:00
go.mod Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
go.sum Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
ipvs.go Update vendor 2019-03-19 15:59:09 +02:00
mdstat.go Update vendor 2019-03-19 15:59:09 +02:00
mountstats.go Update vendor 2019-03-19 15:59:09 +02:00
net_dev.go Update vendor 2019-03-19 15:59:09 +02:00
proc.go Update vendor 2019-03-19 15:59:09 +02:00
proc_io.go Update vendor 2019-03-19 15:59:09 +02:00
proc_limits.go Update vendor 2019-03-19 15:59:09 +02:00
proc_ns.go Update vendor 2019-03-19 15:59:09 +02:00
proc_psi.go Update vendor 2019-03-19 15:59:09 +02:00
proc_stat.go Update vendor 2019-03-19 15:59:09 +02:00
stat.go Update vendor 2019-03-19 15:59:09 +02:00
ttar Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
xfrm.go Update vendor 2019-03-19 15:59:09 +02: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