The purpose of monitorthreads is to help identify which threads are consuming excessive CPU resources so that the issue can be remediated.
There are a number of tools that monitor CPU activity at the process level and there are some tools, such as sid2, that can report CPU utilization at the thread level. Monitorthreads.exe
implements the ability to monitor per thread CPU utilization over time.
Monitorthreads calculates the system time and user time used by each thread during a collection interval and lists these values for the busiest threads.
Add new comment