Memory profiling of web application

Hello, I am new to JetBrains profiling tools and not sure what tool can be usefull to help with my problem.

We have number of web applications hosted in IIS. Every application has its own application pool. Every pool is recycled during the night. Recently all code has been moved from .Net framework 2.0 to .Net framework 4.5.2. After promote we have noticed great increase in the memory consumption. We are trying to identify areas of the code causing it. What tool can be used for this purpose? Is there a way to pin point to a particular executable hosted in IIS while profiling with .dotTrace tool?

Thanks,

Olga.

 

0
1 comment

Hi Olga,

 

Yes, you can profile specific application with dotMemory and dotTrace (it is actually a performance profiler, but in Timeline profiling mode it shows some information about memory allocations). All you need is to identify the problem application and profile it as it is described in our documentation: https://www.jetbrains.com/help/profiler/2016.2/Profile_ASP_Web_Site.html and https://www.jetbrains.com/help/dotmemory/2016.2/Web_Application_Using_IIS.html

0

Please sign in to leave a comment.