Average download speed

Got a program that plays well with SABnzbd? Share it here!
Post Reply
RanK
Newbie
Newbie
Posts: 3
Joined: September 17th, 2008, 11:14 am

Average download speed

Post by RanK »

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
Last edited by RanK on October 6th, 2008, 7:26 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Average download speed

Post by shypike »

The average download speed per job is listed in the History page.

Do you want to read it out all the time?
If so, you'd need an API call, but that is not implemented.
Post Reply