DEV Community

Prasanna Kumar
Prasanna Kumar

Posted on

netselect: A CLI tool to find the fastest host based on the lowest ICMP latency.

netselect is a CLI tool and go library to select the fastest host based on the lowest ICMP latency.
Try it and let me know your feedback. I would greatly appreciate it.

https://github.com/pgollangi/netselect

$ netselect google.com google.in google.us
google.com       55 ms  100% ok         ( 3/ 3)
google.in        56 ms  100% ok         ( 3/ 3)
google.us        59 ms  100% ok         ( 3/ 3)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)