All checks were successful
test-build / guarddog (push) Successful in 2m14s
test-build / build (push) Successful in 2m17s
release-image / guarddog (push) Successful in 45s
release-image / build (push) Successful in 1m42s
release-image / semantic-release (push) Successful in 48s
release-image / release-harbor (push) Successful in 8m54s
release-image / release-gitea (push) Successful in 3m20s
renovate / renovate (push) Successful in 1m3s
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
---
|
|
title: Speedtest Exporter
|
|
description: Simple Speedtest exporter for Prometheus written in Python using the official CLI from Ookla.
|
|
hero:
|
|
tagline: Simple Speedtest exporter for Prometheus written in Python using the official CLI from Ookla.
|
|
image:
|
|
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/speedtest.webp
|
|
actions:
|
|
- text: Source
|
|
link: https://github.com/MiguelNdeCarvalho/speedtest-exporter
|
|
icon: right-arrow
|
|
- text: Deployment Chart
|
|
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/speedtest-exporter
|
|
icon: right-arrow
|
|
---
|
|
import { Aside } from '@astrojs/starlight/components';
|
|
|
|
<Aside type="danger">Do not run this too frequently as it consumes large amounts of data to run the test.</Aside>
|
|
|
|
<Aside type="tip">Has an internal [Grafana Dashboard](https://grafana.alexlebens.net/goto/afit9pt05wa2of?orgId=1).</Aside>
|
|
|
|
# Purpose
|
|
|
|
Tests internet speed and generates metrics.
|
|
|
|
# Notes
|
|
|
|
Exports metrics to Prometheus.
|