cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Background Thread CPU

leonatay
Guide

Hi community,

What is the indication of high background thread CPU (more than 10%) on IIS App Pool .NET v4.5 2 process? What can we suspect from there?

Thanks.

 

2 REPLIES 2

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi @leonatay 

The background thread CPU refers to everything that happens outside the monitored request. We can try to create custom services to capture the information that is done there.

Radek

Have a nice day!

RazTN7
Dynatrace Champion
Dynatrace Champion

Hello @leonatay,

Perfmon and DebugDiag, you can collect data that can be helpful in determining the cause of high CPU in application pools.

Once you have confirmed that a w3wp.exe process is experiencing high CPU, you will need to collect the following information in order to determine what is causing the problem:

  • A Performance Monitor data collector set.
  • A user-mode memory dump of the w3wp.exe process.

Ref - https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/t...

Cheers!

RN

Have a nice day!

Featured Posts