日上天空💥 jonloen
关注数: 5 粉丝数: 88 发帖数: 2,940 关注贴吧数: 5
继续求助,关于使用rtorrent的问题 感谢上回回帖的大佬,帮我解决了rt里任务数量的问题,但这东西现在还是有些问题。 和上次一样,先把配置文件的设定贴上来。 #Attempt to reduce disk throttling/abuse | 0.9.2 command does not exist #max_open_files = 50 #Max queue scheduler.max_active.set = 800 #byte value max_memory_usage = 268435456 # Maximum and minimum number of peers to connect to per torrent. min_peers = 3 max_peers = 8000 # Same as above but for seeding completed torrents (-1 = same as downloading) min_peers_seed = -1 max_peers_seed = -1 # Maximum number of simultaneous downloads max_downloads_global = 20 # Maximum number of simultaneous uploads max_uploads_global = 500 # Global upload and download rate in KiB. "0" for unlimited. download_rate = 0 upload_rate = 0 # Default directory to save the downloaded torrents. directory = /mnt/media/bdmov # Default session directory. Make sure you don't run multiple instance # of rtorrent using the same session directory. Perhaps using a # relative path? session = /mnt/dietpi_userdata/downloads/.session # Close torrents when diskspace is low. schedule = low_diskspace,5,60,close_low_diskspace=500M # Periodically save session data schedule = session_save,240,300,session_save= # Enable the default ratio group. #ratio.enable=no # Change the limits, the defaults should be sufficient. # Upload to a minimum ratio of 1.01 #ratio.min.set=101 # Upload to a maximum ratio of 1.25 #ratio.max.set=125 # Upload a minimum of x MB #ratio.upload.set=1M # When seeding ratio is reached close the torrent system.method.set = group.seeding.ratio.command, d.close= # Move files to ./unsorted when download completes system.method.set_key = event.download.finished,move_complete,"execute=mv,-n,.get_base_path=,./unsorted/;d.set_directory=./unsorted/" # Port range to use for listening. port_range = 52100-52100 # Start opening ports at a random position within the port range. port_random = yes # 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 = require # Sort the main view by ratio view.sort_current = main,greater=d.get_ratio= view.sort_new = main,less=d.get_ratio= view.sort = main # Sort the seeding view by the upload rate and only show torrents with peers view.sort_current = seeding,greater=d.get_up_rate= view.filter = seeding,"and=d.get_complete=,d.get_peers_connected=" view.sort_new = seeding,less=d.get_up_rate= view.sort = seeding # Sort the leeching view by name view.sort_current = leeching,greater=d.get_name= view.sort_new = leeching,greater=d.get_name= view.sort = leeching # Filter the active view by connected peers view.sort_current = active,less=d.get_name= view.sort_new = leeching,less=d.get_name= view.filter = active,d.get_peers_connected= view.sort = active schedule = sort_main,11,5,view.sort=main schedule = sort_seeding,12,5,view.sort=seeding schedule = sort_leeching,13,5,view.sort=leeching schedule = sort_active,14,5,view.sort=active # 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 = disable # UDP port to use for DHT. # #dht_port = 6881 # Enable peer exchange (for torrents not marked private) # peer_exchange = yes #Enable remote access (eg: webui) scgi_port = localhost:5000 check_hash = no 现在的问题是,我挂着大概70个种子,可下载却跑不到满速,把上传任务全部关掉后,速度立马就能满速,而挂着所有种子,速度顶多1/3,我已经把max_peers从100改大到了8000,但问题依旧,大佬们,还有哪里需要改进?
有用rtorrent的吗?我的有问题。 配置文件如下: #Attempt to reduce disk throttling/abuse | 0.9.2 command does not exist #max_open_files = 50 #Max queue scheduler.max_active.set = 3 #byte value max_memory_usage = 268435456 # Maximum and minimum number of peers to connect to per torrent. min_peers = 10 max_peers = 100 # Same as above but for seeding completed torrents (-1 = same as downloading) min_peers_seed = -1 max_peers_seed = -1 # Maximum number of simultaneous downloads max_downloads_global = 20 # Maximum number of simultaneous uploads max_uploads_global = 50 # Global upload and download rate in KiB. "0" for unlimited. download_rate = 0 upload_rate = 0 # Default directory to save the downloaded torrents. directory = /mnt/media/bdmov # Default session directory. Make sure you don't run multiple instance # of rtorrent using the same session directory. Perhaps using a # relative path? session = /mnt/dietpi_userdata/downloads/.session # Close torrents when diskspace is low. schedule = low_diskspace,5,60,close_low_diskspace=500M # Periodically save session data schedule = session_save,240,300,session_save= # Enable the default ratio group. ratio.enable=yes # Change the limits, the defaults should be sufficient. # Upload to a minimum ratio of 1.01 ratio.min.set=101 # Upload to a maximum ratio of 1.25 ratio.max.set=125 # Upload a minimum of x MB ratio.upload.set=1M # When seeding ratio is reached close the torrent system.method.set = group.seeding.ratio.command, d.close= # Move files to ./unsorted when download completes system.method.set_key = event.download.finished,move_complete,"execute=mv,-n,.get_base_path=,./unsorted/;d.set_directory=./unsorted/" # Port range to use for listening. port_range = 52100-52100 # Start opening ports at a random position within the port range. port_random = yes # 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 = require # Sort the main view by ratio view.sort_current = main,greater=d.get_ratio= view.sort_new = main,less=d.get_ratio= view.sort = main # Sort the seeding view by the upload rate and only show torrents with peers view.sort_current = seeding,greater=d.get_up_rate= view.filter = seeding,"and=d.get_complete=,d.get_peers_connected=" view.sort_new = seeding,less=d.get_up_rate= view.sort = seeding # Sort the leeching view by name view.sort_current = leeching,greater=d.get_name= view.sort_new = leeching,greater=d.get_name= view.sort = leeching # Filter the active view by connected peers view.sort_current = active,less=d.get_name= view.sort_new = leeching,less=d.get_name= view.filter = active,d.get_peers_connected= view.sort = active schedule = sort_main,11,5,view.sort=main schedule = sort_seeding,12,5,view.sort=seeding schedule = sort_leeching,13,5,view.sort=leeching schedule = sort_active,14,5,view.sort=active # 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 = disable # UDP port to use for DHT. # #dht_port = 6881 # Enable peer exchange (for torrents not marked private) # peer_exchange = yes #Enable remote access (eg: webui) scgi_port = localhost:5000 现在的问题是下载任务最多只能同时2个,而昨天还只能1个,今天突然可以2个同时下载了,第三个暂停中,系统是dietpi,设备是斐讯n1,有用这个下载的吗?
1 下一页