2

I noticed when I ssh'ed into my beaglebone black that I got two rtorrent processes running.

enter image description here

is this something rtorrent does per default or have I messed up somewhere along the line? What could cause this and is this something I can fix?

DavidPostill
  • 162,382

1 Answers1

0

You use htop, which shows threads as separate processes. To be sure, check with ps aux| grep rtorrent or in htop use H key to show/hide user threads.

So it is normal what you see in htop.

Darek
  • 1,016