[Speedtest] Display more data from the speedtest
Extension
https://www.raycast.com/tonka3000/speedtest
Description
The Speedtest CLI returns lots of useful data in its result such as download jitter, upload jitter, and the maximum and minimum values for these jitter values. Showing them in the extension would greatly increase the usability for me and hopefully many others๐
Who will benefit from this feature?
Users using the Speedtest CLI to troubleshoot latency issues in their networks.
Anything else?
Here's what the CLI returns:
{
"type": "result",
"timestamp": "2024-05-17T14:30:24Z",
"ping": {
"jitter": 0.485,
"latency": 8.591,
"low": 8.333,
"high": 9.183
},
"download": {
"bandwidth": 66918732,
"bytes": 364457069,
"elapsed": 5408,
"latency": {
"iqm": 22.417,
"low": 9.838,
"high": 43.671,
"jitter": 4.618
}
},
"upload": {
"bandwidth": 52734110,
"bytes": 264959514,
"elapsed": 5011,
"latency": {
"iqm": 100.854,
"low": 12.407,
"high": 421.792,
"jitter": 35.800
}
},
"packetLoss": 0,
"isp": "Bahnhof AB",
"interface": {
"internalIp": "192.168.1.3",
"name": "en0",
"macAddr": "50:ED:3C:08:D7:12",
"isVpn": false,
"externalIp": "< super-secret ;) >"
},
"server": {
"id": 32926,
"host": "speedtest-sto.retn.net",
"port": 8080,
"name": "RETN",
"location": "Stockholm",
"country": "Sweden",
"ip": "139.45.201.129"
},
"result": {
"id": "da4553eb-a581-469e-97aa-a2cc3cdc4a12",
"url": "https://www.speedtest.net/result/c/da4553eb-a581-469e-97aa-a2cc3cdc4a12",
"persisted": true
}
}
Thank you for opening this issue!
๐ @tonka3000 @koayon @pernielsentikaer @stevensd2m @aliaksandrZh you might want to have a look.
๐ก Author and Contributors commands
The author and contributors of tonka3000/speedtest can trigger bot actions by commenting:
-
@raycastbot close this issueCloses the issue. -
@raycastbot rename this issue to "Awesome new title"Renames the issue. -
@raycastbot reopen this issueReopens the issue. -
@raycastbot assign meAssigns yourself to the issue. -
@raycastbot good first issueAdds the "Good first issue" label to the issue.
I guess we can show the info with https://developers.raycast.com/api-reference/user-interface/list#list.item.detail
@raycastbot assign me
This issue has been automatically marked as stale because it did not have any recent activity.
It will be closed if no further activity occurs in the next 10 days to keep our backlog clean ๐