extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[Speedtest] Display more data from the speedtest

Open sebdanielsson opened this issue 1 year ago โ€ข 4 comments

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
    }
}

sebdanielsson avatar May 17 '24 14:05 sebdanielsson

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 issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.

raycastbot avatar May 17 '24 14:05 raycastbot

I guess we can show the info with https://developers.raycast.com/api-reference/user-interface/list#list.item.detail

aliaksandrZh avatar May 17 '24 20:05 aliaksandrZh

@raycastbot assign me

aliaksandrZh avatar May 19 '24 18:05 aliaksandrZh

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 ๐Ÿ˜Š

raycastbot avatar Jul 08 '24 19:07 raycastbot