mirror of
https://github.com/JonaEnz/speedtest_exporter
synced 2025-12-31 08:27:46 +00:00
No description
| .github/workflows | ||
| hooks | ||
| snap | ||
| speedtestclient | ||
| version | ||
| .gitignore | ||
| .whitesource | ||
| .woodpecker.yml | ||
| ChangeLog.md | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| prometheus.yml | ||
| README.md | ||
| renovate.json | ||
| speedtest | ||
| speedtest_exporter.go | ||
| speedtest_exporter_test.go | ||
speedtest_exporter
This Prometheus exporter check your network connection. Metrics are :
- Latency
- Download bandwidth
- Upload bandwidth
Installation
Build and run the binary using go >= 1.24.
Usage
Launch the Prometheus exporter :
$ speedtest_exporter -log.level=debug
Local Deployment
- Launch Prometheus using the configuration file in this repository:
$ prometheus -config.file=prometheus.yml
- Launch exporter:
$ speedtest_exporter -log.level=debug
- Check that Prometheus find the exporter on
http://localhost:9090/targets
License
See LICENSE for the complete license.
Changelog
A changelog is available