Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkDeviceBandwidth ¶
type NetworkDeviceBandwidth struct {
Name string `json:"name"`
RxBytes uint64 `json:"rxBytes"`
TxBytes uint64 `json:"txBytes"`
RxPackets uint64 `json:"rxPackets"`
TxPackets uint64 `json:"txPackets"`
}
func Info ¶ added in v0.4.0
func Info() []NetworkDeviceBandwidth
Info returns []NetworkDeviceBandwidth containing bandwidth usage per interface
Click to show internal directories.
Click to hide internal directories.