Documentation ¶
Index ¶
- Constants
- Variables
- func GetMinAvgMax(stats []time.Duration) (time.Duration, time.Duration, time.Duration)
- func IsPortUp(host string, port int, timeout int) (bool, error)
- func LogStats(modulename string, stats []time.Duration, iterations int) string
- func LogWithTimestamp(log string, iserror bool) string
- func Ping(dst *net.IPAddr, payload_size int, options ...map[string]int) (*net.IPAddr, time.Duration, error)
- func ResolveName(ctx context.Context, name string) ([]string, error)
- func ResolveNameToIPs(ctx context.Context, name string) ([]net.IP, error)
- func SortTimeDurationSlice(stats *[]time.Duration)
Constants ¶
Variables ¶
View Source
var ListenAddr = "0.0.0.0"
Functions ¶
func GetMinAvgMax ¶
func LogWithTimestamp ¶
func SortTimeDurationSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.