Event count processor

411
1
09-11-2013 08:45 AM
KenGorton
Esri Contributor
Is there a way to keep track of the count of events? For example you might fire an alert when the count of events meeting certain criteria passes a certain threshold, or when then events per unit time rate drops below or exceeds a certain value.

Has anyone written a processor to do this?
0 Kudos
1 Reply
RyanElliott
New Contributor III
One of the sample processors (volume control) demonstrates how to detect (and filter) events that come through it when their rate exceeds a user-defined threshold.  Instead of filtering those events, you could simply have the processor produce alerts when the threshold exceeds the detected value.  However, like all of the bundled samples it is meant for instructional purposes.  Thus it is missing some of the checks to make sure it is not consuming excessive amounts of memory, error checking, and other things that are part of a complete solution.
0 Kudos