Sign inSign up

cristiancampuzano/speedtest-database

By cristiancampuzano

•Updated about 1 month ago

Speedtest collector that stores Ookla Speedtest results in a persistent SQLite database.

Image
Networking
Monitoring & observability
0

294

cristiancampuzano/speedtest-database repository overview

⁠speedtest-database

Dockerized Speedtest collector that executes Ookla Speedtest CLI and stores the results in SQLite.

This image is part of the speed_test⁠ project.

⁠Persistent storage

Mount the database directory to /app/database:

docker run \
  --rm \
  -v /path/to/database:/app/database \
  cristiancampuzano/speedtest-database:latest

The Version 1 architecture is designed to run this container periodically using the host system's scheduler, typically every 15 minutes using crontab.

Example:

*/15 * * * * docker run -v /path/to/database:/app/database --rm cristiancampuzano/speedtest-database:latest

⁠Version

For reproducible deployments:

docker pull cristiancampuzano/speedtest-database:1.0.0

For complete installation instructions, see the GitHub repository.

Tag summary

Content type

Image

Digest

sha256:e24617e96…

Size

17.1 MB

Last updated

about 1 year ago

docker pull cristiancampuzano/speedtest-database