Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%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

Method Inventory

Properties

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

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

FeedbackOpens in a new tab