kompose/vendor/github.com/prometheus/procfs
Tomas Kral 1f8a0e06c9
Upgrade OpenShift and its dependencies.
OpenShift version 1.4.0-alpha.0
2016-10-18 12:04:00 +02:00
..
.travis.yml Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
AUTHORS.md Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
CONTRIBUTING.md update vendoring 2016-08-05 00:31:16 +07:00
doc.go update vendoring 2016-08-05 00:31:16 +07:00
fs.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
ipvs.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
LICENSE update vendoring 2016-08-05 00:31:16 +07:00
Makefile Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
mdstat.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
NOTICE update vendoring 2016-08-05 00:31:16 +07:00
proc_io.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
proc_limits.go bump(github.com/docker/libcompose) v0.3.0 2016-08-22 10:51:22 +02:00
proc_stat.go bump(github.com/docker/libcompose) v0.3.0 2016-08-22 10:51:22 +02:00
proc.go Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
README.md Upgrade OpenShift and its dependencies. 2016-10-18 12:04:00 +02:00
stat.go bump(github.com/docker/libcompose) v0.3.0 2016-08-22 10:51:22 +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