Skip to main content
September 21, 2020
Solved

High CPU utilization for AEM environment even with 0 pages in it.

  • September 21, 2020
  • 2 replies
  • 1606 views

The cloud manger production pipeline fails at performance testing saying that it has CPU utilisation more than 80%. But stage environment has 0 pages in it and it is a brand new environment that was recently provisioned. Why is this happening? Is there a way to troubleshoot this issue to understand what is taking more CPU?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manjunath_K

@jawaharb 

Can you please try downloading thread dumps & analyze if there any "RUNNABLE" & "BLOCKED" threads which is impacting on CPU utilization. also check active scheduler jobs which is taking longer time than expected.

 

To download thread dumps : http://localhost:4502/system/console/status-threaddump

To check scheduler jobs : http://localhost:4502/system/console/status-slingscheduler 

2 replies

Manjunath_K
Manjunath_KAccepted solution
Level 7
September 21, 2020

@jawaharb 

Can you please try downloading thread dumps & analyze if there any "RUNNABLE" & "BLOCKED" threads which is impacting on CPU utilization. also check active scheduler jobs which is taking longer time than expected.

 

To download thread dumps : http://localhost:4502/system/console/status-threaddump

To check scheduler jobs : http://localhost:4502/system/console/status-slingscheduler 

vanegi
Adobe Employee
Adobe Employee
September 21, 2020

Have you checked the new relic results for the reported execution? Related to how we compute the CPU utilization value. CM always get the MAX CPU between all the instances. We are doing the same for other instance related metrics (memory, network traffic) etc.