← 返回命令列表

Linux command

pingtop 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Ping multiple hosts

pingtop [host1] [host2] [host3]

Ping hosts with a specific

pingtop -s [64] [host1] [host2]

Ping hosts and log

pingtop -l [results.log] [host1] [host2]

说明

pingtop pings multiple servers simultaneously and displays the results in a top-like terminal user interface. It provides real-time monitoring of latency and packet loss across all specified hosts in a single view.

参数

-s, --packetsize _BYTES_
Number of data bytes to be sent (default: 56).
-l, --logto _FILE_
Log output to a file.

FAQ

What is the pingtop command used for?

pingtop pings multiple servers simultaneously and displays the results in a top-like terminal user interface. It provides real-time monitoring of latency and packet loss across all specified hosts in a single view.

How do I run a basic pingtop example?

Run `pingtop [host1] [host2] [host3]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --packetsize _BYTES_ do in pingtop?

Number of data bytes to be sent (default: 56).