April 23, 2020
Estimated Post Reading Time ~

AEM Command to check CPU usage & how to 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


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.