speedtest_exporter
![GitHub version](https://badge.fury.io/gh/nlamirault%2Fspeedtest_exporter.svg)
- Master :
![Circle CI](https://circleci.com/gh/nlamirault/speedtest_exporter/tree/master.svg?style=svg)
- Develop :
![Circle CI](https://circleci.com/gh/nlamirault/speedtest_exporter/tree/develop.svg?style=svg)
This Prometheus exporter check your network connection. Metrics are :
- Latency
- Download bandwidth
- Upload bandwidth
Installation
You can download the binaries :
Usage
Launch the Prometheus exporter :
$ speedtest_exporter -log.level=debug
Development
$ make init
$ make build
$ make test
Local Deployment
- Launch Prometheus using the configuration file in this repository:
$ prometheus -config.file=prometheus.yml
$ speedtest_exporter -log.level=debug
- Check that Prometheus find the exporter on
http://localhost:9090/targets
Contributing
See CONTRIBUTING.
License
See LICENSE for the complete license.
Changelog
A changelog is available
Nicolas Lamirault nicolas.lamirault@gmail.com