| 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 |
|
scheduled | boolean | Was the result scheduled. |
created_at | timestamp | When the record was created. |
updated_at | timestamp | When the record was last updated. |