Skip to main content

%Monitor.System.AuditCount

Class %Monitor.System.AuditCount Extends %Monitor.System.Adaptor [ System = 4 ]

Monitor Audit event counts.

Parameters

APPLICATION

Parameter APPLICATION [ Internal ] = "CACHE";

INDEX

Parameter INDEX = "EventName";

Properties

EventName

Property EventName As %Monitor.String;

Full name of the event

Enabled

Property Enabled As %Monitor.String;

Enabled

Lost

Property Lost As %Monitor.Integer;

Audit events lost

Written

Property Written As %Monitor.Integer;

Audit events written

Total

Property Total As %Monitor.Integer;

Total audit events

Rset

Property Rset As %Library.ResultSet [ Internal ];

Methods

Startup

Method Startup() As %Status

On Startup initialize the query

Shutdown

Method Shutdown() As %Status

On Shutdown close the cconsole file

Initialize

Method Initialize() As %Status

Execute the query

GetSample

Method GetSample() As %Status

Get the audit counts A return code of $$$OK indicates there is a new sample instance. A return code of 0 indicates there is no sample instance.