April 19, 2020
Estimated Post Reading Time ~

Performance Dashboard AEM

Statement: Is there any performance dashboard available for AEM 6.1?
Like a dashboard with the memory usage, CPU, and if possible the workflows running, Jobs pending, etc.

I'm asking this because right now I am checking this by looking into 3 different screens:
Memory Usage
http://localhost:4502/system/console/memoryusage
Running Instances: /libs/cq/workflow/admin/console/content/instances.html
CPU: By using the process monitor of the OS.
Solution: 

  • DynaTrace that has fairly good integration with AEM 6.1.

  • They support the creation of Dashboards for Performance and tick all the boxes that you mentioned.
They also provide additional stats:
  • Requests
  • GC stats
  • Disk utilization
  • Requests
  • Errors
  • Exceptions
We can have Self Service Monitoring. AEM6 now has monitoring capability beyond what was included in previous releases, built-in to the WCMS out of the box. 

Navigating to "Tools"--> "Operations"--> "Dashboard" "Health Reports" will present you with a screen containing multiple color-coded 'tiles' representing monitored parameters.


  • and, you can integrate with one of the monitoring tools available in the market.
  • Also, you can build a custom page which combines all the AEM OOB consoles you have with 3 different screens
Reference:
https://docs.adobe.com/docs/en/aem/6-1/administer/operations/operations-dashboard.html


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.