๐Ÿ‡
Speedtest Tracker
  • Introduction
  • Features
  • Changelog
  • ๐Ÿš€Getting Started
    • Installation
      • Using Docker Compose
      • Using Docker
      • Using Kubernetes
      • Using QNAP
      • Using Synology
      • Using Unraid
    • Environment Variables
    • Database Drivers
  • ๐Ÿ†˜Help
    • Error Messages
    • Frequently Asked Questions
  • ๐Ÿ”‘Security
    • Authentication
    • Authorization
    • Encryption
  • โš™๏ธSettings
    • Data Integrations
      • InfluxDB v2
    • Notifications
      • Database
      • Mail
      • Webhook
  • ๐Ÿ‘€Other
    • Speedtest Process
    • Proxies
      • Cloudflare Tunnel (Zero Trust)
      • Traefik
      • Tailscale
    • Caching
    • Commands
    • Data Dictionary
    • Embed Dashboard
    • Health Check
    • Community Projects
  • ๐Ÿ–ฅ๏ธAPI
    • Authorization
    • Responses
      • Results
      • Speedtests
      • Servers
      • Stats
      • Models
  • ๐ŸคนContributing
    • Development Environment
  • ๐Ÿ”—More
    • Source Code
    • Releases
    • Update the Docs
    • About Me
    • Donate
Powered by GitBook
On this page
Edit on GitHub
  1. Other

Data Dictionary

Tables

Results

Field
Type
Description

id

primary key

service

string

Service user to run the speedtest.

ping

double

As milliseconds

download

unsigned big int

As bytes

upload

unsigned big int

As bytes

comments

text

User added comments.

data

json

The raw response from the speedtest.

benchmarks

json

Captures the speedtest's benchmarks at run time.

healthy

boolean

Indicates if the speedtest was healthy compared to the benchmark.

status

string

  • Completed - a speedtest that ran successfully.

  • Failed - a speedtest that failed to run successfully.

  • Started - a speedtest that has been started but has not finished running.

  • Skipped - a speedtest that was skipped. See message for more details.

scheduled

boolean

Was the result scheduled.

created_at

timestamp

When the record was created.

updated_at

timestamp

When the record was last updated.

PreviousCommandsNextEmbed Dashboard

Last updated 5 months ago

๐Ÿ‘€