Access to Windows performance counters (XP) preferably in VBScript

I am testing a web application for browser memory leaks using Quick Test Professional (QTP) 9.5 and Internet Explorer 6. PerfMon works to monitor memory usage over time, but its data needs to be synchronized with the test results to find which steps are triggering the memory leak browser. Since the QTP scripting language is VBScript, how can I get the custom performance counters (in this case "private bytes" in the "IExplore.exe" process)?

+1


source to share


1 answer


Dont Panic: You can use scripts to monitor performance . Sorry for the previous line. This is the title of the article.



+3


source







All Articles