AEM Performance AEM – Check Thread CPU Usage 13 Sep 201813 Sep 2018 Following AEM Groovy script will be very helpful during the performance issue diagnosis - //threadsCpuUsage sampleTime = 10_000 topThreads = 3 cores = Runtime.getRuntime().availableProcessors(); threadMxBean = java.lang.management.ManagementFactory.getThreadMXBean() threadCpuInitialTimes = [:]…