Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Results 1 to 10 of 10
  1. #1

    Join Date
    Jul 2009
    Posts
    29

    Default Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    Hi all,



    I need some help with configuring my rtorrent. I've recently just done a fresh install of it on a vps. The problem I keep having is that for the majority of torrents private and public rtorrent will not pick up as many seeds / peers as utorrent does.
    I left 1 asiatorrent on for 15 minutes the max downspeed it got was 80kb/s. I removed the files and then opened the torrent on utorrent 2.21 in wine and waited 5 minutes, within that time it got many more seeds and a stable downspeed of 850kb/s. The example is not the only occurrence and I've tested this on aged torrents with many seeds. This is all happening on the same vps, so I'm leaning towards that the config for rtorrent is not optimized.

    VPS Stats:
    Shared 1 Gbps NL connection
    1GB Dedi 2GB burst RAM
    4 procs (I'm not sure if they are isolated or fairshare but the server is running Xeon X3440 @ 2.54 Ghz as reported from cpuinfo.)

    Below is a speedtest from the box.
    http://www.speedtest.net/result/1393442186.png

    Thanks!


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Jun 2011
    Posts
    8,258
    Blogs
    2

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?


    Ummm, great.. I'd agree that the rtorrent configuration is a prime suspect.
    But that makes the config settings for the two clients crucial information. And you didn't post those for us to examine.. ?

    Fortune and love favour the brave .-. Ovid ....

  4. #3

    Join Date
    Jul 2009
    Posts
    29

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    Sorry my mistake, the rtorrent.rc I am using is the one from the guides here at T-I.
    rtorrent + rutorent server install (Centos5)
    and the rtorrent.rc #This s is an example resource file for rTorrent. Copy to # ~/.rtorrent.rc and - Pastebin.com
    I only changed the directories from that pastebin rtorrent.rc everything else is the same.

    Utorrent is just default. I ran the Setup Guide to NL server. The configuration is as follows:
    UP limit 26MB/s
    Upload Slots: 50
    Connections per torrent: 125
    Max active Torrents: 20
    Connections global: 950
    Max active downloads: 20

  5. #4

    Join Date
    Jun 2011
    Posts
    8,258
    Blogs
    2

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?


    Thanks for the link to the rtorrent.rc (rtorrent config). You didn't provide a full rc.conf (utorrent config), but the limited details you provided are sufficient to suggest that your rtorrent settings are limited by comparison. Since the two configs appear to have significant differences, the speed disparity isn't surprising.

    e.g.
    .........................utorrent .....rtorrent
    global connects: ..950............100 up/10 down
    upload slots: .........50..............20

    For a start, I'd suggest that you compare your two configs and increase the corresponding rtorrent parameters that are more restrictive. I'd also try changing the following rtorrent settngs below and then see if your rtorrent speeds go up.

    udp - is there a restrictive firewall or good reason why you aren't allowing udp connects?
    encryption - forced encryption often boosts speeds considerably
    max http sockets - your setting of 4 is very low. why?


    .
    Fortune and love favour the brave .-. Ovid ....

  6. #5

    Join Date
    Jul 2009
    Posts
    29

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    The settings were just as that copied from the guide, I had assumed they were at least optimized for a 100/100 seedbox. I guess I was gravely mistaken. For one I was not entirely sure which each setting meant.

    udp - I assumed it was off for a good reason
    encryption I shall force it on and see for the improvement.
    max http sockets - again I assumed it was a proper value, what would you suggest an adequate value for it. I cannot find an explanation for its use?

    I have changed my settings to this

    min_peers = 20
    max_peers = 200
    min_peers_seed =35
    max_peers_seed = 250
    max_uploads = 50
    max_open_files = 256
    max_open_http = 16
    max_open_sockets = 768

    Please do comment if you see more wrong.
    Last edited by tnoob; July 20th, 2011 at 05:51 PM.

  7. #6

    Join Date
    Jun 2011
    Posts
    8,258
    Blogs
    2

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    Quote Originally Posted by tnoob View Post
    The settings were just as that copied from the guide, I had assumed they were at least optimized for a 100/100 seedbox. I guess I was gravely mistaken. For one I was not entirely sure which each setting meant ...
    No, I don't think that those settings were optimized. There could be a variety of reasons for that.. conservative settings probably reduce their support load, your provider may have been too lazy to tweak them or they might even be trying to reduce resource use. After all a lot of people will just run with the default settings. Some settings will be obscure and unless you are the resident expert to start with, you just have to Google to find out what they control.

    In any event, to make a valid comparison.. try to adjust the rtorrent settings as close to the utorrent ones as possible. At least until you match the utorrent speeds or are otherwise satisfied with your rtorrent performance. Most of the performance difference is probably due to the greater number of connects that utorrent had been configured for. But it's worth trying the other settings too and see what you get.

    Encryption may increase speeds if there is any ISP throttling in your path. It's less of an issue with seedboxes than home connections, but forced encryption is still a good idea IMO even if it is performance neutral because it has privacy and security benefits. UDP is normally enabled. I don't see a reason to disable it unless your seedbox providers firewall is very restrictive. And honestly, I don't have a solid understanding of http sockets either. But a quick Google said that the default was 32, so I was wondering why it had been set to 4. See if your increase to 16 has any effect. The http sockets may only affect the response time to your web GUI, rather than torrents per se, but I'd leave it at 16 if you don't observe any ill effects.

    .
    Last edited by Copper; July 20th, 2011 at 07:13 PM.
    Fortune and love favour the brave .-. Ovid ....

  8. #7

    Join Date
    May 2009
    Posts
    374

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    Hi,

    HTTP sockets is the number of open HTTP connections rtorrent is allowed. This is just for scraping/updating tracker URLS. Go into a torrents details and press 't' a couple of times. This forces a tracker update, in the bottom right corner you will see [H 0/32] change to [H 1/32] as it performs the update. This might have been limited if the version of curl compiled into rtorrent had issues with too many open connections.

    It is not used by the GUI in any way.

    Q
    Last edited by qaw; July 20th, 2011 at 10:09 PM.

  9. #8

    Join Date
    Jun 2011
    Posts
    8,258
    Blogs
    2

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?


    Thanks for the clarification about http sockets.

    So then tnoob, it's entirely plausible that there could be some speed advantage in setting http sockets > 4. Provided that you don't get curl error messages or unexpected behavior. If you do experience unexpected errors, then back off the setting for http sockets to 8, 6 or 4 as necessary. Or even better, try a newer version of rtorrent that presumably wouldn't have issues with more sockets.
    Fortune and love favour the brave .-. Ovid ....

  10. #9

    Join Date
    Jul 2009
    Posts
    29

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    I can say that the speed has improved, probably due to the increased slots. Thanks copper & qaw for the clarifications and help.

  11. #10

    Join Date
    Dec 2010
    Posts
    2,603
    Blogs
    11

    Default Re: Help with rtorrent.rc - wine + utorrent is always faster than rtorrent on my vps?

    Moved to resolved issues.

Similar Threads

  1. Help with rTorrent and/or Deluge
    By sbr2474 in forum Help
    Replies: 8
    Last Post: December 2nd, 2010, 08:41 PM
  2. Replies: 2
    Last Post: June 26th, 2010, 01:02 AM
  3. uTorrent Is Going to Make Money With a Toolbar
    By 53p3cT3x in forum BitTorrent News
    Replies: 39
    Last Post: January 19th, 2010, 08:49 PM
  4. Help with utorrent and multiple pcs, If you can
    By James3kgtVR4 in forum Help
    Replies: 4
    Last Post: October 5th, 2009, 02:51 PM
  5. Help with uTorrent dilemma
    By Romanov in forum Help
    Replies: 5
    Last Post: July 27th, 2009, 07:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •