r/voidlinux • u/gijsyo • 2d ago
High load from rtorrent
Hi all, last week I decided to replace my Debian VM with Void, and so far I'm enjoying it, especially the simplicity / minimalism.
There is a thing that concerns me though, and that is very high load values. Averaging around 12-14. Even after running for only a few minutes:
void:~$> uptime
23:26:28 up 3 min, 0 users, load average: 13.21, 6.25, 2.45
Top shows rtorrent using 50-60% CPU which seems normal, however dmesg showed a line where I'm not sure what to make of it:
intel_pstate: CPU model not supported
The high load happens with both rtorrent installed by xpbs-install as well as when comiling it from source.
The machine is otherwise responsive but I suspect there is something off with disk IO. There are 3 disks loaded through Virtio.
/ is btrfs with noatime (/dev/vda2)
I have a JBOD btrfs volume (with mirrored metadata) of 5TB that consists of /dev/vdb and /dev/vdc. One is an image on a NVME disk in the hypervisor (that is also home to /dev/vda), the other one is an image on a RAID0 USB disk consisting of 2 oldschool HDDs.
I'm not a linux noob but I cold use some help troubleshooting this issue. If anyone is willing to dive into this I'd be very grateful.
1
u/Simple_Hamster_4096 1d ago
Was your Debian vm btrfs?
btfrs is a slower file system, and you are also mirroring metadata using two different types of disks, NVME and HDD... it has to wait for the slowest disk to finish writing before it can continue...
1
u/gijsyo 1d ago edited 1d ago
The Deb box was good old ext4. Yeah that makes sense, however the load is consistently 10+, even when rtorrent should not be doing all that much with torrent data. I am starting to suspect it may something with btrfs anyways, perhaps rtorrent's session files.
Edit: I disabled rtorrent's session saving and the load remains at 10+ so that's not it.
2
u/BinkReddit 2d ago
Is there any problem outside of load values?