Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

AICodePerformance – How to monitor just the executing app


1/2/2007

Developers can choose to monitor specific applications by setting the following property:

AssemblyInstanceToMonitor


Setting this value to _Global_ will monitor performance data across all NET assemblies.

If you want to monitor a single application (or assembly) you should set this to the assembly name of your running application (assuming you are testing data on a windows app). In our demo you can set the AssemblyInstanceToMonitor value to Demo Application - AICodePerformance.vshost to monitor just the NET data for the running demo application.

NOTE: This is a very important property and you should set it if you want to pin point problems only within your .NET application. Performance data for _Global_ is very vague.


< Blog Home