mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() 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. |
||
---|---|---|
.. | ||
plugins | ||
__load__.bro | ||
cluster.bro | ||
main.bro | ||
non-cluster.bro | ||
README |
The summary statistics framework provides a way to summarize large streams of data into simple reduced measurements.