#1466: Performance warning: Send Buffer Watermark
-----------------------------------+----------------------------------------
Reporter: cinderblock | Owner:
Type: feature-request | Status: new
Priority: major | Milestone: Future
Component: libtorrent | Version: 1.3.1
Keywords: watermark,send buffer |
-----------------------------------+----------------------------------------
I just took a look at my log file with debug turned on (trying to make
some small improvements of my own) I'm getting a ton of alerts from
libtorrent, like 60 every second, all from the same torrent.
{{{
[DEBUG ] 16:26:38 alertmanager:123 performance_alert: <TORRENT_NAME>:
performance warning: send buffer watermark too low (upload rate will
suffer)
}}}
Google only found one other reference to this "bug" here on the
[http://forum.deluge-torrent.org/viewtopic.php?f=7&t=33839 forums].
This error is coming directly from libtorrent as there is no alert handler
defined for it.
The libtorrent documentation shows the correct
[http://www.rasterbar.com/products/libtorrent/tuning.html#send-buffer-low-
watermark solution] (increasing read buffer) but I can't figure out where
I might add that setting setter to the deluge source. (Just started
looking at python/deluge)
libtorrent also claims to have many presets for different types of servers
(min memory, high performance seed, ...) which have appropriate default
settings. Maybe this is the best place to start and implement a preset
picker in the preferences.
So really, this "feature-request" is for more control over the libtorrent
session settings to optimize performance, not to clean up debug outputs...
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1466>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.