A simple CLI tool to measure the RTT of your connection, like top for ping.
Install a Go toolchain.
Then:
go install github.com/delthas/rttop/cmd/rttop@master
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
.
MIT