0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-09 02:42:21 +02:00
gitea/vendor/github.com/prometheus/procfs
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
2019-03-27 19:15:23 +08:00
..
internal/util
nfs
xfs
.gitignore Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
buddyinfo.go
CONTRIBUTING.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
doc.go
fixtures.ttar Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
fs.go
ipvs.go
LICENSE
MAINTAINERS.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
Makefile Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
mdstat.go
mountstats.go
net_dev.go
NOTICE
proc.go
proc_io.go
proc_limits.go
proc_ns.go
proc_stat.go
README.md Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
stat.go
ttar Use Go1.11 module (#5743) 2019-03-27 19:15:23 +08:00
xfrm.go

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