Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Digital Event Services KPI Definitions | com.softwareag.des.jmx.IPService | KPIs
 
KPIs
The following table describes the com.softwareag.des.jmx.IPService KPIs.
Name
Description
long acknowledgedSentEvents
The number of events that are sent to this service and successfully acknowledged by the client event processor.
If the service usage is SourceOnly, the value of this attribute is empty.
int activeSharedDurableSubsctibersCount
The number of active shared durable subscribers to this service.
If the service usage is DestinationOnly, the value of this attribute is empty.
long connectAge
The time duration of the connection, measured as a difference between the current time and the time when the service connected, or reconnected, to the client event processor.
boolean connected
Indicates whether the In-Process service is connected.
long disconnectAge
The time duration of the disconnection, measured as a difference between the current time and the time when the service disconnected from the client event processor.
int inactiveSharedDurableSubscribersCount
The number of inactive (closed, but not unsubscribed) shared durable subscribers to this service.
If the service usage is DestinationOnly, the value of this attribute is empty.
long lastCompletedAcknowledgementAge
The time duration of the last completed acknowledgement, measured as a difference between the current time and the last time when the client event processor acknowledged with success an event that was sent to this service.
int lastSendingStatus
The status of the last sending operation performed by the service:
1 - Green
2 - Red
0 - Error
long lastSentAge
The time duration of the last sent event, measured as a difference between the current time and the time when the last event was sent to the client event processor.
int nonDurableSubscribersCount
The number of non-durable subscribers to this service.
If the service usage is DestinationOnly, the value of this attribute is empty.
boolean ObjectStatus
Indicates whether the In-Process service monitoring is available.
long receivedEvents
The number of events received by all subscribers to this service (since the activation of the service).
If the service usage is DestinationOnly, the value of this attribute is empty.
int regularDeliveryInterruptionsCount
The number of times the service has switched to redelivery mode because of a failure to deliver an event to the client event processor.
The value of this attribute is always 0, because currently the In-Process service does not support redelivery.
long sentEvents
The number of events sent to this service.
If the service usage is SourceOnly, the value of this attribute is empty.
int usage
Usage of the service, always:
3 - SourceAndDestination.