You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mura Li d77176912b Use Go1.11 module (#5743)
* Migrate to go modules

* make vendor

* Update mvdan.cc/xurls

* make vendor

* Update code.gitea.io/git

* make fmt-check

* Update github.com/go-sql-driver/mysql

* make vendor
5 years ago
..
internal/util Prometheus endpoint (#5256) 6 years ago
nfs Prometheus endpoint (#5256) 6 years ago
xfs Prometheus endpoint (#5256) 6 years ago
.gitignore Use Go1.11 module (#5743) 5 years ago
CONTRIBUTING.md Use Go1.11 module (#5743) 5 years ago
LICENSE Prometheus endpoint (#5256) 6 years ago
MAINTAINERS.md Use Go1.11 module (#5743) 5 years ago
Makefile Use Go1.11 module (#5743) 5 years ago
NOTICE Prometheus endpoint (#5256) 6 years ago
README.md Use Go1.11 module (#5743) 5 years ago
buddyinfo.go Prometheus endpoint (#5256) 6 years ago
doc.go Prometheus endpoint (#5256) 6 years ago
fixtures.ttar Use Go1.11 module (#5743) 5 years ago
fs.go Prometheus endpoint (#5256) 6 years ago
ipvs.go Prometheus endpoint (#5256) 6 years ago
mdstat.go Prometheus endpoint (#5256) 6 years ago
mountstats.go Prometheus endpoint (#5256) 6 years ago
net_dev.go Prometheus endpoint (#5256) 6 years ago
proc.go Prometheus endpoint (#5256) 6 years ago
proc_io.go Prometheus endpoint (#5256) 6 years ago
proc_limits.go Prometheus endpoint (#5256) 6 years ago
proc_ns.go Prometheus endpoint (#5256) 6 years ago
proc_stat.go Prometheus endpoint (#5256) 6 years ago
stat.go Prometheus endpoint (#5256) 6 years ago
ttar Use Go1.11 module (#5743) 5 years ago
xfrm.go Prometheus endpoint (#5256) 6 years ago

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