je regarde avec top sur un pc d’il y a près d’une dizaine d’années (t430) core i5 :
$top
sans rien (sauf top !!):
%Cpu(s): 0,3 us, 0,2 sy, 0,0 ni, 98,8 id, 0,7 wa, 0,0 hi, 0,0 si, 0,0 st
en écoutant un fichier audio mp4a avec vlc :
%Cpu(s): 1,4 us, 0,5 sy, 0,0 ni, 98,0 id, 0,1 wa, 0,0 hi, 0,0 si, 0,0 st
en écoutant le même fichier avec ffplay :
%Cpu(s): 2,9 us, 1,1 sy, 0,0 ni, 95,8 id, 0,2 wa, 0,0 hi, 0,0 si, 0,0 st
en regardant Arte en direct :
Cpu(s): 24,8 us, 2,8 sy, 0,0 ni, 72,0 id, 0,3 wa, 0,0 hi, 0,1 si, 0,0 st
man top explique :
Line 2 shows CPU state percentages based on the interval since the
last refresh.
As a default, percentages for these individual categories are dis‐
played. Where two labels are shown below, those for more recent
kernel versions are shown first.
us, user : time running un-niced user processes
sy, system : time running kernel processes
ni, nice : time running niced user processes
id, idle : time spent in the kernel idle handler
wa, IO-wait : time waiting for I/O completion
hi : time spent servicing hardware interrupts
si : time spent servicing software interrupts
st : time stolen from this vm by the hypervisor