fping

A more powerful ping which can ping multiple hosts. More information: <https://fping.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y fping
Ubuntu
RUN apt-get update && \ apt-get install -y fping
Alpine
RUN apk add fping
Arch Arch Linux
RUN pacman -S --noconfirm fping
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y fping
Fedora
RUN dnf install -y fping
Raspbian
RUN apt-get update && \ apt-get install -y fping
click the source code to copy install fping on any operating system with command-not-found.com