3

I have a .net web API application and the required SQL server hosted on an IIS. The task manager shows 100% CPU utilization most of the time, but memory usage is fine.

How can I analyze and fix what is wrong here?

I have already tried New Relic APM and Debug Diagnostic Tool but got nothing useful.

enter image description here

Any insight would be really helpful.

Jose Francis
  • 141
  • 1
  • 4

1 Answers1

3

Identify what is killing the CPU. I recommend https://www.iis.net/learn/troubleshoot/performance-issues/troubleshooting-high-cpu-in-an-iis-7x-application-pool

Identify what is causing this.

Sukhjinder Singh
  • 1,994
  • 2
  • 9
  • 17