Class Reference
%Monitor.System.AbstractMetrics
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Monitor] >  [System] >  [AbstractMetrics]
Private  Storage

abstract class %Monitor.System.AbstractMetrics

Abstract class for %Monitor.System

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
18


Summary

Properties
BuffSent IJCMsgRd IJCMsgWt IJCNetMsg LockCom
LockFail LockSucc NetLock Retransmit RtnFetch
RtnLine RtnLoad SeqRead SeqWrt TermChRd
TermChWrt TermRead TermWrite

Subclasses
%Monitor.System.Routines %Monitor.System.SystemMetrics

Properties

• property BuffSent as %Monitor.Integer;
Network buffers sent
• property IJCMsgRd as %Monitor.Integer;
Local IJC messages read
• property IJCMsgWt as %Monitor.Integer;
Local IJC messages written
• property IJCNetMsg as %Monitor.Integer;
Network IJC messages written
• property LockCom as %Monitor.Integer;
Lock commands
• property LockFail as %Monitor.Integer;
Failed lock commands
• property LockSucc as %Monitor.Integer;
Successful lock commands
• property NetLock as %Monitor.Integer;
Network locks
• property Retransmit as %Monitor.Integer;
Network retransmits
• property RtnFetch as %Monitor.Integer;
Routine fetches
• property RtnLine as %Monitor.Integer;
Routine lines executed
• property RtnLoad as %Monitor.Integer;
Routine loads
• property SeqRead as %Monitor.Integer;
Sequential reads
• property SeqWrt as %Monitor.Integer;
Sequential writes
• property TermChRd as %Monitor.Integer;
Terminal read chars
• property TermChWrt as %Monitor.Integer;
Terminal write chars
• property TermRead as %Monitor.Integer;
Terminal reads
• property TermWrite as %Monitor.Integer;
Terminal writes