linux - 如何加快ping的频率?
PHPz
PHPz 2017-04-17 12:08:13
0
2
818

默认的Ping频率是1秒一次,我想改为一秒100次,请问应该如何实现?谢谢。

PHPz
PHPz

学习是最好的投资!

reply all(2)
迷茫
   -i interval
      Wait interval seconds between sending each packet.  The  default
      is  to  wait for one second between each packet normally, or not
      to wait in flood mode. Only super-user may set interval to 
      values less 0.2 seconds.

--

sudo ping -i 0.01 www.example.com
Peter_Zhu

RTFM, man ping

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!