You can not 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) 5 years ago
..
internal/util Prometheus endpoint (#5256) 5 years ago
nfs Prometheus endpoint (#5256) 5 years ago
xfs Prometheus endpoint (#5256) 5 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) 5 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) 5 years ago
README.md Use Go1.11 module (#5743) 5 years ago
buddyinfo.go Prometheus endpoint (#5256) 5 years ago
doc.go Prometheus endpoint (#5256) 5 years ago
fixtures.ttar Use Go1.11 module (#5743) 5 years ago
fs.go Prometheus endpoint (#5256) 5 years ago
ipvs.go Prometheus endpoint (#5256) 5 years ago
mdstat.go Prometheus endpoint (#5256) 5 years ago
mountstats.go Prometheus endpoint (#5256) 5 years ago
net_dev.go Prometheus endpoint (#5256) 5 years ago
proc.go Prometheus endpoint (#5256) 5 years ago
proc_io.go Prometheus endpoint (#5256) 5 years ago
proc_limits.go Prometheus endpoint (#5256) 5 years ago
proc_ns.go Prometheus endpoint (#5256) 5 years ago
proc_stat.go Prometheus endpoint (#5256) 5 years ago
stat.go Prometheus endpoint (#5256) 5 years ago
ttar Use Go1.11 module (#5743) 5 years ago
xfrm.go Prometheus endpoint (#5256) 5 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