nikiluk / automate-ookla-speedtest

With this PowerShell script you can easily use Ookla Speedtest® CLI to measure internet connection performance metrics like download, upload, latency and packet loss natively without relying on a web browser.
46 stars 14 forks source link

Updated python-csv to write tab separated #10

Open tobewan opened 1 month ago

tobewan commented 1 month ago

Found my way here to test a daily significant speed slowdown with my ISP (Astound). Found that the server names returned (in my case) from Astound contained commas which messed up the file format for further processing. Modified the python-csv\main.py to create a tab separated file, attached (as txt file). main.txt

nikiluk commented 1 month ago

Nice, thanks.