Pomoc rtorrent pro high cpu usage

CC81

Entry Technician
Q Associate
3 Styczeń 2017
37
3
8
43
QNAP
TS-x53Be
Ethernet
100 Mbps
Hello,

I installed today rtorrent pro: rtorrent_0.9.7-0912-190912_x86_64, but after install cpu usage - node process is very high ~50%. Is this normal?

1 (1).jpg


Firmware version: 4.4.1.1146
Model name: QNAP TS-251 8GB
 
I have a similar issue. Its not quite 50%, but regularly around 30% even when nothing is seeding/downloading. I've been chatting with QNAP support over the high IO usage of my NAS and rtorrent is the only thing left that they are saying is the cause.
The screenshot shows my current usage
 

Załączniki

  • qnap-rtorrent.png
    qnap-rtorrent.png
    114,8 KB · Wyświetleń: 67
What about disabling FloodUI completely?
  1. Using SSH please connect to your NAS

  2. Stop rtorrent-Pro:
    Bash:
    /etc/init.d/rtorrent.sh stop

  3. Change system platform in header of rtorrent.sh and set PLATFORM=x86_64_wo_flood
    • Display current header:
      Bash:
      head -n 6 /etc/init.d/rtorrent.sh
      Kod:
      #!/usr/bin/env sh
      
      NAME="rtorrent"
      VERSION=2019.0912.0
      PLATFORM=x86_64

    • To change PLATFORM execite that command:
      Bash:
      sed -i /etc/init.d/rtorrent.sh -e "s:PLATFORM=x86_64:PLATFORM=x86_64_wo_flood:"

    • Check if the new setting was applied correctly:
      Bash:
      head -n 6 /etc/init.d/rtorrent.sh
  4. Start rtorrent-Pro again
    Bash:
    /etc/init.d/rtorrent.sh start
Please note:
upload_2020-1-24_16-2-47.png

This will not work anymore!

FYI:
Unfortunatelly I cannot help in this case since I cannot replicate this issue.
 
Thanks, i dont use flood anyway. This has potentially fixed it. Nothing related to rtorrent seems to go above 10% now and thats php-fpm: pool rtorrent. I am not at home to check whether the HDD activity is still going like crazy, but both iotop and htop are displaying much better numbers.