Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A GatewayEventFilter can be used to process individual events and collect statistics like:

 

  • receivedEvents - The number of events received by the GatewaySender
  • transmittedEvents - The number of events transmitted by the GatewaySender
  • acknowledgedEvents - The number of events acknowledged by the GatewaySender
  • minimumQueueTime - The minimum time an event spent in the GatewaySender queue
  • maximumQueueTime - The maximum time an event spent in the GatewaySender queue
  • totalQueueTime - The total time events spent in the GatewaySender queue
  • queueTimePerEvent - The average time an event spent in the GatewaySender queue (calculated)
  • minimumTransmitTime - The minimum time an event spent in transmission including processing time on the remote site
  • maximumTransmitTime - The maximum time an event spent in transmission including processing time on the remote site
  • totalTransmitTime - The total time events spent in transmission including processing time on the remote site
  • transmitTimePerEvent - The average time an event spent in transmission including processing time on the remote site (calculated)

...