It's all about the answers!

Ask a question

What is a more efficient way to find peak license usage on JAZZ products


ed Neubecker (15322847) | asked Jan 04 '18, 11:47 a.m.
JAZZ DEVELOPER
When using the JAZZ licenses reporting page on JTS, it seems to have some limitations when trying to report on license consumption over a few weeks. 

 Is there a way to get a report in tabular form to show the peak licenses consumed by JAZZ license type over some defined time period.  (atleast 2 months). The license usage report is nice, but can be hard to read and we can't change the resolution of the table. A table view of this data represented in this graph would be exactly what I need. 
Essentially here what I am trying do in an efficient manner: I'd like to find peak licenses usage on a given product for a given month and see this in a table I can export to excel.

One answer



permanent link
Kevin Ramer (4.5k9186201) | answered Feb 09 '18, 2:54 p.m.

I have used repotools-jts -listIssuedFloatingLicenses on a periodic basis to tabulate how many liceneses are "in hand" at any given time.   A perl script executes the repotools-jts and parses the output into files like:

Time,Analyst-Floating,Contributor-Floating,Developer for IBM Enterprise Platforms-Floating,Developer-Floating,Quality Professional-Floating,Stakeholder-Floating
1517807533,0,0,1,2,0,0
1517808430,0,0,1,2,0,0
1517809331,0,0,1,2,0,0
1517810230,0,0,0,2,0,0
1517811136,0,0,0,2,0,0
1517812033,0,0,0,1,0,0
1517812933,0,0,0,0,0,0
1517813831,0,0,0,1,0,0
1517814732,0,0,0,1,0,0
1517815632,0,0,0,1,0,0
1517816531,0,0,0,1,0,0
1517817431,0,0,0,2,0,0
1517818331,0,0,0,3,1,0
1517819232,0,0,0,3,0,0

Using data like this over months, I can show for almost any time period as well as a running weekly average graph by shifting forward older time stamps into 'this week'   I then use R to draw nice pics and post on a web page.

I'm not sure if I can share details as based on my employment, it's not my Intellectual Property :-(




Your answer


Register or 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.