I’m looking to monitor processes running on a window 2003 server using a VBScript file. I’ve seen PercentProcessorTime, but that doesn’t really capture usage. Is there anyway to determin a percentage usage?
I’m looking to monitor processes running on a window 2003 server using a VBScript
Share
It appears that it is possible using WMI in conjunction with perfmon counters. Please refer this article.
Here’s the relevant code: