Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMeasurementKey ¶
Types ¶
type Statistics ¶
type Statistics struct {
Since time.Time `json:"since"`
Until time.Time `json:"until"`
Min time.Duration `json:"min"`
Average time.Duration `json:"average"`
Max time.Duration `json:"max"`
StandardDeviation time.Duration `json:"mdev"`
Sent uint64 `json:"sent"`
Lost uint64 `json:"lost"`
}
func (*Statistics) String ¶
func (s *Statistics) String() string
Click to show internal directories.
Click to hide internal directories.