High CPU utilization for AEM environment even with 0 pages in it. | Community
Skip to main content
New Participant
September 21, 2020
Solved

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

  • September 21, 2020
  • 2 replies
  • 1592 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

vanegi
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.

Manjunath_K
Manjunath_KAccepted solution
New Participant
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