sntop

Curses-based utility that polls hosts to determine connectivity status

brewmacoslinux
Try with needOr install directly
Source

About

Curses-based utility that polls hosts to determine connectivity

Commands

sntop

Examples

Monitor connectivity status of multiple hosts in real-time$ sntop host1.example.com host2.example.com host3.example.com
Monitor hosts with custom polling interval (in seconds)$ sntop -i 5 192.168.1.1 192.168.1.2
Read hosts from a file and monitor them$ sntop $(cat hosts.txt)