Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Adapter KPI Definitions | wm.brokerdc.CustomAdapter | KPIs
 
KPIs
The following table describes the wm.brokerdc.CustomAdapter KPIs.
Name
Description
string AdapterType
Type of resource to which the adapter is connected.
string Name
Adapter system name.
string ApplicationName
Application name for the adapter.
string ClientGroup
Client group name.
struct ClientStats
Statistics for the adapter's Broker client. Includes queue and document processing statistics.
date now
Current time on the Broker host.
date createTime
Time when the client was created.
Int cumulativeNumEventsDelivered
Number of events delivered by this client.
Int cumulativeNumEventsPublished
Total number of events published by this client.
Int cumulativeNumEventsRetrieved
Number of events retrieved by this client.
int numEventsPublished
Delta value of the number of events published by this client.
int numEventsDelivered
Delta value of the number of events delivered by this client.
int numEventsRetrieved
Delta value of the number of events retrieved by this client.
date lastEventPublishTime
Time when the last event was published by this client.
date lastEventDeliveryTime
Time when the last event was delivered by this client.
date lastEventQueueTime
Time when the last event was queued for this client.
date lastEventRetrieveTime
Time when the last event was retrieved by this client.
int queueLength
Number of events in the client queue.
int queueByteSize
Number of bytes worth of events in client queue.
date queueHighestLengthTime
Time when QueueHighestLength was last set, Forever (zero date and time) if not yet queued.
int ObjectStatus
Indicates Operational or Failed status of the component.
boolean ContainsResourceMessage
Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource.
int MessageSeverity
Severity level of the resource message:
Critical = 1
Major = 2
Minor = 3
Warning = 4
Info = 5
Ok = 6
Indeterminate = 7