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?
+2
A:
It appears that it is possible using WMI in conjunction with perfmon counters. Please refer this article.
Jose Basilio
2009-06-05 00:55:30
Thanks for the link to the article. I had seen that, and it is what I ended up using.
Flynn81
2009-06-12 12:43:28