Dlaczego niektóre procesy są wyróżnione na górze?

17

Dlaczego niektóre procesy są wyróżnione na górze? Czy wyróżnienie ma specjalne znaczenie? Dzięki!

wprowadź opis zdjęcia tutaj

StackExchange dla wszystkich
źródło

Odpowiedzi:

17

Aby rozwinąć odpowiedź Douga, spójrz na stany procesów. Wszystkie wyróżnione procesy oprócz trzech wyróżnionych są w stanie S, a trzy wyróżnione procesy są w stanie R. Stany procesu podano w sekcji 3a, pozycja 20 strony toppodręcznika :

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.

Aby przełączyć podświetlanie, naciśnij 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.
muru
źródło
6

3 wyróżnione procesy to 3 uruchomione procesy.

Doug Smythies
źródło