After adding new features, a developer's environment is experiencing slowness before ultimately running out of memory. T

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

After adding new features, a developer's environment is experiencing slowness before ultimately running out of memory. T

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This topic has 1 reply

You must be a registered member and logged in to view the replies in this topic.


Register Login
 
Post Reply