noping

sends ICMP_ECHO requests to network hosts

Install

All systems
curl cmd.cat/noping.sh
Debian Debian
apt-get install oping
Ubuntu
apt-get install oping
Alpine
apk add liboping
Arch Arch Linux
pacman -S liboping
image/svg+xml Kali Linux
apt-get install oping
Fedora
dnf install liboping
Windows (WSL2)
sudo apt-get update sudo apt-get install oping
OS X
brew install liboping
Raspbian
apt-get install oping
Docker
docker run cmd.cat/noping noping powered by Commando

oping

sends ICMP_ECHO requests to network hosts

oping uses ICMP packages (better known as "ping packets") to test the reachability of network hosts. It supports pinging multiple hosts in parallel using IPv4 and/or IPv6 transparently. This package contains two command line applications: "oping" is a replacement for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based tool which displays statistics while pinging and highlights aberrant round-trip times.

liboping

C library to generate ICMP echo requests, better known as "ping packets"