top is showing several processes with CPU % greater than 100%. What does this indicate?
| |||||
feedback
|
|
That the processes are multithreaded and running on multiple cores, and are busying out each core to a percentage that adds up to more than 100%. | |||
|
feedback
|