Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.65 KB

File metadata and controls

7 lines (4 loc) · 1.65 KB

Data Dictionary

Tables

Results

FieldTypeDescription
idprimary key
servicestringService user to run the speedtest.
pingdoubleAs milliseconds
downloadunsigned big intAs bytes
uploadunsigned big intAs bytes
commentstextUser added comments.
datajsonThe raw response from the speedtest.
benchmarksjsonCaptures the speedtest's benchmarks at run time.
healthybooleanIndicates if the speedtest was healthy compared to the benchmark.
statusstring
  • 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.
scheduledbooleanWas the result scheduled.
created_attimestampWhen the record was created.
updated_attimestampWhen the record was last updated.