Question
5
Replies
714
Views
TCS
Posted: July 5, 2017
Last activity: July 27, 2017
Closed
AES - CPU Alert - Above 100%
Hi
Frequently receiving CPU alerts from AES for application. And observed the usage is more than 100% some times. But the server cpu utilization is normal (never crossed 40%).
Alert "The current process CPU usage 110 has exceeded the critical threshold limit 70 percent"
Is it a false alert ? or will it calculate the usage based on the CPU cores?
Details: AES 7.13 , PRPC 7.1.9, Linux Server, CPU Cores - 8.
Thanks
Srinivasu
You can run 'top -H' in linux to find the threads consuming high CPU. If it is a java thread (or multiple) from the JVM, you can then take a thread dump from the JVM and see if you can map the native thread id back to the thread id in the result of top -H. You will be able to identify the call stack of the thread(s) consuming CPU.