I'm using Deluge Daemon and the WebUI to access Deluge.
Is there some Traffic statistics like uTorrent statistics saved in its settings.dat?
I want to know the traffic per day over a month.
For uTorrent I wrote a simple PHP script and later a ASPX script to read the settings.dat file and show a statistics page for it. Is there any file that has this statistics saved?
Traffic statistics
Re: Traffic statistics
Hi Poncho,
I don't know for the Webui but you can with the thinclient install plugin related to statistics (total traffic If I'm not wrong). This plug writes files in the Deluge's folder, files you can maybe use for another purpose like personal script.
I don't know for the Webui but you can with the thinclient install plugin related to statistics (total traffic If I'm not wrong). This plug writes files in the Deluge's folder, files you can maybe use for another purpose like personal script.
Re: Traffic statistics
Thanks for that hint. I installed the TotalTraffic-0.3.2-py2.7.egg but I can't see any new files from that plugin. I also can't see any new buttons or other things in the Deluge Thin client window. Maybe I have to restart the daemon.
But I looked into the source code and it looks like it really only stores the total traffic. Maybe I could extend it for my needs but I'm not fit in python nor in Deluge internals.
Maybe I should open a feature request.
But I looked into the source code and it looks like it really only stores the total traffic. Maybe I could extend it for my needs but I'm not fit in python nor in Deluge internals.
Maybe I should open a feature request.
Re: Traffic statistics
This plugin is active in my setup and displays per session & optionally total traffic (so total between daemon restart and since the install of the plugin).
Under plugins in the preferences you should see the plugin name with the possible option, by default the session statistic only is displayed near the up&dl speed. If the python version is correct, check is the file is well present in the plugin folder of your server and/or try to reinstall it.
(the daemon log may help too).
Maybe yes, feel free to try
Under plugins in the preferences you should see the plugin name with the possible option, by default the session statistic only is displayed near the up&dl speed. If the python version is correct, check is the file is well present in the plugin folder of your server and/or try to reinstall it.
(the daemon log may help too).
Maybe yes, feel free to try
