DX Application Performance Management

  • 1.  .Net Concurrent user count

    Posted Mar 09, 2017 01:04 PM

    Hello All,

     

    Anyone know which ca apm asp.net metric will provide concurrent user count?

     

    Would concurrent invocation be the metric of choice?

     

    Any help would be greatly appreciated.

     

    Thank You!



  • 2.  Re: .Net Concurrent user count
    Best Answer

    Broadcom Employee
    Posted Mar 09, 2017 01:24 PM


  • 3.  Re: .Net Concurrent user count

    Broadcom Employee
    Posted Mar 09, 2017 01:35 PM

    Any IIS-specific metrics should come from PerfMon or CA APM for Web Servers.

    Microsoft provides a lot of details around the counter groups so you can do a Google Search.



  • 4.  Re: .Net Concurrent user count

    Posted Mar 13, 2017 12:44 PM

    Team,

     

    I figured out how to add additional web service perfmon performance metrics.  I added the following line to perfmon configuration section against Interscopeagent.profile which will added Web Services metrics containing key work "Current" which includes Current Connections..etc against the default web site.

     

    introscope.agent.perfmon.metric.filterPattern=|Processor|*|*,|.NET Data Provider*|*|*,|.NET CLR*|{osprocessname}|*,|.NET CLR Data|*|*,|Process|{osprocessname}|*,|ASP.NET*|*,|Web Service|*|Current*|

     

    Let me know your thoughts on this approach.

     

    Also, please forgive my typos if any.

     

    -Richard