zeek/scripts/base/frameworks/sumstats
Justin Azoff f80f2f2a08 Track outstanding_global_views updates by uid
Currently outstanding_global_views values are only decremented during
the end of epoch cleanup, but not when handle_end_of_result_collection
is called for the specific uid that actually triggered the result
collection (which is specifically NOT a cleanup event).

This changes outstanding_global_views values to be a set of outstanding
uids, instead of a count.  This allows handle_end_of_result_collection
to remove any uids from the set as it sees them.
2016-07-29 12:54:20 -04:00
..
plugins Add more documentation to sumstats framework scripts 2016-03-01 17:31:41 -06:00
__load__.bro Checkpoint for SumStats rename. 2013-04-15 15:12:28 -04:00
cluster.bro Track outstanding_global_views updates by uid 2016-07-29 12:54:20 -04:00
main.bro Add more documentation to sumstats framework scripts 2016-03-01 17:31:41 -06:00
non-cluster.bro Now the standalone sumstats works even if Bro is shutting down by blocking. 2014-03-17 16:45:36 -04:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The summary statistics framework provides a way to summarize large streams
of data into simple reduced measurements.