OT: flexlm license tracking

C

Chris Briggs

Guest
I'd like to get a report of our license usage to get some stats, like
peak usage, how many times we had X number of licenses in use, and
such. Does anyone have or know of a script or utility to go through
the license server logfile and produce this data?

Thanks.

-cb
 
chris@engim.com (Chris Briggs) wrote in message news:<f8e87dac.0308061023.3c171f3f@posting.google.com>...
I'd like to get a report of our license usage to get some stats, like
peak usage, how many times we had X number of licenses in use, and
such. Does anyone have or know of a script or utility to go through
the license server logfile and produce this data?

Thanks.

-cb
There is a tool called SAMreport from Globetrotter/Macrovision that
does what you want and more.

Since the logfile lists time and not date it is not straight forward
to do the analysis you require on the log file; for instance 20:00
check out and 22:00 release could be 2 hours or 26 hours.

If you had a cron job that fired up a marker executable at midnight
everyday to mark days you might then be able to write a script for
what you need :)

ramesh
 
ramesh@tharas.com (Ramesh) wrote in message news:<c4e84dce.0308081153.70c18f15@posting.google.com>...
There is a tool called SAMreport from Globetrotter/Macrovision that
does what you want and more.
Thanks. Unfortunately, I'm having a hard time convincing my boss we
need more simulator licenses, so I was hoping someone had written
something there were willing to share. Not having heard anything
sooner, one of my colleagues found a little time to do what we need.


Since the logfile lists time and not date it is not straight forward
to do the analysis you require on the log file; for instance 20:00
check out and 22:00 release could be 2 hours or 26 hours.

If you had a cron job that fired up a marker executable at midnight
everyday to mark days you might then be able to write a script for
what you need :)
Actually, it does give the date, albeit in a slightly annoying
fashion. Every 6 hours it produces a timestamp line that looks like
this:
5:27:22 (lmgrd) TIMESTAMP 8/11/2003

-cb
 
ramesh@tharas.com (Ramesh) wrote in message news:<c4e84dce.0308081153.70c18f15@posting.google.com>...
chris@engim.com (Chris Briggs) wrote in message news:<f8e87dac.0308061023.3c171f3f@posting.google.com>...
I'd like to get a report of our license usage to get some stats, like
peak usage, how many times we had X number of licenses in use, and
such. Does anyone have or know of a script or utility to go through
the license server logfile and produce this data?

Thanks.

-cb

There is a tool called SAMreport from Globetrotter/Macrovision that
does what you want and more.

Since the logfile lists time and not date it is not straight forward
to do the analysis you require on the log file; for instance 20:00
check out and 22:00 release could be 2 hours or 26 hours.

If you had a cron job that fired up a marker executable at midnight
everyday to mark days you might then be able to write a script for
what you need :)

ramesh
There are couple of ways to do it...

1. While you start your licence manager, pipe the output or tee the
output to a file and it records all the details of usage.

2. Wrap your eda tool executable with a wrapper script that customizes
your data collection. You can add time, date, system fired with,
system fired on, memory usage before firing the job, swap usage etc.

3. You can put a deamon that always polls for the eda tool process and
whenever finds one, records data on a file.

Regards,

- Prasanna
 

Welcome to EDABoard.com

Sponsor

Back
Top