SYS.WSMon.wsSystem
Class SYS.WSMon.wsSystem Extends SYS.WSMon.wsResource [ System = 4 ]
General information about a InterSystems IRIS instance.
Properties
Name
Property Name As %String;
The name given to the InterSystems IRIS instance.
System
Property System As %String;
The system name where the InterSystems IRIS instance is installed.
ConfigFile
Property ConfigFile As %String;
The path and file name of the current configuration file used by this InterSystems IRIS instance.
Directory
Property Directory As %String;
The path for the directory where this InterSystems IRIS instance is installed.
Version
Property Version As %String(MAXLEN = 256);
Version string ($ZV) for this InterSystems IRIS instance.
CurrentUsers
Property CurrentUsers As %String;
The number of current users on this InterSystems IRIS instance.
RoutineCache
Property RoutineCache As %Integer;
The size of the routine cache in MB for this InterSystems IRIS instance .
DatabaseCache
Property DatabaseCache As %Integer;
The size of the database cache in MB for this InterSystems IRIS instance.
LicenseAvailable
Property LicenseAvailable As %Integer;
The current number of licenses available on this InterSystems IRIS instance.
LicenseUsed
Property LicenseUsed As %Integer;
The current number of licenses used on this InterSystems IRIS instance.
LicenseHigh
Property LicenseHigh As %Integer;
The high-water mark for licenses used on this InterSystems IRIS instance.
Methods
Sample
ClassMethod Sample() As SYS.WSMon.wsSystem
Instantiate the class and fill in current values for all properties.