coredns/vendor/github.com/prometheus/procfs
Miek Gieben 7e63bdbee8 dep ensure -update (#1001)
* dep ensure -update

Run "dep ensure -update` to update all dependencies.

No code changes; just the dependencies.

* dep prune

* add new venderod
2017-08-28 08:49:28 -07: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 with go dep 2017-04-28 09:14:54 -07:00
proc_limits_test.go Update vendor with go dep 2017-04-28 09:14:54 -07: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