How do I monitor the usage of toolboxes for individual licenses, they are not using a network license?
7 views (last 30 days)
Show older comments
I would like to have/make an overview of the toolbox usage for individual users. We don't use a network license server.
I tried making a script that sends license('inuse') from the command line in a running matlab session and then saving the output to a file. But apparently it's not possible to "share" a running matlab session. Only start a new one.
what other options do i have to monitor toolbox usage for individual users on a regular basis?
thanks
0 Comments
Answers (1)
Andreas Goser
on 13 Nov 2018
If I understand you correctly, you wonder if the end users actually use all purchased toolboxes and how often.
I have seen the license('inuse') being used in a finish.m file and the results stored in a ASCII-readable file for further analysis. I recall this well, as there were legal discussions in that company, as the IT has not informed end users. So I would encourage you to think of this in case you role this out.
From a "running session", I can think of some options. I will reach out to the account manager of your organization and one of us will get in touch with you directly.
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!