Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetStat ¶
func NewNetStat ¶
func NewNetStat() *NetStat
type ZBandwidth ¶
type ZBandwidth struct {
// contains filtered or unexported fields
}
func New ¶
func New(iface string) *ZBandwidth
func (*ZBandwidth) Get ¶
func (f *ZBandwidth) Get() (rx float64, tx float64)
func (*ZBandwidth) GetRx ¶
func (f *ZBandwidth) GetRx() (ret float64)
func (*ZBandwidth) GetString ¶
func (f *ZBandwidth) GetString() (ret string)
func (*ZBandwidth) GetTx ¶
func (f *ZBandwidth) GetTx() (ret float64)
Click to show internal directories.
Click to hide internal directories.