首页 > 解决方案 > Linux系统,使用top命令,top命令S栏的'I'是什么意思,S --status

问题描述

我尝试top在树莓派终端上运行命令。该S列有一些值,例如I。我的含义是什么?

标签: linuxshellterminalraspberry-pi

解决方案


顶级版本: procps-ng 3.3.15

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

推荐阅读