I have a couple weeks worth of speedtest tracker data and I have no clue as to how to unpack it. Should I go through it with statistics tools or something else?

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    22 hours ago

    Plot it in a time series graph in any spreadsheet application (excel, google sheets, LibreDocs Calc)

    or use a monitoring system like LibreNMS to poll your WAN port with SNMP to see how much data is being used.

  • Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    2
    ·
    19 hours ago

    I run a cli ookla speedtest every five hours using cron and put the output into a CSV that I visualise daily using graphviz.

  • abbadon420@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    22 hours ago

    If you have any programming skills. Plotting the raw data in MatPlotLib (a python library) is fairly simple.

  • yeehaw@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    23 hours ago

    You need real monitoring solutions like librenms, zabbix, etc, and get everything talking with snmp. Not sure how to do this on the consumer level.

  • JoeKrogan@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    5
    ·
    23 hours ago

    I would just upload it to chatgpt and get it to tell you. If you have it in a standard file and it doesnt contain any sensitive info.

    Otherwise you will have to code something to go through the data and analyze it