Gping Ping Tool

Gping is a free and open source ping command line application for Linux, Windows, MacOS and Android. It shows the ping output in graph for ping time vs multiple hosts. You can also graph the execution time for commands, set your own custom colors for the graph, ping specific AWS cloud regions and more. It is written in Rust and released under MIT License. Totally fun but useless tool.

 

Download Gping [Windows,Linux,MacOS]

How to Install Gping on Ubuntu

Download Gping for Linux from the above download link and save it on your Downloads folder. Here the downloaded file name is “gping-Linux-x86_64.tar.gz” . Right click and extract that compressed file. Now navigate to the extracted folder.

Also Read:  Tiv Terminal Image Viewer

gping location

cd Downloads/gping-Linux-x86_64

Now run Gping like below command.

./gping bing.com

gping

Run below command to show output in dot characters instead of braille.

./gping -s bing.com

For the complete help details run below command.

./gping --help

You can also install Gping using below method. This may not work with the latest Ubuntu release. Just report the bug in this link.

In the terminal run below commands.

echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
sudo apt update
sudo apt install gping
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply