How to Find Concurrent Users Connected to The Servers At A Given Time
(Doc ID 1630589.1)
Last updated on MAY 27, 2024
Applies to:
Oracle WebLogic Server - Version 9.2 and laterInformation in this document applies to any platform.
Goal
How to get the number of concurrent users connected to the Weblogic server at a given point of time for an application.
Able to get the current number of active sessions by using webcomponent Mbean, but generally sessions can be cumulative of user requests from client apps and internal calls from one webapp to another webapp as well and that does not equal to the number of active connected users. Active connected users should normally be lesser than session counts.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |