Skip to main content

%Monitor.System.HistoryMemory

class %Monitor.System.HistoryMemory extends %Monitor.System.Adaptor

%Monitor class to collect and manage part of the Monitor History Database. This class collects the SYS.History.HistoryMemory samples for the Shared Memory Heap Metrics, at a default interval of 300 seconds.

Property Inventory

Method Inventory

Properties

property Interval as %Integer [ InitialExpression = 300 ];
Interval between samples.
Property methods: IntervalDisplayToLogical(), IntervalGet(), IntervalIsValid(), IntervalLogicalToDisplay(), IntervalNormalize(), IntervalSet()
property LastTime as %Integer;
Values to control sample times
Property methods: LastTimeDisplayToLogical(), LastTimeGet(), LastTimeIsValid(), LastTimeLogicalToDisplay(), LastTimeNormalize(), LastTimeSet()

Methods

method GetSample() as %Status

Get the basic SYS.History.PerfData sample for the Monitor History Database.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab