how to generate performance report for prod publish servers | Community
Skip to main content
manisha594391
New Participant
July 3, 2023
Solved

how to generate performance report for prod publish servers

  • July 3, 2023
  • 2 replies
  • 785 views

Hi Team,

 

I need to generate a report/catalog for prod publish servers precisely to showcase if there are any spikes at any point of time in the server. Does aem has any ootb capability to solve for this. If not any pointers on how this could be achieved. Things I am planning to do-

1. check request.log for publish servers to check for any requests which took more time.

2. check error.log for any errors, warnings in general

3. analyze thread dump.

any pointers appreciated

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 aanchal-sikka

Hello @manisha594391 

 

 

1. Adobe Experience Manager's built-in tools:  https://experienceleague.adobe.com/docs/events/experience-manager-gems-recordings/gems2017/aem-building-health-checks-for-aem.html?lang=en 

 

2. Adobe Experience Manager's Log Files: Monitoring AEM's log files can provide valuable insights into its performance and any potential issues. AEM logs can be accessed in the AEM Monitoring Console or directly in the file system, typically located in the `crx-quickstart/logs` directory.

3. External Monitoring Tools: Apart from AEM-specific tools, you can also leverage external monitoring solutions to track AEM's performance. Some popular options include:

- New Relic (Preferred option): A comprehensive application monitoring tool that provides real-time insights into the performance and health of your AEM instance. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/user-access-new-relic.html?lang=en
- Dynatrace:  https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/dynatrace-integration-into-aem-application/m-p/351492 

 

 

Other reference material: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operations/monitoring.html?lang=en 

2 replies

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
July 4, 2023

Hello @manisha594391 

 

 

1. Adobe Experience Manager's built-in tools:  https://experienceleague.adobe.com/docs/events/experience-manager-gems-recordings/gems2017/aem-building-health-checks-for-aem.html?lang=en 

 

2. Adobe Experience Manager's Log Files: Monitoring AEM's log files can provide valuable insights into its performance and any potential issues. AEM logs can be accessed in the AEM Monitoring Console or directly in the file system, typically located in the `crx-quickstart/logs` directory.

3. External Monitoring Tools: Apart from AEM-specific tools, you can also leverage external monitoring solutions to track AEM's performance. Some popular options include:

- New Relic (Preferred option): A comprehensive application monitoring tool that provides real-time insights into the performance and health of your AEM instance. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/user-access-new-relic.html?lang=en
- Dynatrace:  https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/dynatrace-integration-into-aem-application/m-p/351492 

 

 

Other reference material: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operations/monitoring.html?lang=en 

Aanchal Sikka
manisha594391
New Participant
July 10, 2023

Thanks Aanchal, I am already analyzing the new relic one for our server. However, am having hard time mapping the maximum load transactions to the cpu usage and error occurrences during that time frame.

EstebanBustamante
New Participant
July 3, 2023