Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to track who is logged in to RTC?


I want to know track the usage of RTC at my organization. For example: who is logged in right now? How many users are logged in?

Any idea how to do this?

Thanks,

Liora

0 votes


Accepted answer

Permanent link
The application server (e.g. Tomcat or WebSphere Application Server) is probably the best place to look for this. Only it knows which sessions are still valid. Your LDAP server, if you have one, might also tell you who logged in recently, but it wouldn't know about logouts. You could also insert a proxy in front of the server to look for any login/logout requests and keep track of them to achieve the same thing, but this would be a little more involved.

I suggest looking for this in your application server docs.
Liora Milbaum selected this answer as the correct answer

1 vote

Comments

Thanks. I am looking for a built-in solution in JTS. Maybe a feature request is appropriate.


One other answer

Permanent link


There is an API function, giving you all floating licenses currently in use.

We are using this in a batchjob and write the result into a text file. Every 10min we append one line with timestamp and all userid's which have a license in use.

This text file we are then using for login and license statistics e.g. in Excel.

If you are interest in such a solution, I could provide more info about the API calls.

 

 

1 vote

Comments

 Is there an API function for authorized licenses currently in use? 

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 27 '12, 6:13 a.m.

Question was seen: 4,183 times

Last updated: Dec 15 '12, 1:26 p.m.

Confirmation Cancel Confirm