type github.com/prometheus/procfs.NetDev
8 uses
github.com/prometheus/procfs (current package)
net_dev.go#L48: type NetDev map[string]NetDevLine
net_dev.go#L51: func (fs FS) NetDev() (NetDev, error) {
net_dev.go#L56: func (p Proc) NetDev() (NetDev, error) {
net_dev.go#L61: func newNetDev(file string) (NetDev, error) {
net_dev.go#L64: return NetDev{}, err
net_dev.go#L68: netDev := NetDev{}
net_dev.go#L89: func (netDev NetDev) parseLine(rawLine string) (*NetDevLine, error) {
net_dev.go#L178: func (netDev NetDev) Total() NetDevLine {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |