%Monitor.System.HistoryUser
class %Monitor.System.HistoryUser extends %Monitor.System.Adaptor
%Monitor class to collect and manage part of the Monitor History Database. This class collects the SYS.History.User samples for the user-defined metrics. See the SYS.History.Adaptor class for more details on how to create user-defined metrics.Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Length as %Monitor.Integer;
Length of last sample
Property methods: LengthDisplayToLogical(), LengthGet(), LengthIsValid(), LengthLogicalToDisplay(), LengthNormalize(), LengthSet()
property Status as %Monitor.String;
Status of last sample
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
Methods (Including Private)
method GetSample() as %Status
Get the basic SYS.History.User sample for the Monitor History Database.
This method also handles purging and accumulation of the Interval metrics
into the long term database (SYS.History.UserHourly and SYS.History.UserDaily).
method Startup() as %Status
Initialize property values
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Initialize()
- Shutdown()