Режим Irix / Solaris ( man 1 top
):
<I> :Irix/Solaris_Mode_toggle
When operating in 'Solaris mode' ('I' toggled Off), a
task's cpu usage will be divided by the total number of
CPUs. After issuing this command, you'll be informed of
the new state of this toggle.
...
if 'Irix mode' is Off, top will operate in
'Solaris mode' where a task's cpu usage will be divided by the
total number of CPUs. You toggle 'Irix/Solaris' modes with the
'I' interactive command
Скажем, N
общее количество процессоров. Тогда в Irix
режиме, %CPU
использование процессора вне N * 100%
. В Solaris
режиме %CPU
это %CPU in Irix mode
/ N
.
Видеть: Comprehending 'top' CPU usage
РЕДАКТИРОВАТЬ :
общее пользовательское время процессора составляет 43%
Я думаю , что вы пренебрегли % систему ( процент загрузки процессора для выполнения в системе (ядро) уровня. ) Время . Попробуйте другие инструменты, например mpstat
, iostat
и sar
для анализа загрузки процессора.