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.
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.
Last updated