简体   繁体   English

在Linux系统中,使用“ top”命令,top命令的S列中的“ I”是什么意思,S --status

[英]Linux system,use “top” command, what is the meaning of 'I' in top command S column,S --status

i try to run top command ,on raspberry pi terminal.the S column has some values like I .what's the meaning of I? 我尝试在树莓派终端上运行top命令S列具有一些类似于I的值.I的含义是什么?

top version: procps-ng 3.3.15 最高版本: procps-ng 3.3.15

man top : man top

29. S  --  Process Status
   The status of the task which can be one of:
       D = uninterruptible sleep
       I = idle
       R = running
       S = sleeping
       T = stopped by job control signal
       t = stopped by debugger during trace
       Z = zombie

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM