How to check for currently logged in Agile PLM users or active sessions?
How do you find number of Agile PLM users currently logged in or how many active sessions are open with the app server ?
Related is identifying which user is currently logged in ?
The purpose of gathering this information is to associate user logins/actions with server load/resource utilization.
Thanks
Log into the Java client. Go to the Admin tab, and open the User Settings node, under which there is an end node named User Monitor. Click that open, and it lists all users currently logged into Agile. The count of user sessions is given in the upper right corner.
You can send email to users from this node, as well as terminate a session. Unfortunately, I don’t think there is a means of exporting that list of users, but you can certainly take a screen shot and paste that into a document.
Thank you Kevin. I was trying to check automated way to get that and learned that there is NO SDK API for User Monitor. However, you can query the database directly. The table USER_SESSION and USER_USAGE_HISTORY tables contain the information I want.