ganeshdipdumbare / speedtest

speedtest is a simple command line tool to test the internet speed.
MIT License
23 stars 1 forks source link

Using speedtest non-interactively ? #2

Open akhiljalagam opened 1 year ago

akhiljalagam commented 1 year ago

The command is functional for me, but I'd like to execute it from crontab in order to receive daily speedtest reports. However, the command's output is continuous and I'm having difficulty formatting it because it generates multiple lines in the output file.

ganeshdipdumbare commented 7 months ago

@akhiljalagam Do you want only the final output for the command? If yes then the modification is needed to stop printing the output and print only end result for the command.

akhiljalagam commented 7 months ago

@akhiljalagam Do you want only the final output for the command? If yes then the modification is needed to stop printing the output and print only end result for the command.

Yes, perhaps adding the --summary flag could be beneficial.