How do I monitor the usage of toolboxes for individual licenses, they are not using a network license?

조회 수: 12 (최근 30일)
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

답변 (1개)

Andreas Goser
Andreas Goser 2018년 11월 13일
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.
  댓글 수: 1
Flanders Make
Flanders Make 2018년 11월 13일
편집: Flanders Make 2018년 11월 13일
Indeed, because now if a user requests a toolbox, we usually have to purchase it. Which takes time for obvious reasons and I think we can speed up the process if we can figger out which toolboxes aren't used amongst our users.
Budget isn't actually a problem, but time is.
So if i understand your reply, it's possible to perform the license('inuse') command in a finish.m file when exiting matlab and then save it to a "log" file.
I did some research on the finish.m option, but i'm not familiar with the working method.
On the otherhand, i'm curious on what you mean with the options on a running matlab session. So any information on this would be excelent.
thanks

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by