An AEM site experiences slower page loads. A developer needs to identify the slow running requests. How should a developer analyze the requests with long response times?
A.
Use rlog.jar with the following command $ java -jar ../opt/helpers/rlogs.jar -n 10 requests.log to identify long running requests.
B.
Use proxy.jar with the following command java -jar proxy.jar <host> <remoteport> <localport> to debug the webserver and AEM server communication.
C.
Download Heapdumps from Tools > Operations > Diagnosis and analyze the Heapdumps using the Memory Analyzer Tool.
D.
Embed /libs/foundation/components/timing component in the Page Component and verify the page load time.
I think the answer is D. The rlog.jar help to find out longest request but the Component Timing
will help us to "analyze" the request itself to know which part consumes most of the time.
Answer: A
Reference:
Common critical AEM issues,
https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/monitoring-and-maintaining.html
Using rlog.jar to find requests with long duration times
AEM includes various helper tools located in:
<cq-installation-dir>/crx-quickstart/opt/helpers
One of these, rlog.jar, can be used to quickly sort request.log so that requests are displayed by duration, from longest to shortest time.
https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/monitoring-and-maintaining.html
Answers should be A
Request.log. https://vceguide.com/how-should-a-developer-analyze-the-requests-with-long-response-times/
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mrjava
1 year, 7 months agochunpin
4 years, 2 months agochunpin
4 years, 2 months agopgawade
4 years, 6 months agomat2020
4 years, 6 months agoAkashD
4 years, 8 months ago