Perché alcuni processi sono evidenziati in alto?


17

Perché alcuni processi sono evidenziati in alto? L'evidenziazione ha un significato speciale? Grazie!

inserisci qui la descrizione dell'immagine

Risposte:


17

Per espandere la risposta di Doug, guarda gli stati dei processi. Tutti i processi evidenziati tranne tre sono nello stato Se i tre processi evidenziati sono nello stato R. Gli stati di processo sono riportati nel paragrafo 3a, punto 20 della topmanpage :

20. S  --  Process Status
   The status of the task which can be one of:
       D = uninterruptible sleep
       R = running
       S = sleeping
       T = traced or stopped
       Z = zombie

   Tasks  shown  as running should be more properly thought of as
   'ready to run'  --  their task_struct is simply represented on
   the Linux run-queue.  Even without a true SMP machine, you may
   see numerous tasks in this  state  depending  on  top's  delay
   interval and nice value.

Per attivare tale evidenziazione, premere y:

y :Row-Highlight toggle
  Changes highlighting for "running" tasks.   For  additional
  insight into this task state, see topic 3a. DESCRIPTIONS of
  Fields, the 'S' field (Process Status).

  Use of this provision provides important insight into  your
  system's  health.   The only costs will be a few additional
  tty escape sequences.

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.