gping π
Ping, but with a graph.
Table of Contents
Install πΏ
FYI: The old Python version can be found under the python tag.
Homebrew (MacOS + Linux)
brew tap orf/brew, then brew install gping
Binaries (Windows)
Download the latest release from the github releases page. Extract it
and move it to a directory on your PATH.
Cargo
cargo install gping
Usage π·
Just run gping [host].
$ gping --help
gping 0.1.0
Ping, but with a graph.
USAGE:
gping <host>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<host> Host or IP to ping


