FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Action Summary | |
---|---|
string |
getMostBackedUpInput()
Get the name of the most backed up context. |
integer |
getMostBackedUpQueueSize()
Get the queue size of the most backed up context. |
integer |
getNumConsumers()
Get the number of event consumers connected to the engine. |
integer |
getNumContexts()
Get the number of contexts active in the Engine. |
integer |
getNumEventTypes()
Get the number of event types defined. |
integer |
getNumFastTracked()
Get the number of events received on the internal input queue since the Engine started. |
integer |
getNumJavaApplications()
Get the number of Java (JMon) Applications defined in the Engine. |
integer |
getNumListeners()
Get the number of active listeners. |
integer |
getNumMonitors()
Get the number of monitors defined in the Engine. |
integer |
getNumOutEventsCreated()
Gets the number of output events which have been put onto the output queue. This corresponds to the number of MonitorScript emit commands executed. |
integer |
getNumOutEventsQueued()
Get the number of events waiting on the output queue. |
integer |
getNumOutEventsSent()
This is the number of output events sent out by the correlator process. This differs from getNumOutEventsCreated since events can be of interest to a varying number of consumers, and can be dropped by the output queue. |
integer |
getNumProcessed()
Get the number of events taken off the input queue and processed since the Engine started. |
integer |
getNumProcesses()
Get the number of monitor processes or active sub-monitors. If a monitor spawns it creates a new process. |
integer |
getNumQueuedFastTrack()
Get the total number of events waiting on the route queues (value of 'rq' in the correlator status line). |
integer |
getNumQueuedInput()
Get the total number of events waiting on the input queues (value of 'iq' in the correlator status line). |
integer |
getNumReceived()
Get the number of events received since the Engine started. |
integer |
getNumSubListeners()
Get the number of active sub-listeners. |
string |
getSlowestReceiver()
Get the name of the slowest receiver. |
integer |
getSlowestReceiverQueueSize()
Get the queue size of the slowest receiver. |
integer |
getUptime()
Get the time in ms that the Engine has been running for. |
boolean |
getUserBoolean(string key)
Get a user-set status value of type boolean. |
boolean |
getUserBooleanOr(string key, boolean alt)
Get a user-set status value of type boolean OR the alternative value specified if the key does not exist. |
float |
getUserFloat(string key)
Get a user-set status value of type float. |
float |
getUserFloatOr(string key, float alt)
Get a user-set status value of type float OR the alternative value specified if the key does not exist. |
integer |
getUserInteger(string key)
Get a user-set status value of type integer. |
integer |
getUserIntegerOr(string key, integer alt)
Get a user-set status value of type integer OR the alternative value specified if the key does not exist. |
string |
getUserString(string key)
Get a user-set status value of type string. |
string |
getUserStringOr(string key, string alt)
Get a user-set status value of type string OR the alternative value specified if the key does not exist. |
dictionary<string, string > |
getValues()
Get the full correlator status value dictionary . |
Action Detail |
---|
string getMostBackedUpInput()Get the name of the most backed up context.
integer getMostBackedUpQueueSize()Get the queue size of the most backed up context.
integer getNumConsumers()Get the number of event consumers connected to the engine.
integer getNumContexts()Get the number of contexts active in the Engine.
integer getNumEventTypes()Get the number of event types defined.
integer getNumFastTracked()Get the number of events received on the internal input queue since the Engine started.
integer getNumJavaApplications()Get the number of Java (JMon) Applications defined in the Engine.
integer getNumListeners()Get the number of active listeners.
integer getNumMonitors()Get the number of monitors defined in the Engine.
integer getNumOutEventsCreated()Gets the number of output events which have been put onto the output queue. This corresponds to the number of MonitorScript emit commands executed.
integer getNumOutEventsQueued()Get the number of events waiting on the output queue.
integer getNumOutEventsSent()This is the number of output events sent out by the correlator process. This differs from getNumOutEventsCreated since events can be of interest to a varying number of consumers, and can be dropped by the output queue.
integer getNumProcessed()Get the number of events taken off the input queue and processed since the Engine started.
integer getNumProcesses()Get the number of monitor processes or active sub-monitors. If a monitor spawns it creates a new process.
integer getNumQueuedFastTrack()Get the total number of events waiting on the route queues (value of 'rq' in the correlator status line).
integer getNumQueuedInput()Get the total number of events waiting on the input queues (value of 'iq' in the correlator status line).
integer getNumReceived()Get the number of events received since the Engine started.
integer getNumSubListeners()Get the number of active sub-listeners.
string getSlowestReceiver()Get the name of the slowest receiver.
integer getSlowestReceiverQueueSize()Get the queue size of the slowest receiver.
integer getUptime()Get the time in ms that the Engine has been running for.
boolean getUserBoolean(string key)Get a user-set status value of type boolean.
boolean getUserBooleanOr(string key, boolean alt)Get a user-set status value of type boolean OR the alternative value specified if the key does not exist.
float getUserFloat(string key)Get a user-set status value of type float.
float getUserFloatOr(string key, float alt)Get a user-set status value of type float OR the alternative value specified if the key does not exist.
integer getUserInteger(string key)Get a user-set status value of type integer.
integer getUserIntegerOr(string key, integer alt)Get a user-set status value of type integer OR the alternative value specified if the key does not exist.
string getUserString(string key)Get a user-set status value of type string.
string getUserStringOr(string key, string alt)Get a user-set status value of type string OR the alternative value specified if the key does not exist.
dictionary<string, string > getValues()Get the full correlator status value dictionary .
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |