OpenSource-Hub
M

MySpeed

2.9k stars·System Optimization·SHA-256 checksum verified

A speed test analysis tool that automatically records your internet speed over a customizable retention period.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Automated speed test with long-term data retention, multi-server support, and alerting.

Core Features

  • Automated speed tests scheduled via Cron expressions
  • Clear statistics on speed, ping, and more
  • Add multiple servers (Ookla, LibreSpeed, Cloudflare)
  • Health check notifications via email, Signal, WhatsApp, Telegram
  • Configurable data retention from days to forever

What It Can't Do

  • First-time setup requires adding at least one test server (e.g., Ookla public server).
  • Data is stored by default; back up the database file regularly.
  • Incorrect Cron expressions may cause too frequent or too rare tests; use a cron helper if unsure.
  • Notification features require your own API keys for email or third-party bots.

Use Cases

  • Monitor home internet quality over weeks/months
  • Track network performance for multiple branch offices
  • Build a custom network monitoring dashboard with Grafana

Detailed Introduction

MySpeed is an open-source speed test analysis software that automates internet speed measurements and stores results for a configurable retention period. It supports multiple speed test backends (Ookla, LibreSpeed, Cloudflare), allows adding multiple test servers, and offers health check notifications via email, Signal, WhatsApp, or Telegram. Results can be visualized through a clean web dashboard with list and statistics views, and integrated with Prometheus/Grafana for advanced monitoring. Ideal for home users, small businesses, and network administrators who need long-term bandwidth trends and alerting.

Tags

speedtestnetwork-monitoringbandwidthcrongrafanaprometheusself-hosted

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Run with Docker: docker run -d -p 3000:3000 -v myspeed-data:/app/data gnmyt/myspeed

4

Step 2: Visit http://localhost:3000, follow setup wizard to add servers and a schedule

5

Step 3: View historical data on the dashboard, configure notifications (optional)

Install Guide
  1. Step 1: Run with Docker: docker run -d -p 3000:3000 -v myspeed-data:/app/data gnmyt/myspeed
  2. Step 2: Visit http://localhost:3000, follow setup wizard to add servers and a schedule
  3. Step 3: View historical data on the dashboard, configure notifications (optional)
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove Docker container: docker stop myspeed && docker rm myspeed, then delete volume: docker volume rm myspeed-data. For native install, delete the project folder and config files.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-04 03:20:36
GitHub RepositoryOfficial Website

Similar Projects