Diagnostic Count Event Filter

Definition

Description

Release a summary event after each Number of events received.

 

 

Comments

If Number is missing, blank or invalid, the filter is disabled.

The summary records consist of the following fields:

   ev:totalCount - The total number of events processed

   ev:startTime - Time first event arrived to the filter

   ev:endTime - Time of the last event

   ev:totalSecs - The total processing time in seconds

   ev:totalEventsSecs - The total events/sec value

   ev:msg="<ev:totalCount> events received. \nThat is a total ave of <ev:totalEventsSecs> events/sec."

 

For each event processed by this filter, the following fields are added:   

  ev:recentCount - last number of counted events

  ev:recentSecs - how long last counting lasted in seconds

  ev:recentEventsSec - last events/sec value

 

Example

<filter objectId="CountEvents" type="DiagnosticCountEventFilter">
	<parameter type="Number">1000</parameter>
</filter>