How can seeder know when peers have completed download?
Posted: Wed Mar 30, 2011 8:10 am
I run both the tracker (opentracker) and seeder (deluged, of course) on a site where I control the contents. For statistical purposes, I would like to figure out when one of my users has successfully downloaded a torrent (or ideally, even one file within the torrent). I realize that if they get the data from a different seeder, I'll probably be out of luck. But in the normal case, I expect that i'll be the only seeder.
Is there any relevant information recorded in the logs? I'm currently logging at the info level, but I'm willing to switch to debug level if the information is there and it won't hurt performance. Or I could just modify the relevant code to log at info level, if somebody happens to know where I need to make the change.
Is there any relevant information recorded in the logs? I'm currently logging at the info level, but I'm willing to switch to debug level if the information is there and it won't hurt performance. Or I could just modify the relevant code to log at info level, if somebody happens to know where I need to make the change.