Saturday, June 20, 2020

Assets Monitoring

Assets Monitoring:

Following tools can be used for assets monitoring in AEM.

1. Virtual VM : JVM memory monitor

2. TOP : A command that opens dashboard

3. HTop : Provides information on CPU and memory usage.

4. IOtop : for disk IO usage

5. IFTop : ethernet/network usage

6. workflow console

7. MXBeans

8. AEM Monitoring

  • Replication agents : 
    • /system/console/jmx/com.adobe.granite.replication:type=agent,id=”<AGENT_NAME>”
  • Session counter :
    • /system/console/jmx/org.apache.jackrabbit.oak:id=7,name="OakRepository Statistics",type ="RepositoryStats"
  • System check :
    • /system/console/jmx/org.apache.sling.healthcheck:name=systemchecks,type=HealthCheck
  • Replication Queue :
    • /system/console/jmx/org.apache.sling.healthcheck:name=replicationQueue,type=HealthCheck
  • Response performance :
    • /system/console/jmx/org.apache.sling.healthcheck:name=requestsStatus,type=HealthCheck
  • Query performance :
    • /system/console/jmx/org.apache.sling.healthcheck:name= queriesStatus,type=HealthCheck
  • Active bundles :
    • /system/console/jmx/org.apache.sling.healthcheck:name=inactiveBundles,type=HealthCheck
  • Log errors :
    • /system/console/jmx/org.apache.sling.healthcheck:name=logErrorHealthCheck,type=HealthCheck
Run TarMK compcction often
Check out of memory logs
Look for unindexed queries and tree traversals 
Use workflow console
Upsize AEM Server



No comments:

Post a Comment

Some more AEM 6 Interview Questions for Architects

 Some more AEM 6 Interview Questions for Architects 1. Consider you have a workflow with two steps. One step is to transfer the asset from s...