Skip to content
/ rttop Public

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

License

Notifications You must be signed in to change notification settings

delthas/rttop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks