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 Check ¶
func Check() []NetworkDeviceBandwidth
Click to show internal directories.
Click to hide internal directories.