Package Information:
Name: fping
Use: Scriptable ping program for checking if multiple hosts are up
URL: https://fping.org/
Installation Steps:
- Open Terminal using Spotlight search by pressingÂ
<command+space>. Type terminal and hitÂEnter key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install fping using brew
brew install fping
fping is ready to use now!