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