Oracle WebLogic Server 12c: Administration I — Question 34
Several applications are deployed to a managed server. You want to compare the number of completed requests for all of these applications. What is the quickest wat to accomplish this?
Answer options
- A. Launch WLST and run the viewAppRuntimes() command.
- B. Access the Monitoring Dashboard. Click the Application Work Managers view for the managed server.
- C. Access the Administration Console. Click Monitoring > Work Managers tab for each application.
- D. Access the Administration Console. Click the Deployments page.
- E. Run weblogic.Deployer with the ""status parameter.
Correct answer: C
Explanation
The correct answer is C because accessing the Administration Console and selecting the Monitoring > Work Managers tab for each application provides a direct overview of completed requests for all applications. The other options either provide less relevant information or require more steps to gather the same data.