After every test the Speedtest Tracker can send the results to InfluxDB for long term storage or custom visualizations.
To configure Speedtest Tracker to send results to InfluxDB, set the following settings.
URL
blank
FQDN or IP address to the InfluxDB2 instance
Org
Organization on which you created your bucket in
Bucket
speedtest-tracker
The name of the bucket you created in your org
Token
API token that has access to write to the org and bucket listed above
If you have a history of results, you can use the Export current results feature to export all data to InfluxDB.
Export current results
You can use this community made Grafana Dashboard to visualize your data.
The Speedtest Tracker exports data in two categories: Tag and Field. Tags are used for filtering, while fields are used for displaying the data.
Tag
Field
result_id
String
external_ip
isp
service
server_id
server_name
server_country
server_location
healthy
status
scheduled
download
init
upload
ping
float
download_bits
int
upload_bits
download_jitter
upload_jitter
ping_jitter
download_latency_avg
download_latency_high
download_latency_low
upload_latency_avg
upload_latency_high
upload_latency_low
packet_loss
Last updated 3 months ago