Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoadMonitor ¶
func (*LoadMonitor) GetCounter ¶
func (m *LoadMonitor) GetCounter() interface{}
type Monitor ¶
func (*Monitor) GetCounter ¶
func (m *Monitor) GetCounter() interface{}
type NetCounter ¶
type NetCounter struct {
Rx uint64 `statsd:"rx,counter"`
Tx uint64 `statsd:"tx,counter"`
RxBytes uint64 `statsd:"rx_bytes,counter"`
TxBytes uint64 `statsd:"tx_bytes,counter"`
ErrIn uint64 `statsd:"err_in,counter"`
ErrOut uint64 `statsd:"err_out,counter"`
DropIn uint64 `statsd:"drop_in,counter"`
DropOut uint64 `statsd:"drop_out,counter"`
FifoIn uint64 `statsd:"fifo_in,counter"`
FifoOut uint64 `statsd:"fifo_out,counter"`
}
type NetworkMonitor ¶
func (*NetworkMonitor) GetCounter ¶
func (m *NetworkMonitor) GetCounter() interface{}
type SysCounter ¶
Click to show internal directories.
Click to hide internal directories.