| Name |
java.lang.String |
The name of the Engine |
| Host |
java.lang.String |
The hostname where the Engine is running. This can be either the DNS
hostname or the IP address of the host.
|
| Status |
java.lang.String |
The current status of the Engine. See
Engine Status
for a
description of possible engine states.
|
| RunLevel (editable) |
int |
The current runLevel of the Engine. The Engine RunLevel can be
changed through this attribute.
|
| TotalMemory |
long |
The total memory available to the engine, specified in megabytes.
|
| UsedMemory |
long |
The total memory used by the engine, specified in megabytes. |
| FreeMemory |
long |
The amount of free memory available to the engine, specified in
megabytes.
|
| CommittedTransactions |
int |
The total number of committed database transactions. |
| RollbackedTransactions |
int |
The total number of transactions that have been rolled-back. |
| RunningTransactions |
int |
The number of database transactions currently running for this engine.
|
| EngineExecutedStatements |
java.util.Map |
A map containing a key/value pair of all engine executed statements
(key) and the corresponding number of executions (value).
|
| FDIExecutedStatements |
java.util.Map |
A map containing a key/value paire of all FDI executed statements
(key) and the corresponding number of executions (value)
|
| EngineMostExecutedStatements |
java.util.List |
A sorted list containing the most Engine executed statements at the
begining.
|
| FDIMostExecutedStatements |
java.util.List |
A sorted list containing the most FDI executed statements at the
begining.
|