Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 867 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 867 Bytes

Network stability logger

A simple CLI tool that continuously pings an IP address and shows the roundtrip time.

Demo

Note: since I made this screen recording, the format has changed slightly:

image

Hopefully your internet connection is not as poor as the one in this demo!

Installation

cargo install --git https://github.com/avborup/network-stability-logger

Usage

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.