rTorrent lassú feltoltes

Fórumok

Sziasztok!

Egy nagy problemaval fordulok hozzatok. Feltettem az rtorrentet, hozza egy guit (ruTorrent). Elozoleg uTorrent Linux-os valtozat futott webuival. A problemam az lenne, hogy a sebesseg eg es fold a ket program kozott. Utorrentnel siman porgette 9mb/s el a dolgokat felfele. De rtorrentnel a rekord amit kicsikartam 300kb/s (felfele) volt.
De van, hogy egy bit se mozdul meg felfele.
Lefele minden rendben van jon ahogy kell neki. "nem a seed/peer aranyal van a gond mert parhuzamosan teszteltem egy utorrentel es az tolta is felfele"

rtorrent.rc file:

min_peers = 40
max_peers = 10
min_peers_seed = 60
max_peers_seed = 20
download_rate = 0
upload_rate = 0
directory = ~/download
session = ~/session
schedule = watch_directory,5,5,load_start=~/torrent/*.torrent
check_hash = no
use_udp_trackers = yes
bind = 0.0.0.0
dht = auto
dht_port = 7019
peer_exchange = yes
port_range = 7012-7012
scgi_port = 127.0.0.1:7010
hash_read_ahead = 10
max_memory_usage = 134217728
hash_max_tries = 1

Elore is koszi az otleteket, hogy mitol lehet ilyen lassu.
(Egyebkent azert valtottam mert az utorrent megette a fel gepet, ez

Debian
Kernel 3.2.1
Net: 100/100

Hozzászólások

Az is lehet,hogy épp akkor töltött valaki... nem?:)

de én erre gyanakszom:
min_peers = 40
max_peers = 10

de rakd fel a http://tf-b4rt.berlios.de/ , rakd fel:) van webui is,ezt használtam annó.

Sajnos Flux nem jatszik, pyton miatt se. Meg sajnos sok oldalnal hibazik neveket nem akarok irni. :)

Kozben atirtam
min = 40
max = 80

(Tuti, hogy config gond, kiprobaltam privat torrentel beraktam egyet seedbe itthoni diginetel meg toltottem le 400-500 kb/s el jott 3,4 helyett. Ezt a tesztet megcsinaltam utorrentel is annal jott fullal )

Nekem is volt egy időbe ilyen gondom vele... A megoldás _azt hiszem_ az lett hogy a legfrissebb libtorrent és rtorrent párost raktam fel.

A mostani config (ezzel ki tudom hajtani a 20mbites feltöltést):

# Maximum and minimum number of peers to connect to per torrent.
min_peers = 15
max_peers = 300

# Same as above but for seeding completed torrents (-1 = same as downloading)
min_peers_seed = -1
max_peers_seed = -1

# Maximum number of simultanious uploads per torrent.
max_uploads = 150

# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 0
upload_rate = 0

# Default directory to save the downloaded torrents.
directory =

# Default session directory. Make sure you don't run multiple instance
# of rtorrent using the same session directory. Perhaps using a
# relative path?
session =

# Watch a directory for new torrents, and stop those that have been
# deleted.
schedule = watch_directory,5,5,load_start=/watch/*.torrent
#schedule = untied_directory,5,5,stop_untied=

scgi_port = localhost:5000

# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=10M

# The ip address reported to the tracker.
#ip = 127.0.0.1
ip =

# The ip address the listening socket and outgoing connections is
# bound to.
#bind = 127.0.0.1
bind = 192.168.x.x

# Port range to use for listening.
port_range = xxxx

# Start opening ports at a random position within the port range.
#port_random = no

# Check hash for finished torrents. Might be usefull until the bug is
# fixed that causes lack of diskspace not to be properly reported.
#check_hash = no

# Set whetever the client should try to connect to UDP trackers.
#use_udp_trackers = yes

# Alternative calls to bind and ip that should handle dynamic ip's.
#schedule = ip_tick,0,1800,ip=rakshasa
#schedule = bind_tick,0,1800,bind=rakshasa

# Encryption options, set to none (default) or any combination of the following:
# allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext
#
# The example value allows incoming encrypted connections, starts unencrypted
# outgoing connections but retries with encryption if they fail, preferring
# plaintext to RC4 encryption after the encrypted handshake
#
encryption = allow_incoming,enable_retry,prefer_plaintext

# Enable DHT support for trackerless torrents or when all trackers are down.
# May be set to "disable" (completely disable DHT), "off" (do not start DHT),
# "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
# The default is "off". For DHT to work, a session directory must be defined.
#
dht = auto

# UDP port to use for DHT.
#
dht_port = xxxx

# Enable peer exchange (for torrents not marked private)
#
# peer_exchange = yes

#
# Do not modify the following parameters unless you know what you're doing.
#

# Hash read-ahead controls how many MB to request the kernel to read
# ahead. If the value is too low the disk may not be fully utilized,
# while if too high the kernel might not be able to keep the read
# pages in memory thus end up trashing.
#hash_read_ahead = 10

# Interval between attempts to check the hash, in milliseconds.
#hash_interval = 100

# Number of attempts to check the hash while using the mincore status,
# before forcing. Overworked systems might need lower values to get a
# decent hash checking rate.
#hash_max_tries = 10

UPDATE:
doncarlos config fajlaval megoldodott a problemam, letoltes utan egyből 5,5mb/s

Koszonom a segitsegeteket.