mtr

Combined traceroute and ping tool to diagnose network paths in real-time.

brewmacoslinux
Try with needOr install directly
Source

About

'traceroute' and 'ping' in a single tool

Commands

mtr

Examples

see network path to a website in real time$ mtr example.com
check which network hop is slow or unreliable$ mtr -r -c 100 example.com
troubleshoot connection problems to a server$ mtr -b example.com
test connection to specific port on a host$ mtr -P 8080 example.com
export network diagnostic data to file$ mtr -r -c 50 example.com > report.txt