You need to monitor the HTTP session count for a running web application.
Identify three ways to perform this monitoring.
A.
Run the jstat tool in your JDK.
B.
Write and run a custom WLST script.
C.
Usethe application’s Monitoringtab in the Administrationconsole .
D.
Use the MonitoringDashboard in the Administrationconsole.
E.
Usethecloudcontrolpage in the Administration console.
Correct answer: B, C, D
Answer : B/ C/ D/
Explanation :
B : Source > http://docs.oracle.com/cd/E24329_01/web.1211/e24390/wls_tuning.htm#PERFM218
C : Source > http://weblogicserver.blogspot.fr/2010/02/http-session-monitoring-in-weblogic.html
D : Tested on weblogic 12c admin console : click on monitoring dashboard > click on the node > choose “Default[http] Server Channel on managed1 : you can see Accept/Connections/Bytes Sent|Received and Messages Sent|Received
A is wrong : is for garbage collector
E is wrong : don’t exist
B, C and D
B n D for sure