wiki/运维/操作系统/Linux/工具/1.fping 批量ICMP.md
2025-01-02 10:46:09 +08:00

9 lines
606 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

fping类似于ping但比ping强大。与ping要等待某一主机连接超时或发回反馈信息不同fping给一个主机发送完数据包后马上给下一个主机发送数据包实现多主机同时pingfping还可以在命令行中指定要ping的主机数量范围。
- -a# 显示存活的主机-b# ping 数据包的大小。默认为56
- -c# ping每个目标的次数 (默认为1)
- -f# 从文件获取目标列表(不能与 -g 同时使用)
- -l# 循环发送ping-g# 通过指定开始和结束地址来生成目标列表,可以使网段
- -u# 显示不可到达的目标