Quick Slice shows the percentage of total CPU usage for each process in the system. This tool is similar to Pstat.exe, but it presents the information in a graphical format.
Item | Description |
---|---|
PID (Process ID) | The process ID number in hexadecimal format. |
Image Name | Identifies the executable file name or process associated with a particular item. |
% Process CPU Usage | Identifies the percentage of total CPU usage associated with a particular process.
|
Double-clicking an image name in the Quick Slice window displays details about the threads of that process. This window shows the paged pool, nonpaged pool and thread ID (TID) for the image.
You can specify the sampling interval for Quick Slice at the command prompt. The default is 500 milliseconds.
At the command prompt, type
start qslice -t nnn
Where:
-t nnn
Specifies the display interval in milliseconds. (The default is 500 milliseconds.)
File Required