Modo 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
Digamos que N
es el número total de CPU. Luego, en Irix
modo, %CPU
está el uso de CPU fuera de N * 100%
. En Solaris
modo, %CPU
es el %CPU in Irix mode
/ N
.
Ver: Comprehending 'top' CPU usage
EDITAR :
el tiempo total de la CPU del usuario es 43%
Creo que ha ignorado el sistema% ( Porcentaje de utilización de la CPU para ejecutar en el sistema (kernel) de nivel. ) Tiempo . Probar otras herramientas como mpstat
, iostat
y sar
para el análisis de utilización de la CPU.