zeek/scripts/base/frameworks/sumstats
Jon Siwek 3495b2fa9d Fix problems with SumStats non-cluster.bro script
* Add proper namespace scoping to a 'SumStats::process_epoch_result'
  scheduled event.

* Fix iterator invalidation within 'SumStats::process_epoch_result'

* Give 'SumStats::process_epoch_result' a copy of the result table so
  that the SumStats framework can clear the original and move on to the
  next epoch immediately.

* The previous baseline of the basic sumstats unit test did look wrong
  to me and probably was actually indicative of the iterator invalidation
  problem.

Thanks to Jim Mellander for reporting the issues.
2018-01-18 11:14:39 -06: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 Fix problems with SumStats non-cluster.bro script 2018-01-18 11:14:39 -06: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.