DX Application Performance Management

 View Only
  • 1.  frontend and backend components do not show in investigator for introscope .Net agent 9.7.1.6

    Posted Jun 25, 2015 07:55 PM

    Hello, I got an issue with .net agent 9.7.1.6. it does not display front end and back end components in investigator. everything installed is as default so I am expecting the default URL Grouping configuration in introscope agent profile will produce a frontend and a backend component but it does not.   It only display a tree like :

      hostname

            .Net Processes

                   PerMonCollectorAgent.exe (unknown)

                              ....

                              PerMon

                                      .....

                              Thread Pool

                                      .....

     

    Anyone with the knowledge or experience can you please advise ?

     

    Thank you

     

    Cyril



  • 2.  Re: frontend and backend components do not show in investigator for introscope .Net agent 9.7.1.6

    Posted Jun 25, 2015 08:15 PM

    Cyril,

    What you have is the default PerfmonCollectorAgent showing up, which would only display perfmon metrics.

    Application metrics would be reported only by .NET Agent and it seems like either it's not properly configured or perhaps having issues monitoring application.

    Check if there are any errors in Windows Event Viewer related to Agent startup.

     

    Regards,

    Kulbir.



  • 3.  Re: frontend and backend components do not show in investigator for introscope .Net agent 9.7.1.6

    Posted Jun 25, 2015 11:43 PM

    Thanks for the reply, just a second thought, could this be due to application is running as unmanaged code ? I can see in IIS application pool is configured as “No Managed Code” in .Net CLR Version.

     

    Cyril Guh



  • 4.  Re: frontend and backend components do not show in investigator for introscope .Net agent 9.7.1.6
    Best Answer

    Broadcom Employee
    Posted Jun 26, 2015 12:11 AM

    Hi Cyril,

    Yes that would explain it.

    The .NET agent can only instrument managed code where the CLR is being loaded i.e. .ASP.NET (.aspx) compared to the unmanaged  ASP classic (.asp)

     

    Regards,

     

    Lynn



  • 5.  Re: frontend and backend components do not show in investigator for introscope .Net agent 9.7.1.6

    Broadcom Employee
    Posted Jun 25, 2015 08:15 PM

    Hello Cyril,

    If this is a new agent install it sounds like the IIS process is still not loading the agent assemblies whereas the Perfmon Collector we supply is loading them successfully.

    There are some knowledge documents that cover troubleshooting .NET Agent problems and you can search for them here:

    http://www.ca.com/us/support/ca-support-online/support-by-product/ca-application-performance-management.aspx?d=t&language=en&type=Knowledge#

    e.g.

    Troubleshooting a 9.1.x .Net Agent Installation

    http://www.ca.com/us/support/ca-support-online/product-content/knowledgebase-articles/tec594851.aspx


    .NET Agent installation problems - Checklist

    http://www.ca.com/us/support/ca-support-online/product-content/knowledgebase-articles/tec596326.aspx


    If all else fails you may need to restart the actual server.


    Hope this helps