일부 프로세스가 맨 위에 강조 표시되는 이유는 무엇입니까?


17

일부 프로세스가 맨 위에 강조 표시되는 이유는 무엇입니까? 하이라이트는 특별한 의미가 있습니까? 감사!

여기에 이미지 설명을 입력하십시오

답변:


17

Doug의 답변을 확장하려면 프로세스 상태를 살펴보십시오. 강조 표시된 세 개의 프로세스를 제외한 모든 상태가 상태 S이고 세 개의 강조 표시된 프로세스는 상태 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.