This Prometheus exporter check your network connection. Metrics are :
- Latency
- Download bandwidth
- Upload bandwidth
You can download the binaries :
- Architecture amd64 [ linux / darwin / freebsd / netbsd / openbsd / windows ]
- Architecture arm [ linux ]
- Architecture arm64 [ linux ]
Launch the Prometheus exporter :
$ speedtest_exporter -log.level=debug
- Initialize environment
$ make init
- Build tool :
$ make build
- Launch unit tests :
$ make test
- 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
See CONTRIBUTING.
See LICENSE for the complete license.
A changelog is available
Nicolas Lamirault [email protected]