Apama  10.7.2.2
client_status_names.hpp File Reference

Contains the key names for all standard status values within the correlator. More...

Go to the source code of this file.

Namespaces

 com::apama
 Contains classes for writing client applications for Apama components.
 
 com::apama::client_status
 Contains the key names for all standard status values within the correlator.
 

Variables

static char const *const com::apama::client_status::UPTIME_SECONDS = "uptime"
 Uptime in ms. More...
 
static char const *const com::apama::client_status::CONSUMERS_TOTAL = "numConsumers"
 Number of consumers attached to the correlator. More...
 
static char const *const com::apama::client_status::CONTEXTS_TOTAL = "numContexts"
 Number of contexts in the correlator. More...
 
static char const *const com::apama::client_status::CREATED_OUTPUT_TOTAL = "numEmits"
 Number of events emitted from correlator. More...
 
static char const *const com::apama::client_status::EVENT_TYPES_TOTAL = "numEventTypes"
 Number of event types defined. More...
 
static char const *const com::apama::client_status::ROUTE_TOTAL = "numFastTracked"
 Number of events fast tracked. More...
 
static char const *const com::apama::client_status::QUEUED_INPUT_PUBLIC_TOTAL = "numInputQueuedInput"
 Total number of events on input contexts' queues. More...
 
static char const *const com::apama::client_status::JAVA_APPLICATIONS_TOTAL = "numJavaApplications"
 Number of java applications. More...
 
static char const *const com::apama::client_status::LISTENERS_TOTAL = "numListeners"
 Number of active listeners. More...
 
static char const *const com::apama::client_status::MONITORS_TOTAL = "numMonitors"
 Number of monitors. More...
 
static char const *const com::apama::client_status::QUEUED_OUTPUT_TOTAL = "numOutEventsQueued"
 Number of events on the output queue. More...
 
static char const *const com::apama::client_status::OUTPUT_TOTAL = "numOutEventsSent"
 Number of events sent. More...
 
static char const *const com::apama::client_status::OUTPUT_UNACKED_TOTAL = "numOutEventsUnAcked"
 Number of events that have been emitted but not yet acknowledge. More...
 
static char const *const com::apama::client_status::PROCESSED_TOTAL = "numProcessed"
 Number of events taken of output queue. More...
 
static char const *const com::apama::client_status::MONITOR_INSTANCES_TOTAL = "numProcesses"
 Number of monitor processes. More...
 
static char const *const com::apama::client_status::QUEUED_ROUTE_TOTAL = "numQueuedFastTrack"
 Number of events on the fast track queue. More...
 
static char const *const com::apama::client_status::QUEUED_INPUT_TOTAL = "numQueuedInput"
 Number of events on the input queue. More...
 
static char const *const com::apama::client_status::INPUT_TOTAL = "numReceived"
 Number of events received (includes those that failed to be parsed) More...
 
static char const *const com::apama::client_status::PERSISTENCE_SNAPSHOTS_TOTAL = "persistenceNumSnapshots"
 Number of snapshots since startup. More...
 
static char const *const com::apama::client_status::PERSISTENCE_LAST_SNAPSHOT_TIMESTAMP = "persistenceLastSnapshotTime"
 The clock time of the last complete snapshot. More...
 
static char const *const com::apama::client_status::PERSISTENCE_SNAPSHOT_WAIT_EWMA_SECONDS = "persistenceSnapshotWaitTimeEwmaMillis"
 The EWMA of time taken to wait for a snapshot, in milliseconds. More...
 
static char const *const com::apama::client_status::PERSISTENCE_COMMIT_TIME_EWMA_SECONDS = "persistenceCommitTimeEwmaMillis"
 The EWMA of time taken to commit, in milliseconds. More...
 
static char const *const com::apama::client_status::PERSISTENCE_SNAPSHOT_ROWS_CHANGED_EWMA_TOTAL = "persistenceLastSnapshotRowsChangedEwma"
 The EWMA of number of rows changed. More...
 
static char const *const com::apama::client_status::SUB_LISTENERS_TOTAL = "numSubListeners"
 Number of active sub-listeners. More...
 
static char const *const com::apama::client_status::SLOWEST_OUTPUT_QUEUE_NAME = "slowestReceiver"
 Name of the slowest receiver. More...
 
static char const *const com::apama::client_status::SLOWEST_OUTPUT_QUEUE_SIZE_TOTAL = "slowestReceiverQueueSize"
 Number of events waiting on that receiver's queue. More...
 
static char const *const com::apama::client_status::SLOWEST_INPUT_QUEUE_LATENCY_SECONDS = "mostBackedUpICLatency"
 Latency enqueued at that context. More...
 
static char const *const com::apama::client_status::SLOWEST_INPUT_QUEUE_SIZE_TOTAL = "mostBackedUpICQueueSize"
 Number of executors waiting on that context's queue. More...
 
static char const *const com::apama::client_status::SLOWEST_INPUT_QUEUE_CONTEXT_NAME = "mostBackedUpInputContext"
 Name of the most backlogged input context. More...
 
static char const *const com::apama::client_status::ENQUEUE_QUEUE_SIZE = "enqueueQueueSize"
 Number of events on the enqueue queue. More...
 
static char const *const com::apama::client_status::VIRTUAL_MEMORY_SIZE_MB = "virtualMemoryMB"
 VM usage in MB. More...
 
static char const *const com::apama::client_status::PHYSICAL_MEMORY_SIZE_MB = "physicalMemoryMB"
 PM usage in MB. More...
 
static char const *const com::apama::client_status::SWAP_PAGES_READ_HERTZ = "swapPagesRead"
 Number of pages per second that are being read from swap space. More...
 
static char const *const com::apama::client_status::SWAP_PAGES_WRITE_HERTZ = "swapPagesWrite"
 Number of pages per seconds that are being written to swap space. More...
 
static char const *const com::apama::client_status::JVM_HEAP_USED_MB = "jvmMemoryHeapUsedMB"
 JVM using heap memory in bytes. More...
 
static char const *const com::apama::client_status::JVM_HEAP_FREE_MB = "jvmMemoryHeapFreeMB"
 JVM free heap memory in bytes. More...
 
static char const *const com::apama::client_status::JVM_NON_HEAP_USED_MB = "jvmMemoryNonHeapUsedMB"
 JVM using non-heap memory in bytes. More...
 
static char const *const com::apama::client_status::JVM_BUFFER_POOL_USED_MB = "jvmMemoryBufferPoolUsedMB"
 JVM using buffer pool in bytes. More...
 
static char const *const com::apama::client_status::JVM_MEMORY_ALL_MB = "jvmMemoryAllUsedMB"
 JVM total memory used in bytes, jvmUsedHeap+jvmUsedNonHeap+jvmUsedBufferPool. More...
 
static char const *const com::apama::client_status::JVM_NUM_THREADS = "jvmNumThreads"
 JVM number of threads. More...
 

Detailed Description

Contains the key names for all standard status values within the correlator.