We have purchased multiple Mosek Floating Licenses
We want to get Mosek License's usage information (i.e. which employee was using the license at what point of time). Something like this:
Although, there's seems to be a low level log file lmgrd.log (which logs every license request), but this requires implementing a parser layer to extract info.
We have the following questions:
- Does Mosek give any out of the box utility (preferably through its CVXPY API) to get this license usage information?
- If not, what is the best way to achieve this in Mosek?
- Finally, if extracting info from lmgrd.log is the only option - then what is the structure / format of that lmgrd.log?