Ping multiple servers and show the result in a top like terminal UI.
Usage
pip install pingtop
Then ping mutiple server:
pingtop baidu.com google.com twitter.com
This project is using click. Check helo info with pingtop -h
.
~ pingtop --help
Usage: pingtop [OPTIONS] [HOST]...
Options:
-s, --packetsize INTEGER specify the number of data bytes to be sent.
The default is 56, which translates into 64
ICMP data bytes when combined with the 8
bytes of ICMP header data. This option
cannot be used with ping sweeps. [default:
56]
-l, --logto PATH
-v, --log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
--help Show this message and exit.