Maximum license usage
Hello everyone
I have a question about the maximum number of active license users for CACHÉ.
When I run the command: Do $System.License.ShowCounts()
I get the following return:
1 Current active users
3 Maximum active users
0 CSP users currently active
1 Maximum active CSP users
0 CSP sessions currently in 'grace period'
1 Maximum CSP sessions in 'grace period'
I couldn't find it in the documentation, but I want to know if "3 Maximum active users" is the maximum number of users who have used the license since the period I installed the CACHÉ instance or since another period. Could you help me?
Comments
The answer is "since the instance was started."
$SYSTEM.License.LUMaxConsumed() : the description said below.
"$SYSTEM.License.LUMaxConsumed() returns the maximum number of license units consumed at the local InterSystems IRIS instance since it started. This value is the high water mark of license consumption on the local InterSystems IRIS instance."
thanks @Mihoko Iijima
Hello Daniel,
Yes, as @Mihoko Iijima already answered to you, that is the description of LUMaxConsumed method.
You can check more licenses references in links bellow:
- %SYSTEM.License:
https://cedocs.intersystems.com/ens20171/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25SYSTEM.Licens - Licenses:
https://cedocs.intersystems.com/ens20171/csp/docbook/DocBook.UI.Page.cls?KEY=ITECHREF_license - Managing Caché Licensing:
https://cedocs.intersystems.com/ens20171/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_license