Get speedtest, ping, up/down speeds and latency on a Prometheus exporter
View the Project on GitHub stiliajohny/python-prometheus-speedtest
Get Upload/Download, Latency metrics, for use with prometheus
Explore the docs »
Report Bug
·
Request Feature
$ pip3 install -r requiments.txt
$ python3 ./network_latency.py
$ curl localhost:8000
$ docker build -t CONTAINER_NAME:vX.Y ./Dockerfile
$ docker run -p 8000:8000/tcp ./CONTAINERNAME:vX.Y
$ docker pull docker.pkg.github.com/stiliajohny/python-prometheus-speedtest/python-prometheus-speedtest:0.0.1aplha
FROM docker.pkg.github.com/stiliajohny/python-prometheus-speedtest/python-prometheus-speedtest:0.0.1aplha
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPL-3.0 License. See LICENSE
for more information.
John Stilia - stilia.johny@gmail.com