/rttop

A simple CLI tool to measure the RTT of your connection, like top for ping.

Primary LanguageGoMIT LicenseMIT

rttop

A simple CLI tool to measure the RTT of your connection, like top for ping.

screenshot

Installing

Install a Go toolchain.

Then:

go install github.com/delthas/rttop/cmd/rttop@master

Running

To test your ping against the default UDP rttop server:

rttop

To test your ping against any server supporting ping:

rttop google.com

For advanced usage, run rttop -help.

License

MIT