কিছু প্রক্রিয়া শীর্ষে হাইলাইট করা হয় কেন?


উত্তর:


17

ডগের উত্তরে প্রসারিত করতে, প্রক্রিয়াগুলির অবস্থা দেখুন। তিনটি হাইলাইট করা প্রক্রিয়া ব্যতীত সমস্ত রাজ্যে রয়েছে Sএবং তিনটি হাইলাইট হওয়া প্রক্রিয়াটি অবস্থায় রয়েছে R। প্রক্রিয়া রাজ্যের অধ্যায় 3A, আইটেম 20 দেওয়া হয় র manpage :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.