fping

Scriptable ping program for checking if multiple hosts are up

brewmacoslinux
Try with needOr install directly
Source

About

Scriptable ping program for checking if multiple hosts are up

Commands

fping

Examples

Ping multiple hosts and show which are alive$ fping host1.com host2.com host3.com
Ping a range of IP addresses$ fping -g 192.168.1.0 192.168.1.255
Continuously ping hosts with interval of 1 second$ fping -l -i 1000 host1.com host2.com