Documentation ¶
Index ¶
- type Counter
- func (c *Counter) BytesReceived() int64
- func (c *Counter) BytesSent() int64
- func (c *Counter) CountBytesReceived(count int)
- func (c *Counter) CountBytesSent(count int)
- func (c *Counter) CountKibiBytesReceived(count float64)
- func (c *Counter) CountKibiBytesSent(count float64)
- func (c *Counter) KibiBytesReceived() float64
- func (c *Counter) KibiBytesSent() float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
Counter counts bytes sent and received.
func (*Counter) BytesReceived ¶
BytesReceived returns the bytes received so far.
func (*Counter) CountBytesReceived ¶
CountBytesReceived adds count to the bytes received counter.
func (*Counter) CountBytesSent ¶
CountBytesSent adds count to the bytes sent counter.
func (*Counter) CountKibiBytesReceived ¶
CountKibiBytesReceived adds 1024*count to the bytes received counter.
func (*Counter) CountKibiBytesSent ¶
CountKibiBytesSent adds 1024*count to the bytes sent counter.
func (*Counter) KibiBytesReceived ¶
KibiBytesReceived returns the KiB received so far.
func (*Counter) KibiBytesSent ¶
KibiBytesSent returns the KiB sent so far.
Click to show internal directories.
Click to hide internal directories.