Average download speed
Posted: October 6th, 2008, 7:21 am
Hi,
I would be nice to have a avg. speed in the page so you can se the average of your connection, i now use this command in my sabnzbd.log file to find this.
But this only works in debug mode. Is there any else plase i can read the current download speed? I want to read the current speed and for eksample send this to a file called bps.log is this possible?
I can do something like this now but that doesent work because i looks like this is generated by sabnzbd web UI:
cat /home/sab/logs/sabnzbd.log | grep DEBUG | grep downloader | grep bps
I would be nice to have a avg. speed in the page so you can se the average of your connection, i now use this command in my sabnzbd.log file to find this.
But this only works in debug mode. Is there any else plase i can read the current download speed? I want to read the current speed and for eksample send this to a file called bps.log is this possible?
I can do something like this now but that doesent work because i looks like this is generated by sabnzbd web UI:
cat /home/sab/logs/sabnzbd.log | grep DEBUG | grep downloader | grep bps