• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bcache/H05-Jul-2018-

internal/util/H05-Jul-2018-

nfs/H05-Jul-2018-

scripts/H05-Jul-2018-

sysfs/H05-Jul-2018-

xfs/H05-Jul-2018-

.gitignoreH A D05-Jul-201811

.travis.ymlH A D05-Jul-2018173

CONTRIBUTING.mdH A D05-Jul-2018870

LICENSEH A D05-Jul-201811.1 KiB

MAINTAINERS.mdH A D05-Jul-201836

MakefileH A D05-Jul-20182.3 KiB

NOTICEH A D05-Jul-2018237

README.mdH A D05-Jul-2018655

buddyinfo.goH A D05-Jul-20182.4 KiB

buddyinfo_test.goH A D05-Jul-20181.9 KiB

doc.goH A D05-Jul-20181.3 KiB

fixtures.ttarH A D05-Jul-201821.7 KiB

fs.goH A D05-Jul-20182.2 KiB

fs_test.goH A D05-Jul-20181.3 KiB

ipvs.goH A D05-Jul-20186.3 KiB

ipvs_test.goH A D05-Jul-20186.5 KiB

mdstat.goH A D05-Jul-20184.1 KiB

mdstat_test.goH A D05-Jul-20181.5 KiB

mountstats.goH A D05-Jul-201817.8 KiB

mountstats_test.goH A D05-Jul-201810.6 KiB

net_dev.goH A D05-Jul-20186.6 KiB

net_dev_test.goH A D05-Jul-20182.5 KiB

proc.goH A D05-Jul-20185.3 KiB

proc_io.goH A D05-Jul-20181.7 KiB

proc_io_test.goH A D05-Jul-20181.4 KiB

proc_limits.goH A D05-Jul-20184.4 KiB

proc_limits_test.goH A D05-Jul-20181.3 KiB

proc_ns.goH A D05-Jul-20181.9 KiB

proc_ns_test.goH A D05-Jul-20181.2 KiB

proc_stat.goH A D05-Jul-20185.1 KiB

proc_stat_test.goH A D05-Jul-20182.8 KiB

proc_test.goH A D05-Jul-20183.8 KiB

stat.goH A D05-Jul-20186.7 KiB

stat_test.goH A D05-Jul-20182.2 KiB

ttarH A D05-Jul-201810.8 KiB

xfrm.goH A D05-Jul-20184.8 KiB

xfrm_test.goH A D05-Jul-20183.1 KiB

README.md

1# procfs
2
3This procfs package provides functions to retrieve system, kernel and process
4metrics from the pseudo-filesystem proc.
5
6*WARNING*: This package is a work in progress. Its API may still break in
7backwards-incompatible ways without warnings. Use it at your own risk.
8
9[![GoDoc](https://godoc.org/github.com/prometheus/procfs?status.png)](https://godoc.org/github.com/prometheus/procfs)
10[![Build Status](https://travis-ci.org/prometheus/procfs.svg?branch=master)](https://travis-ci.org/prometheus/procfs)
11[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/procfs)](https://goreportcard.com/report/github.com/prometheus/procfs)
12