The Process Threads grid shows current information about the threads that ran by the selected process.
Instance
The instance name of the thread.
Thread ID
The unique identifier of the thread.
% CPU
The percentage of CPU elapsed time that the thread has used in order to run instructions.
% User
The percentage of elapsed time that the thread has spent running code in user mode.
% Kernel
The percentage of elapsed time that the thread has spent running code in privileged mode.
Elapsed time
The total elapsed time the thread has been running.
Switches/sec
The rate of switches from one thread to another.
Thread State
The current state of the thread (Ready, Running or Waiting).
Thread Wait Reason
This is applicable only when the thread is in the waiting state, and shows the reason why the thread is waiting.