Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法连续 ping 一个 IP 地址并打印一个仅显示较低的最小值/平均值/较高的最大值的文本文件?
您可以使用 ping-t选项。它会不断地ping。您可以随时按<Ctrl-Break>查看统计信息,包括最小/平均/最大。按<Ctrl-C>退出。
-t
<Ctrl-Break>
<Ctrl-C>