一部のプロセスが一番上に強調表示されているのはなぜですか?


17

一部のプロセスが一番上に強調表示されているのはなぜですか?ハイライトには特別な意味がありますか?ありがとう!

ここに画像の説明を入力してください

回答:


17

ダグの答えを拡大するには、プロセスの状態を見てください。3つの強調表示されたプロセス以外はすべて状態Sにあり、3つの強調されたプロセスは状態にありRます。プロセス状態は、セクション3a、マンページの項目20に記載されていtopます。

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.

その強調表示を切り替えるには、を押し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.

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.