iod show thread rt
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
threadId | Thread ID. | The value ranges from "0" to the maximum thread ID. |
usermode | This parameter is optional. If it is not specified, kernel state information is queried; if it is specified, it must be added to the end of a command as a suffix to query user state information. | The value can be: "-app_data": executes the command for the app_data process. |
Example
Query the execution time and times of each module for a specified thread in 60 seconds.
admin:/diagnose>iod show thread rt 0 stat cycle is 60s CSD_0 run info ,time unit is (us). name pid startQ0 startQ1 startQ2 startQ3 startQ4 startQ5 startQ6 startQ7 Done Cmd Total CACHE 22 0/0 0/0 0/0 0/0 0/0 1112/1047 0/0 0/0 0/0 0/0 1110/1049 EPL 110 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 24422/104 23913/104 IOD 142 6/10 0/10 0/10 0/10 0/10 1/10 1/10 1/10 0/0 2/18 14/98 QUOTA 149 0/0 0/0 0/0 0/0 0/0 12611/1085 0/0 0/0 0/0 0/0 12583/1087 BDM_MP 155 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 9/2 20/1 29/3 BDM_SIO 157 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 658/37 658/37 QOS 201 0/0 0/0 0/0 0/0 0/0 266177/13420 0/0 0/0 0/0 0/0 265599/13445 EXTENT 204 0/0 0/0 0/0 0/0 0/0 146/9 0/0 0/0 0/0 0/0 146/9 BSTRT 206 0/0 0/0 0/0 0/0 0/0 42/6 0/0 0/0 4/3 0/0 46/9 BACKSCAN 213 0/0 0/0 0/0 0/0 0/0 297/26 0/0 0/0 11/13 0/0 308/39 DST_MONITO 223 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 2/1 0/0 2/1 DST_ANALYS 224 0/0 0/0 0/0 0/0 0/0 4/6 0/0 0/0 6/4 0/0 10/10 DST_MIGRA 226 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 8791/827 8763/827 XNET 228 0/0 0/0 0/0 0/0 0/0 110802/110648 0/0 0/0 0/0 0/0 110584/110848 EXTENT_INI 230 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 3937/274 3924/274 XNET_PCIE 233 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 142995/39102 0/0 142529/39135 CLM 256 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 13/4 13/4 CONTEXT 306 0/0 0/0 0/0 22/1 0/0 5538/2204 0/0 0/0 0/0 0/0 5561/2205 SPACE_SCHE 312 0/0 0/0 0/0 0/0 0/0 2740/36 0/0 0/0 0/0 0/0 2740/36 CLUSTER_MS 600 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 2243/268 3241/106 5437/374 DLM 602 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 1294/49 1294/49 CLUSTER_CC 604 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 1269/77 1243/77 CLUSTER_CN 609 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 3874/298 3874/298
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
name | Module name. |
pid | Module ID. |
startQ0 | Start priority 0 queue. |
startQ1 | Start priority 1 queue. |
startQ2 | Start priority 2 queue. |
startQ3 | Start priority 3 queue. |
startQ4 | Start priority 4 queue. |
startQ5 | Start priority 5 queue. |
startQ6 | Start priority 6 queue. |
startQ7 | Start priority 7 queue. |
Done | Done priority queue. |
Cmd | Command. |
Total | Total execution time and times. |