All Projects → caarlos0 → speedtest-exporter

caarlos0 / speedtest-exporter

Licence: Apache-2.0 license
Exports speedtest-cli metrics in the prometheus format

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

speedtest-exporter

Exports Speedtest CLI metrics in the prometheus format, caching the results.

image

Links

Install

homebrew:

brew install caarlos0/tap/speedtest-exporter

docker:

docker run --rm -p 9876:9876 caarlos0/speedtest-exporter

apt:

echo 'deb [trusted=yes] https://repo.caarlos0.dev/apt/ /' | sudo tee /etc/apt/sources.list.d/caarlos0.list
sudo apt update
sudo apt install speedtest-exporter

yum:

echo '[caarlos0]
name=caarlos0
baseurl=https://repo.caarlos0.dev/yum/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/caarlos0.repo
sudo yum install speedtest-exporter

deb/rpm/apk:

Download the .apk, .deb or .rpm from the releases page and install with the appropriate commands.

manually:

Download the pre-compiled binaries from the releases page or clone the repo build from source.

Stargazers over time

Stargazers over time

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].