扫码关注官方订阅号
默认的Ping频率是1秒一次,我想改为一秒100次,请问应该如何实现?谢谢。
学习是最好的投资!
-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
RTFM, man ping
man ping
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
--
RTFM,
man ping