Neden bazı süreçler en üstte vurgulanıyor? Vurgulamanın özel bir anlamı var mı? Teşekkürler!
Neden bazı süreçler en üstte vurgulanıyor? Vurgulamanın özel bir anlamı var mı? Teşekkürler!
Yanıtlar:
Doug'un cevabını genişletmek için süreçlerin durumlarına bakın. Vurgulanan üç işlem dışındaki tüm durumlar S
ve üç vurgulanan işlem durumludur R
. Süreç devletler bölüm 3a, bir öğenin 20'de verilmiştir 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.
Vurgulamayı değiştirmek için şunlara basın 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.
Vurgulanan 3 işlem, çalışan 3 işlemdir.