delthas / rttop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 94.4%Language:Makefile 5.6%