Page 1 of 1

Posted: 22 Aug 2011, 00:50
by TFF
Hi. I'm trying to test various methods of achieving the same goal. What I was hoping to do was average out how much CPU use was reported over time for each patch, and compare that way. But as far as I can tell, there is no module that outputs CPU use. Is there anyway to accomplish what I'm after?
Best,
-Zach

Posted: 22 Aug 2011, 04:55
by CleverConQueso
Take a look at 'Dashboard'. You can queue the output to an array and take the average of the array.

Posted: 22 Aug 2011, 08:27
by bsork
Just remember that the Dashboard CPU meter shows the total usage for the machine - AFAIK it's the same value as in the Task Manager.

Posted: 22 Aug 2011, 08:46
by nay-seven
the new module current patch settings is what you're looking for.

Posted: 22 Aug 2011, 16:30
by CleverConQueso
How cool - so we can use 'Current Patch' to performance optimize patches.

Posted: 22 Aug 2011, 19:29
by TFF
Ah, fantastic. Thanks for the tip.