This Bash script was created because someone were interested how fast/slow other ISPs are.
It queries in a loop the results from StartID to EndID from speedtest.net and shows them in the terminal.
Additionally highest and lowest values are shown with their IDs.
speedtest_query.sh STARTID STOPID speedtest_query.sh 3297994577 3297995577
Current ID: 3297994665 Current Downloadrate: 59.60 Current Uploadrate: 63.78
MAXIMUM Down/Up: 88.35/83.06 MINIMUM Down/Up: 0.12/0.06 ID Max Download: 3297994617 ID Max Upload: 3297994617
The script is available on GitHub: https://github.com/Natenom/shell-scripts/blob/master/misc/speedteset_query.sh.