Skip to content

tk-nguyen/speedmetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedtest with Prometheus Metrics

Build image

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

License

MIT License