Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PingAsTables ¶
Types ¶
type PingResult ¶
type PingResult struct { PingArgs // 请求参数 RemoteAddr string Count int // 总数 Success int // 成功数量 Fail int // 失败数量 MinRtt float64 // 最小延时 MaxRtt float64 // 最大延时 AvgRtt float64 // 平均延时 PacketLoss int // 丢包率 }
func PingWithGoPing ¶
func PingWithGoPing(pingArgs PingArgs) (result PingResult, err error)
PingWithGoPing ICMP实现,主要用于AG节点的ping检测
Click to show internal directories.
Click to hide internal directories.