liboping

C library to generate ICMP echo requests and measure network latency.

brewmacoslinux
Try with needOr install directly
Source

About

C library to generate ICMP echo requests

Commands

opingnoping

Examples

ping a single host and show latency$ oping example.com
ping multiple hosts at once$ oping example.com google.com cloudflare.com
ping host with custom interval and packet count$ oping -i 0.5 -c 10 example.com
monitor network latency in real time with graphs$ noping example.com
ping with timeout and verbose packet statistics$ oping -t 2 -Q example.com