April 23, 2020
Estimated Post Reading Time ~ < 1 Min

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
aem4beginner.blogspot


By aem4beginner

No comments:

Post a Comment

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

Ad Blocker Detected :(

Please consider supporting us by disabling your ad blocker.

Please Disable your adblocker and Refresh the page to view the site content.