gping-1.19.0 is not a library.
Visit the last successful build:
gping-1.18.0
gping 🚀
Ping, but with a graph.
Comes with the following super-powers:
- Graph the ping time for multiple hosts
- Graph the execution time for commands via the
--cmd
flag - Custom colours
- Windows, Mac and Linux support
Table of Contents
Install :cd:
- macOS
- Linux (Homebrew):
brew install gping
- CentOS (and other distributions with an old glibc): Download the MUSL build from the latest release
- Windows/ARM:
- Scoop:
scoop install gping
- Chocolatey:
choco install gping
- Download the latest release from the github releases page
- Scoop:
- Fedora (COPR):
sudo dnf copr enable atim/gping -y && sudo dnf install gping
- Cargo (This requires
rustc
version 1.67.0 or greater):cargo install gping
- Arch Linux:
pacman -S gping
- Alpine linux:
apk add gping
- Ubuntu >23.10/Debian >13:
apt install gping
- Ubuntu/Debian (Azlux's repo):
|
| |
- Gentoo (dm9pZCAq overlay):
# Check all options
# Ping google.com
- Flox:
# Inside of a Flox environment
Usage :saxophone:
Just run gping [host]
. host
can be a command like curl google.com
if the --cmd
flag is used. You can also use
shorthands like aws:eu-west-1
or aws:ca-central-1
to ping specific cloud regions. Only aws
is currently supported.
)
)
)