views:

54

answers:

2

I'm tempting to use Silverlight 3 tio create a LOB Application but I'm no quite comfortable into measuring client resource usage (CPU and RAM). Is there a way to measure exactly how much RAM /CPU a Silverlight App is using on the client ??? Are there any tools for this ?

A: 

use the System.Windows.Analytics class to get the AverageProcessLoad and AverageProcessorLoad

Michael S. Scherotter
A: 

SilverlightSpy measures this, at at high level. I am trying to find similiar tools at the moment and it seems that only Windbg and SOS willget right into the guts of your application :-(

HTH,
Mark

Mark Cooper