ss
查看系统中所有线程与中断系统堆栈使用情况。
格式
ss
说明
此命令用来查看线程和中断堆栈的使用情况。
[root@sylixos:/root]# help ss
show all stack information.
ss
[root@sylixos:/root]#
样例
[root@sylixos:/root]# ss
thread stack usage show >>
NAME TID PRI STK USE STK FREE USED
---------------- ------- --- -------- -------- ----
t_idle0 4010000 255 80 4016 1%
t_itimer 4010001 20 192 3904 4%
t_isrdefer 4010002 0 272 3824 6%
t_except 4010003 0 592 3504 14%
t_log 4010004 60 376 3720 9%
t_power 4010005 254 232 3864 5%
t_hotplug 4010006 250 320 7872 3%
t_reclaim 4010008 253 256 16128 1%
t_sync 4010009 252 896 3200 21%
t_netjob 401000a 110 400 3696 9%
t_netproto 401000b 110 584 7608 7%
t_snmp 401000c 110 416 7776 5%
t_ftpd 401000d 160 2028 10260 16%
t_telnetd 401000e 160 2020 4124 32%
t_xinput 4010010 199 2456 9832 19%
t_touch 4010012 160 216 3880 5%
t_tshell 4010013 150 4260 115740 3%
interrupt stack usage show >>
CPU STK USE STK FREE USED
--- -------- -------- ----
0 348 7844 4%
[root@sylixos:/root]#
字段说明:
thread stack usage show >>
字段 | 说明 |
---|---|
NAME | 线程名 |
TID | 线程号 |
PRI | 优先级 |
STK USE | 堆曾最大使用大小 |
STK FREE | 堆分段数 |
USED | 堆已使用比例 |
interrupt stack usage show >>
字段 | 说明 |
---|---|
CPU | CPU序号 |
STK USE | 中断堆栈使用大小 |
STK FREE | 中断堆栈空闲大小 |
USED | 已使用比例 |