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?

SYS.EnsMetrics

class SYS.EnsMetrics extends SYS.Metrics

Specialized system metric class for Ensemble-enabled systems.

Method Inventory

Methods

classmethod GetMainMetrics(pID As %String, pCount As %Integer, Output pValues, Output pStatus, Output pMsg, pInterval As %Numeric = 10) as %Status
This method returns the metric values used by the Ensemble system dashboard. pID is an optional identifier; this is used for dashboards that may provide values for different items.
pCount indicates how many times the corresponding Dashboard last called this method. On the initial call, this value is 0. This is useful for cases where you do not want to recalculate value each time. pInterval indicates how stale data is allowed to get before a process will attempt to update the Ensemble-specific data.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab