Quais são essas abreviações?

0

alguém pode me dizer o que significam essas abreviações?
Não ache na web.

Cpu(s): 3.2%us, 0.8%sy, 0.0%ni, 95.6%id, 0.4%wa, 0.0%hi, 0.0%si, 0.0%st

Obrigado antecipadamente.

    
por Yadin20 13.06.2012 / 22:39

1 resposta

1

De man top :

   2c. CPU States
       The CPU states are shown in the  Summary  Area.  They  are  always
       shown  as  a  percentage  and are for the time between now and the
       last refresh.

        us  --  User CPU time
          The time the CPU has spent running users'  processes  that  are
          not niced.

        sy  --  System CPU time
          The  time  the  CPU  has  spent running the kernel and its pro‐
          cesses.

        ni  --  Nice CPU time
          The time the CPU has spent running users'  proccess  that  have
          been niced.

        wa  --  iowait
          Amount of time the CPU has been waiting for I/O to complete.

        hi  --  Hardware IRQ
          The  amount  of time the CPU has been servicing hardware inter‐
          rupts.

        si  --  Software Interrupts
          The amount of time the CPU has been servicing  software  inter‐
          rupts.

        st  --  Steal Time
          The  amount  of  CPU  'stolen' from this virtual machine by the
          hypervisor for other tasks (such  as  running  another  virtual
          machine).
    
por dobey 13.06.2012 / 22:50