Events Counters

You can use events counters in Workflow.

Counter Name Description
Events Queued Messages to Subscribers Monitors the queue in the events subsystem for the subscribers. Typically, a high volume of events cause this rate counter to increment. If there are N subscribers to a given event, there will be N Events Queued Messages to Subscribers for each event generated.
Events DTL Subscriptions Records the number of DTL points being subscribed to.

The event subsystem re-uses DTL subscriptions so that multiple event clients requesting the same DTL point create only one subscription. Thus, if there are three WorkflowClients subscribing to the WorkflowTaskInstanceEvent, there should be one Events DTL Subscription and three Events Remote Subscriptions.

Events Remote Subscriptions Records the number of subscribers to events on another server (such as those requiring DTL subscription).

The event subsystem re-uses DTL subscriptions so that multiple event clients requesting the same DTL point create only one subscription. Thus, if there are three WorkflowClients subscribing to the WorkflowTaskInstanceEvent, there should be one Events DTL Subscription and three Events Remote Subscriptions.

Events DTL Change Rate Reports the number of events per second being fed to the event subsystem from DTL, which is the subscriber side of the multi-server system. When events are generated, this rate counter changes. The DTL Change Record Rate and the Events DTL Change Rate represent the input side and output side, respectively, of the DTL link for events and, in a stable system, should be the same value (with some room for movement).
Events Messages to Subscribers Rate Reports the number of events per second being sent to subscribers. In a stable system, if there are N subscribers to a given event, the Events Messages to Subscribers Rate will be N times the Events DTL Change Rate (assuming only that event is being generated). If the Events Messages to Subscribers Rate is less then N times the Events DTL Change Rate, the Events Queued Messages to Subscribers should increase.