Warum sind einige Prozesse oben hervorgehoben?


17

Warum sind einige Prozesse oben hervorgehoben? Hat Highlight eine besondere Bedeutung? Vielen Dank!

Bildbeschreibung hier eingeben

Antworten:


17

Sehen Sie sich die Zustände der Prozesse an, um Dougs Antwort zu erweitern. Alle außer den drei hervorgehobenen Prozessen sind im Status Sund die drei hervorgehobenen Prozesse sind im Status R. Die Prozesszustände sind in Abschnitt 3a, Punkt 20 der topManpage angegeben :

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.

Um diese Hervorhebung umzuschalten, drücken Sie 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.

Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.