coredns/vendor/github.com/prometheus/procfs
Yong Tang 1fc0c16968 Update vendor libraries except client-go, apimachinery and ugorji/go (#1197)
This fix updates vendor libraries except client-go, apimachinery
and ugorji/go, as github.com/ugorji/go/codec is causing compatibilities issues.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-11-03 07:20:15 +00:00
..
xfs Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
buddyinfo.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
buddyinfo_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
CONTRIBUTING.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
doc.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
fs.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
fs_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
ipvs.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
ipvs_test.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
MAINTAINERS.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
Makefile dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
mdstat.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mdstat_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mountstats.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
mountstats_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
NOTICE Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_io.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_io_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_limits.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
proc_limits_test.go Update vendor libraries except client-go, apimachinery and ugorji/go (#1197) 2017-11-03 07:20:15 +00:00
proc_stat.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_stat_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
proc_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00
stat.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
stat_test.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
ttar dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
xfrm.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01:00
xfrm_test.go Drop caddy from vendor (#700) 2017-06-03 08:27:41 +01: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