¿Por qué algunos procesos se destacan en la parte superior?


17

¿Por qué algunos procesos se destacan en la parte superior? ¿Destacar tiene un significado especial? ¡Gracias!

ingrese la descripción de la imagen aquí

Respuestas:


17

Para ampliar la respuesta de Doug, observe los estados de los procesos. Todos menos los tres procesos resaltados están en estado S, y los tres procesos resaltados están en estado R. Los estados del proceso se dan en la sección 3a, elemento 20 de la página de topmanual :

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.

Para alternar ese resaltado, presione 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.

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.