Multi core systems??
-
I want to see all processes running on a specific core.
I use top -P to see CPU usage and 1 core max. out at 100% but no sign of what process does that.
Anybody can help shedding some light?
-
The default sorting in top is by the WCPU column. The top offender should be the top row.
-
Its not. Not even mentioned there…
Thats why I am asking.
-
use -SH
-
Thanks :)