ping命令用于检测主机连通性。 ping [ -LRUbdfnqrvVaAB] [ -c count] [ -i interval] [ -l preload] [ -p pattern] [ -s packetsize] [ -t ttl] [ -w deadline] [ -F flowlabel] [ -I interface] [ -M hint]
[-Q tos] [ -S sndbuf] [ -T timestamp option] [ -W timeout] [ hop ...] destination
参数说明:
示例:
ping -c 3 qq.com
ping -i 3 qq.com //间隔3s,总计花了6s
原文:https://www.cnblogs.com/imcati/p/11397390.html