Question Daniel Ferreira · Feb 26

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?

Product version: Caché 2017.1

Comments

Mihoko Iijima · Feb 27

Hi @Danusa Calixto 

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."

0
Danusa Calixto  Feb 28 to 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: 

0