Winagain Posted August 31, 2020 CID Share Posted August 31, 2020 I would love to have a command line utility that can be run, and output put to a file where every line can display details date of test, upload and download minimum and maximum results on a single line That way I can automate the process and get a result over a period and average this out. Quote Link to comment Share on other sites More sharing options...
CA3LE Posted September 1, 2020 CID Share Posted September 1, 2020 You can do quick download tests with wget from terminal using TestMy.net's URL method. wget -O /dev/null https://dallas.testmy.net/dl-10MB (-O /dev/null pipes the output to RAM instead of disk) wget https://dallas.testmy.net/dl-10MB (saves to disk, like a normal download) rm dl-* -f (make sure to clear tmp files if you saved to disk) If you want to automate the process over a period and average everything out... I recommend using the Automatic Speed Test -- TMN is specifically designed for this purpose. I think you'll find the My Average Tool quite handy for querying and averaging longer periods of time. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.