APP DYNAMICS CONFIGURATION
AppDynamics is an application performance monitoring tool that captures the performance metrics of applications.
AppDynamics .Net Agent is the component that is used to instrument .NET process and capture the metrics from .NET based applications.
By default, both VSP and AppDynamics use the same environment variables listed in the below table. Follow the steps mentioned in the following sections to overcome this.
VSP |
AppDynamics |
COR_ENABLE_PROFILING=1 COR_PROFILER={8E2B38F2-7355-4C61-A54F-434B7AC266C0} COR_PROFILER_PATH_64=C:\Program Files (x86)\Virsec\iae-dnet\bin\dotnetprofiler.dll |
COR_ENABLE_PROFILING=1 COR_PROFILER=AppDynamics.AgentProfiler COR_PROFILER_PATH_64=C:\Program Files\AppDynamics\AppDynamics.NET\AppDynamics.Profiler_x64.dll |
Table – VSP vs AppDynamics