A simple rust application to measure your internet speed with Ookla Speedtest CLI.
This program expose prometheus metrics at http://localhost:9027/metrics
when running.
Currently only have 3 metrics for now:
upload_speed_bytes
download_speed_bytes
ping_latency_milliseconds
MIT License