Checking No. of users in WAS - Websphere
This is a discussion on Checking No. of users in WAS - Websphere ; Dear ALL,
i have deployed an application in WAS. How can i found the No. of users login on that application.
Arif,...
-
Checking No. of users in WAS
Dear ALL,
i have deployed an application in WAS. How can i found the No. of users login on that application.
Arif,
-
Re: Checking No. of users in WAS
You can use the Tivili Performance Viewer (integrated in the WAS admin console) to view the number of live sessions in your web module. Maybe that is sufficient for you.
Current Activity
Choose the server you have deployed the application to. Eg: server1
Servlet Session Manager
Check your web module
If the table/graph is not updated automatically, click the "View Modules" button
Now you should see the LiveCount attribute which indicates the number of live sessions in your web module.
If you don't you might need to change the Performance Monitoring Infrastructure settings.
The above navigation is for WAS 6.0, its probably some naming differences if you are running your application in another version of WAS.
Good luck
/Anders