Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Presto KPI Definitions | com.softwareag.presto.um.realm | KPIs
 
KPIs
The following table describes the com.softwareag.presto.um.realm KPIs.
Name
Description
int BuffersCreated
Number of data buffers created within the realms and for use within event fanout.
int BuffersReused
Number of data buffers reused by the event fanout.
int CurrentConnections
Number of connections on this realm.
int FanoutBacklog
Returns the number of events waiting to be processed by the fanout engine.
long FreeMemory
Returns the amount of free memory the Realm server has within the JVM.
long InternalSchedulerSize
Total number of scheduled tasks currently running within the realm.
int NoOfChannels
Number of channels within the realm.
int NoOfDataGroups
Number of data groups within the realm.
int NoOfQueues
Number of queues within the realm.
int NoOfThreads
Number of threads the JVM has allocated for the Realm Server. This includes all the threads used by the JVM as well.
boolean ObjectStatus
Status of the realm.
int QueuedTasks
Sum of queued tasks for common pool, write pool, and read pool.
int QueuedThreads
Number of threads currently queued ready to execute tasks.
int ReUsedThreads
Returns the number of reused threads within the realm.
long TotalConnections
Number of connections served by this realm from the time it started.
long TotalGCCount
Total time in milliseconds that the JVM has spent doing GCs.
long TotalMemory
Total number of bytes that the JVM has allocated from the underlying operating system.
long TotalPublished
Total number of events published on this realm from the time it started.
long TotalSubscribed
Total number of events that this realm has sent to clients from the time it started.
int VendedThreads
Total number of threads that have been allocated within the realm.