A simple CLI tool that continuously pings an IP address and shows the roundtrip time.
Note: since I made this screen recording, the format has changed slightly:
Hopefully your internet connection is not as poor as the one in this demo!
cargo install --git https://github.com/avborup/network-stability-logger
There are no mandatory arguments. To see all options (IP address to ping, log output file, delay between each ping), run:
network-stability-logger --help
If you're on Linux or macOS and the program purely outputs red Xs, you may have to run it with sudo
- see #1.