Performance Monitoring problem

Discussion in 'ASP.NET / ASP.NET Core' started by rmvanduyn, Aug 30, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi I am trying to implement some simple stats to debug why we are getting so many application recycles.

    I am trying to use the code sample from http://aspnet.4guysfromrolla.com/articles/021502-1.aspx#postadlink
    which uses ProcessModelInfo.GetCurrentProcessInfo() to get some basic data.

    However I get the exception 'Process Metrics are available only when ASP.NET process model is enabled.'

    Is there any way to enable the ASP.NET process model for my application?

    If not what would be the recommended way to get some peformance metrics about our application on the real host (I can't reproduce any issues on my development site, probably because of insufficient traffic, etc.)

    Would the more advanced 4guysfromrolla article ( http://aspnet.4guysfromrolla.com/articles/041002-1.aspx )be worth trying or will that also not work?

    Thanks in advance.
    Mitch
     
  2. DASP doesnt support the thier customers to modify the processModel,since this will effect other apllications too.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page