Skip to main content
1-Visitor
February 4, 2020
Solved

Concurrent License usage graph/overview

  • February 4, 2020
  • 3 replies
  • 4586 views

Hi,

 

is there a build-in tool to visualize the Creo license usage?

Or has someone created a script to parse the flexlm logfile?

 

I want to analyze the peak license usage during the last year.

as add-on I'd like to assign users to departments and get an overview of license usage by department.

 

br Bernhard

Best answer by MartinHanak

@bmüller wrote:

thanks for your reply.

 

PTC Quality Agent didn't work reliably in the past.

COLIA script looks nice.

 

I started with the ptcstatus command. But the problem is I need a task constantly running.

But there should be all Info in the ptc_d.log. The advantage would be that I can run the report when I need it.

at the moment I'm struggling on the file format to store the parsed log. To get some simple graphs in Excel.

 

We have only 30 licenses. To pay for a tool to analyze it is no option at the moment.

 

Links int the old threads are broken. but I found some hints.


Hi,

I think you can use Task Scheduler to run ptcstatus according to your needs 🙂

3 replies

24-Ruby III
February 4, 2020

@bmüller wrote:

Hi,

 

is there a build-in tool to visualize the Creo license usage?

Or has someone created a script to parse the flexlm logfile?

 

I want to analyze the peak license usage during the last year.

as add-on I'd like to assign users to departments and get an overview of license usage by department.

 

br Bernhard


Hi,

as far as I know, there is no tool to track the use of the Creo license. I mean usable and free tool.

1.) if you use the PTC Quality Agent to send information to PTC, then you can use the Performance Advisor for PTC Creo

2.) analyzing flexlm log can be a problem, because in case of Creo crash the necessary information may not be written to the log

3.) our developers have created a COLIA tool that is based on analyzing the data obtained by storing the output of the ptcstatus command ... see https://www.youtube.com/watch?v=Z_8a5hYdM3E 

 

23-Emerald III
February 4, 2020

Flexera used to sell a tool to analyze their log files. Very expensive when we looked at it 20 years ago.

Search the archives, there used to be a free tool that a PTC customer developed and was giving away. Haven't seen it in a few years.

 

The file structure itself is very hard to decrypt.

bmüller1-VisitorAuthor
1-Visitor
February 4, 2020

thanks for your reply.

 

PTC Quality Agent didn't work reliably in the past.

COLIA script looks nice.

 

I started with the ptcstatus command. But the problem is I need a task constantly running.

But there should be all Info in the ptc_d.log. The advantage would be that I can run the report when I need it.

at the moment I'm struggling on the file format to store the parsed log. To get some simple graphs in Excel.

 

We have only 30 licenses. To pay for a tool to analyze it is no option at the moment.

 

Links int the old threads are broken. but I found some hints.

24-Ruby III
February 5, 2020

@bmüller wrote:

thanks for your reply.

 

PTC Quality Agent didn't work reliably in the past.

COLIA script looks nice.

 

I started with the ptcstatus command. But the problem is I need a task constantly running.

But there should be all Info in the ptc_d.log. The advantage would be that I can run the report when I need it.

at the moment I'm struggling on the file format to store the parsed log. To get some simple graphs in Excel.

 

We have only 30 licenses. To pay for a tool to analyze it is no option at the moment.

 

Links int the old threads are broken. but I found some hints.


Hi,

I think you can use Task Scheduler to run ptcstatus according to your needs 🙂

bmüller1-VisitorAuthor
1-Visitor
February 10, 2020

yes, but I have to monitor this. if i can use the available logfile, I could analyze any license server. we are a collection of multiple companies.

 

but I see, ptcstatus is the way to go 😄

 

br Bernhard