Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Iperf iperf3
View Source
var Netperf netperf
View Source
var Uperf uperf
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type IperfResult ¶
type IperfResult struct { Data struct { TCPRetransmit struct { Count float64 `json:"retransmits"` } `json:"sum_sent"` TCPStream struct { Rate float32 `json:"bits_per_second"` } `json:"sum_received"` UDPStream struct { Rate float64 `json:"bits_per_second"` LossPercent float64 `json:"lost_percent"` } `json:"sum"` } `json:"end"` }
type Result ¶
type Result struct { Data struct { TCPRetransmit struct { Count float64 `json:"retransmits"` } `json:"sum_sent"` TCPStream struct { Rate float32 `json:"bits_per_second"` } `json:"sum_received"` UDPStream struct { Rate float64 `json:"bits_per_second"` LossPercent float64 `json:"lost_percent"` } `json:"sum"` } `json:"end"` }
Click to show internal directories.
Click to hide internal directories.