Many tech professionals, system administrators or not, use (or have used) almost frequently the ping
command for several purposes: test connectivity, connection speed, get ip address and so on.
The good news is that we can enjoy the new generation of commands and that even ping
has its successor which is gping which outputs with graphics, for a better idea of possible speed variations, and was written in Rust .
gping
is already available in most repositories and/or with some basic repository tweaking. But the way I did it and recommend it is using the position, use the command below :
You need to have the local position directory in your
$PATH
, eg:
echo 'export PATH="${PATH}:${HOME}/.cargo/bin"' >> ~/.bashrc && source ~/.bashrc
azlux
to your APT list, and install it like this:brew install gping
for macOSsudo port install gping
macPortsbrew install orf/brew/gping
Linux Homebrewscoop install gping
or choco install gping
for Windows
You can use with a single IP gping [ip number]
or test performance on many IPs simultaneously. Example, now Terminal Root also owns the domain https://terminalroot.com , testing connectivity with address .br and .com and comparing both with https:// google.com would be the command:
The output is precisely the call image of this article.
Show, right?!
For more options use help
, there will be some parameters for IPv6 and among others: