Hi all,
Is there a way to check CPU utilization in AEM as a Cloud Service? I couldn’t find any direct option in Cloud Manager or logs. Any tips or best practices for monitoring performance would be helpful.
Thanks!
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Customers do not have access to raw CPU utilisation statistics (such as per-core usage or system load averages) through Cloud Manager or the AEM UI. Adobe continuously monitors infrastructure health, including CPU iowait and other thresholds, using hundreds of internal monitors. If thresholds are breached, Adobe’s operations team is alerted and may take proactive action: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/monit...
Customers can use the built-in New Relic Application Performance Monitoring (APM) suite to observe JVM-level metrics, transaction timing, and application performance, but not direct OS-level CPU statistics: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...
Customers do not have access to raw CPU utilisation statistics (such as per-core usage or system load averages) through Cloud Manager or the AEM UI. Adobe continuously monitors infrastructure health, including CPU iowait and other thresholds, using hundreds of internal monitors. If thresholds are breached, Adobe’s operations team is alerted and may take proactive action: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/monit...
Customers can use the built-in New Relic Application Performance Monitoring (APM) suite to observe JVM-level metrics, transaction timing, and application performance, but not direct OS-level CPU statistics: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...
I’ve run into this question myself while working with AEM as a Cloud Service. Unfortunately, there isn’t a way to directly view CPU utilization like we could in on-prem or AMS setups. That said, there are a few things I’ve found helpful for monitoring performance:
Cloud Manager doesn’t expose CPU stats directly, but it does provide some helpful KPIs during pipeline performance testing — like response times, throughput, and error rates. While not a substitute for CPU metrics, they can help flag performance issues early.
Adobe uses New Relic for internal monitoring, and while it's not directly available to customers, in the past I’ve reached out via Adobe Support and they've been able to share specific metrics (CPU, memory, etc.) when troubleshooting.
You can also use the AEM Dev Console and logs in Cloud Manager to watch for symptoms of resource stress — things like slow requests, timeouts, long-running queries, or heavy workflows. These usually correlate with backend resource usage.