List of questions
Related questions
Question 16 - AD0-E103 discussion
After adding new features, a developer’s environment is experiencing slowness before ultimately running out of memory. The initial log analysis points towards a large number of open sessions.
Which action should the developer take to further monitor the overall session count on this AEM instance?
A.
Run the following command to generate thread dumps jstack -l <pid> >> threaddumps.log, analyze thread dumps to find long running sessions.
B.
Go to Web Console > Status > Threads, verify the overall thread count.
C.
Go to Tools > Operations > Monitoring. Create a new report based on Number of Active Sessions as metric.
D.
Go to <aem-install>/crx-qiuckstart/logs/strderr/log, use the following command grep -o‘CRXSessionImpl’ strderr.log| wc -l.
Your answer:
0 comments
Sorted by
Leave a comment first