Process counter help using powershell

by Daveyboy at 2013-03-21 07:41:00

Is there a perfmon counter or powershell cmdlet to track the amount of threads processed by exe or processid. I need a way to track the how affective the processes are upon load. Using server 2003 .Example, I have a dllhost.exe ( a com+ application) , how can i track how many units of work in a given time frame / threads are actually being processed using either a powershell cmdlet or something in the .net4 framework
by Daveyboy at 2013-03-22 04:44:34
Any ideas on this?