Event Routing KPI Definitions (Deprecated)

com.softwareag.event.routing.jmx

Deprecated. Connects over a JMX client to the Event Routing server and extracts the KPIs from web services, using JMX authentication.

Discovery Mechanism

Event Routing JMX servers are discovered via Asset Discovery in Optimize.

KPIs

The following table describes the com.softwareag.event.routing.jmx KPIs.
Name Description
boolean ObjectStatus Indicates whether the Event Routing JMX server is online or offline.
long pingTime Time (in milliseconds) to ping the Event Routing JMX server.
PollTime The handling duration for an Event Routing poll for the Infrastructure Data Collector.

com.softwareag.event.routing.jmx.UMService

Deprecated. Universal Messaging service KPIs.

Discovery Mechanism

Automatically discovered via Event Routing JMX server discovery.

KPIs

The following table describes the com.softwareag.event.routing.jmx.UMService KPIs.
Name Description
boolean ObjectStatus Indicates whether the Universal Messaging service is online or offline.
int ServiceStatus Status of the Universal Messaging service:
  • 1 = Green
  • 2 = Yellow
  • 3 = Red
  • 0 = Error
string statusDetails Status details of the Universal Messaging service.
string name The name of the Universal Messaging service.
int usage Usage of the Universal Messaging service:
  • 1 = Source only
  • 2 = Destination only
  • 3 = Unknown
  • 0 = Error
int reliability Reliability of the Universal Messaging service:
  • 1 = Reliable
  • 2 = Best effort
  • 3 = Unknown
  • 0 = Error
int activeDurableSubscribersCount Number of active durable subscribers for the Universal Messaging service.
int nonDurableSubscribersCount Number of non-durable subscribers for the Universal Messaging service.
long receivedEvents Delta value of the number of events received since the start of the Universal Messaging service.
long sentEvents Delta value of the number of events sent since the start of the Universal Messaging service.
long acknowledgedSentEvents Delta value of the number of events acknowledged since the start of the Universal Messaging service.
string lastSendingTime Time when the last event was sent by the Universal Messaging service.
string lastCompletedAcknowledgementTime Time of the last completed acknowledgement of the Universal Messaging service.
string lastFailedAcknowledgementTime Time of the last failed acknowledgement of the Universal Messaging service.
int regularDeliveryInterruptionsCount Delta value of the number of regular delivery interruptions since the start of theUniversal Messaging service.
long failedDurationTime The duration between the last failed acknowledgement time and last completed acknowledgement time of the Universal Messaging service.
string providerUrl The URL address of the provided Universal Messaging server.
boolean connected Status of the Universal Messaging server connection.
string connectTime Time when the Universal Messaging server was last connected.
string disconnectTime Time when the Universal Messaging server was last disconnected.

com.softwareag.event.routing.jmx.IPService

Deprecated. IP service KPIs.

Discovery Mechanism

Automatically discovered via Event Routing JMX server discovery.

KPIs

The following table describes the com.softwareag.event.routing.jmx.IPService KPIs.
Name Description
boolean ObjectStatus Indicates whether the IP service is online or offline.
int ServiceStatus Status of the IP service:
  • 1 = Green
  • 2 = Yellow
  • 3 = Red
  • 0 = Error
string statusDetails Status details of the IP service.
string name The name of the IP service.
int usage Usage of the IP service:
  • 1 = Source only
  • 2 = Destination only
  • 3 = Unknown
  • 0 = Error
int reliability Reliability of the IP service:
  • 1 = Reliable
  • 2 = Best effort
  • 3 = Unknown
  • 0 = Error
int activeDurableSubscribersCount Number of active durable subscribers for the IP service.
int nonDurableSubscribersCount Number of non-durable subscribers for the IP service.
long receivedEvents Delta value of the number of events received since the start of the IP service.
long sentEvents Delta value of the number of events sent since the start of the IP service.
long acknowledgedSentEvents Delta value of the number of events acknowledged since the start of the IP service.
string lastSendingTime Time when the last event was sent by the IP service.
string lastCompletedAcknowledgementTime Time of the last completed acknowledgement of the IP service.
string lastFailedAcknowledgementTime Time of the last failed acknowledgement of the IP service.
int regularDeliveryInterruptionsCount Delta value of the number of regular delivery interruptions since the start of the IP service.
long failedDurationTime The duration between the last failed acknowledgement time and last completed acknowledgement time of the IP service.

com.softwareag.event.routing.jmx.OnDiskQueue

Deprecated. Event Routing on-disk queue KPIs.

Discovery Mechanism

Automatically discovered via Event Routing JMX server discovery.

KPIs

The following table describes the com.softwareag.event.routing.jmx.OnDiskQueue KPIs.
Name Description
long capacity Maximum number of events that the on-disk queue can store.
string statusDetails Status details of the on-disk queue.
int QueueStatus Status of the on-disk queue:
  • 1 = Green
  • 2 = Yellow
  • 3 = Red
  • 0 = Error
boolean ObjectStatus Indicates whether the on-disk queue is online or offline.
long averageUtilization The average size to capacity ratio since the first operation, went for the event type that uses the on-disk queue.
long currentSize The current number of events stored in the on-disk queue.
int queueBufferFullCount Delta value of the number of times when the capacity has been reached since the last restart of the on-disk queue.

com.softwareag.event.routing.jmx.InMemoryQueue

Deprecated. Event Routing in-memory queue KPIs.

Discovery Mechanism

Automatically discovered via Event Routing JMX server discovery.

KPIs

The following table describes the com.softwareag.event.routing.jmx.InMemoryQueue KPIs.
Name Description
long capacity Maximum number of events that the in-memory queue can store.
string statusDetails Status details of the in-memory queue.
int QueueStatus Status of the in-memory queue:
  • 1 = Green
  • 2 = Yellow
  • 3 = Red
  • 0 = Error
boolean ObjectStatus Indicates whether the in-memory queue is online or offline.
long averageUtilization The average size to capacity ratio since the first operation, went for the event type that uses the in-memory queue.
long currentSize The current number of events stored in the in-memory queue.
int queueBufferFullCount Delta value of the number of times when the capacity has been reached since the last restart of the in-memory queue.