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?
One answer

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?
Comments
long TRUONG
Sep 15 '16, 8:02 p.m.These seem to be distinct logins?