Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%Monitor.System.Globals

class %Monitor.System.Globals extends %Monitor.System.Adaptor, %Monitor.System.Abstract, %Monitor.System.AbstractGlobals

Monitor System globals.
See AbstractGlobals for complete list of global metrics.

Property Inventory

Method Inventory

Properties

property Directory as %Monitor.String;
Directory where Global is
Property methods: DirectoryDisplayToLogical(), DirectoryGet(), DirectoryIsValid(), DirectoryLogicalToDisplay(), DirectoryLogicalToOdbc(), DirectoryNormalize(), DirectorySet()
property GlobalName as %Monitor.String;
Name of the Global
Property methods: GlobalNameDisplayToLogical(), GlobalNameGet(), GlobalNameIsValid(), GlobalNameLogicalToDisplay(), GlobalNameLogicalToOdbc(), GlobalNameNormalize(), GlobalNameSet()
property Name as %Monitor.String;
Full Global name
Property methods: Name(), NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()

Methods

method GetSample() as %Status
Get global metric sample A return code of $$$OK indicates there is a new sample instance. A return code of 0 indicates there is no sample instance.
method Initialize() as %Status
Initialize global metrics
method Startup() as %Status
On Startup enable PERFMON

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab