How do we monitor the number of active sessions connected to weblogic? We need to monitor the active sessions and then shutdown the weblogic server.
Is it done through SNMP? I was thinking of using the below command but I get "unregistered" error.
java weblogic.Admin -adminurl <localhost:7001> -username <weblogic> -password <weblogic> GET -pretty -type serverRuntime -property serverRuntimeOpenSocketsCurrentCount
Is there some more configurations that needs to be done?
Is there any other approach to check the number of active sessions?
Any help would be greatly appreciated.