DX Application Performance Management

  • 1.  AppPool "AppPool-WebApplication3" not monitored

    Posted Aug 09, 2017 11:24 AM

    Hi there,

    I'm having some trouble to get a new AppPool getting monitored. In my IntroscopeAgent.profile i set each app pool that i wont to get monitored. I use the configuration below:

     

    introscope.agent.dotnet.monitorAppPools="AppPool-WebApplication1","AppPool-WebApplication2","AppPool-WebApplication3"

     

    The AppPool "AppPool-WebApplication3" is not getting monitored, i see in the agent log "AppPool "AppPool-WebApplication-Grupo3" not monitored"

     

    Any clue? 

     

    Thanks,

    TP



  • 2.  Re: AppPool "AppPool-WebApplication3" not monitored

    Broadcom Employee
    Posted Aug 09, 2017 11:48 AM

    Hi

    1) Make sure the apppool name is correct and you have the appropiate permissions

     

    2) For testing purposes, can try to set

    introscope.agent.dotnet.monitorAppPools="AppPool-WebApplication3"

    Does it works?

    Verify that the .NET agent is attached to the w3wp.exe pocess using “tasklist /m”

     

    3) Try setting set

    introscope.nativeprofiler.clrv4.transparency.checks.disabled=true

    introscope.nativeprofiler.generic.agent.trigger.enabled=true

    You need to resatrt IIS

     

    4) If you are using multiple .NET/CLR version, ensure the correct CLR is monitored, com.wily.introscope.nativeprofiler.monitor.inprocsxs.multiple.clrs

    5) Do you see any error in the Windows Event viewer for Application log?

     

    Regards,

    Sergio

     

     

     

     



  • 3.  Re: AppPool "AppPool-WebApplication3" not monitored
    Best Answer

    Posted Aug 10, 2017 05:11 AM

    Hi Sergio,

     

    In the middle of testing your suggestions i found the problem. Somehow i have the "introscope.agent.dotnet.monitorAppPools" setting duplicated in the .profile. The last setting entry override the first, causing the AppPool not get monitored. I only make the change in the first...

     

    Thanks Sergio,

    TP 



  • 4.  Re: AppPool "AppPool-WebApplication3" not monitored

    Broadcom Employee
    Posted Aug 10, 2017 08:23 AM

    Thank you Tiago for sharing the solution!