How do I monitor specific applications in my Introscope for .NET installation?
Release : 11.1.0
Component : APM Agents
Usage Overview
Use the Agent profile to configure the applications you want to monitor. If you are interested in monitoring only IIS applications, you can
and instead configure which application pools you need to monitor. Once the configuration is done, restart IIS and the settings will take e
need to be monitored, you can use either .exe names or the full paths to the .exe files.
Configure the following properties in the Agent profile:
1. Provide a comma-separated list of application names/paths you want to monitor in the introscope.agent.dotnet.monitorApplic
introscope.agent.dotnet.monitorApplications= RandomApp.exe,testapp.exe,readloop.exe,C:\windows32\system\testap
Both absolute paths and .exe file names are supported.
The list is case sensitive.
Relative paths are not supported.
Wildcards are not supported.
2. For monitoring application pools, provide a comma-separated list in the
introscope.agent.dotnet.monitorAppPools property, enclosing the pool name in quotes. For example:
introscope.agent.dotnet.monitorAppPools="DefaultAppPool","MSPetShop","DotNetNuke"
If the application is not configured to run in an application pool use "NULL" in the application pool name for it to be monitored.
Examples
introscope.agent.dotnet.monitorApplications=w3wp.exe,aspnet_wp.exe,RandomApp.exe,testapp.exe,readloop.exe,C:\window
introscope.agent.dotnet.monitorAppPools="DefaultAppPool","MSPetShop"