How to find out how many concurrent users using web application? [message #131353] |
Fri, 05 August 2005 08:50 |
fun_kie
Messages: 3 Registered: August 2005
|
Junior Member |
|
|
Hi all,
I have a web application deployed using 9iAS. I am trying to find out how to find out how many concurrent users are using this application at any one time. According to Oracle there is no way to see this information using the enterprise manager interface.
Does anybody out there know how I can find out this information in real time? Failing that, are there any good analysis tools out there that display usage to the minute (all the tools I have found show usage by hour which is not sufficent for my needs).
Any help would be much appreciated,
Caroline
|
|
|
|
Re: How to find out how many concurrent users using web application? [message #131445 is a reply to message #131353] |
Sat, 06 August 2005 07:06 |
oraclejo
Messages: 50 Registered: July 2005 Location: Ammar
|
Member |
|
|
pls specify what type of web application you refer to.. If it is a J2ee application deployed within OC4J componenet then Oracle Enterprise Manager can show you number of session being opened. Remeber that the session concept within Web application frame work does not coinside database session concept. The USER deos not sustain a connection within Web Application, otherwise web application cannot be scalable. you connect when service is required and disconnect otherwise.
Ammar Sajdi
www.e-ammar.com
Amman
Ammar Sajdi
|
|
|