Alternatives to fping

A command-line ping tool that sends ICMP echo probes to many hosts at once. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as fping.

  • iputils

    The Linux ping, tracepath, arping and related network utilities.

    iputils provides the standard Linux ping and related utilities, which probe one host at a time instead of many in parallel and run only on Linux.

  • gping

    Ping with a live graph, so you can see latency spikes and packet loss instead of reading a column of numbers.

    gping is MIT-licensed, runs on Windows, macOS and Linux, and graphs latency for several hosts live, but its output cannot be piped into scripts.

  • Angry IP Scanner

    A fast, friendly IP and port scanner that needs no installation and runs on Windows, Mac and Linux.

    Angry IP Scanner adds a graphical interface on Windows, macOS and Linux for sweeping address ranges, and needs a Java runtime for the bare jar.

Similar software

Related functionality, not a direct replacement.