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

Can we find out how many RTC logins via webUI?

 As per Forum Post #139622 we can read # of logins per Eclipse client version with below URLs:
https://<hostname>/jazz/service/com.ibm.team.repository.service.internal.counters.ICounterContentService
or 
https://<hostname>/ccm/service/com.ibm.team.repository.service.internal.counters.ICounterContentService 
or
https://<hostname>/jts/service/com.ibm.team.repository.service.internal.counters.ICounterContentService

Can we read # of webUI logins from the same infos displayed via those URLs? If so what header it would be under? If not then how?

0 votes

Comments

 These seem to be distinct logins? 

Can we find out # logins per a period of time, via Eclipse clients vs webUI?
Or alternately elapse time of access (or of issued license) via Eclipse clients vs webUI?



One answer

Permanent link

 I think this should work for a good approximation of UI logins at a certain time:

  • Get the number of logins from Eclipse clients as per  Forum Post #139622 with the corresponding timestamp
  • Get the list of leased out licenses' owners.
  • Subtract the Eclipse logins from the number of leased out licenses at the same point in time
  • Caveats:
    • Each floating license lease is recorded with start and expiry time & date in a csv file: Can we find out how many fixed licenses being used at a certain time. What about token licenses.
    • Can we count the logins from Visual Studio clients too?

0 votes

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: Sep 15 '16, 7:52 p.m.

Question was seen: 4,454 times

Last updated: Jan 13 '17, 12:13 p.m.

Confirmation Cancel Confirm