Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delthas/rttop
A simple CLI tool to measure the RTT of your connection, like top for ping.
https://github.com/delthas/rttop
cli ping rtt top
Last synced: 2 months ago
JSON representation
A simple CLI tool to measure the RTT of your connection, like top for ping.
- Host: GitHub
- URL: https://github.com/delthas/rttop
- Owner: delthas
- License: mit
- Created: 2023-01-15T16:18:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T09:06:30.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T00:33:35.960Z (7 months ago)
- Topics: cli, ping, rtt, top
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rttop
A simple CLI tool to measure the **RTT** of your connection, like **top** for ping.
![screenshot](./doc/screenshot.png)
## Installing
Install a Go toolchain.
Then:
```shell
go install github.com/delthas/rttop/cmd/rttop@master
```## Running
To test your ping against the default UDP rttop server:
```shell
rttop
```To test your ping against any server supporting ping:
```shell
rttop google.com
```For advanced usage, run `rttop -help`.
## License
MIT