AEM OOB Health Reports / Monitoring - Do these report / monitoring cause AEM slowness | Community
Skip to main content
May 7, 2020
Solved

AEM OOB Health Reports / Monitoring - Do these report / monitoring cause AEM slowness

  • May 7, 2020
  • 1 reply
  • 2318 views

Hi,

AEM OOB provides Health Check Status and Monitoring Graphs. Does accessing these Health Check status or Monitoring Graphs cause any slowness to AEM.

 

Health Check 

http://localhost:4502/libs/granite/operations/content/healthreports/healthreportlist.html

 

Monitoring Graphs

http://localhost:4502/libs/granite/operations/content/monitoring/page.html

 

Questions:

1) These Health Check or Monitoring Graph (which reports on Memory / Disk Usage / Query cache / Indexes etc) reports in real time - So wondering if this causes extra load on AEM server repeatedly to gather data.

 

2) Also if it OK to run such reports at regular interval like every 4 hour on AEM Publisher in Production ?

 

Thanks in advance.

 

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 Theo_Pendle

Hi @rohit-pathak-2020,

  1. If you are worried that your customers will experience a performance drop if you check the reports, the answer is... yes but no... 😂 Technically you are correct, the reports are updated in real-time so there will be an impact on the instance's performance, however:
    1. The impact is negligible unless you have a HUGE amount of content
    2. If you are using a Dispatcher (as you absolutely should!) then the customer will see no difference sine the content is largely being served from cache.

  2. I'm not sure what you mean by "OK" but for the reasons I mentioned above, there should be little to no impact for running these reports 🙂

1 reply

Theo_Pendle
Theo_PendleAccepted solution
Level 8
May 8, 2020

Hi @rohit-pathak-2020,

  1. If you are worried that your customers will experience a performance drop if you check the reports, the answer is... yes but no... 😂 Technically you are correct, the reports are updated in real-time so there will be an impact on the instance's performance, however:
    1. The impact is negligible unless you have a HUGE amount of content
    2. If you are using a Dispatcher (as you absolutely should!) then the customer will see no difference sine the content is largely being served from cache.

  2. I'm not sure what you mean by "OK" but for the reasons I mentioned above, there should be little to no impact for running these reports 🙂
May 12, 2020
Thanks @theo_pendle for reply