ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 16 - AD0-E103 discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Answers
D.
Go to <aem-install>/crx-qiuckstart/logs/strderr/log, use the following command grep -o‘CRXSessionImpl’ strderr.log| wc -l.
Suggested answer: D
asked 02/10/2024
Endre Horvath
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first