AEM_Command to check CPU usage & how interpret the results


  • To analyze the problem, it is important to know if CRX /CQ is running in an endless loop, or if it's merely sleeping. To find it out, type

                              top
  • This command gets you the list of processes, sorted by CPU usage. 
  • If the top process is a "Java process, and if the PID matches CRX/CQ, then the process is running full speed.
  • If you are unsure how to interpret the results, run the following statement and then include the file top.txt in your problem report:

                             top -l5 -s5 > top.txt

No comments:

Post a Comment