摘自 Ping Multiple Servers And Show The Output In Top-like Text UI | OSTechNix

1. 安装 pingtop

使用pip安装pingtop,确保已经在系统中安装过Python 3.7.x以及pip

> pip3 search pingtop
pingtop (0.2.8)  - Ping multiple servers and show the result in a top like terminal UI.
  INSTALLED: 0.2.8 (latest)

> pip3 install pingtop

2. 使用 pingtop

> pingtop abelsu7.top github.com
使用 pingtop 同时 ping 多台服务器
使用 pingtop 同时 ping 多台服务器

参考文章

  1. Ping Multiple Servers And Show The Output In Top-like Text UI | OSTechNix
  2. ping 多台服务器并在类似 top 的界面中显示 | Linux 中国
  3. Some Alternatives To ‘top’ Command line Utility You Might Want To Know | OSTechNix
  4. How To Ping Multiple Hosts At Once In Linux | OSTechNix
  5. pingtop | Github