mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
More stats improvements
Broke out the stats collection into a bunch of new Bifs in stats.bif. Scripts that use stats collection functions have also been updated. More work to do.
This commit is contained in:
parent
6aeeb94d76
commit
6d836b7956
27 changed files with 479 additions and 353 deletions
|
@ -46,10 +46,6 @@ struct SessionStats {
|
|||
int num_fragments;
|
||||
int max_fragments;
|
||||
uint64 num_packets;
|
||||
int num_timers;
|
||||
int max_timers;
|
||||
uint64 num_events_queued;
|
||||
uint64 num_events_dispatched;
|
||||
};
|
||||
|
||||
// Drains and deletes a timer manager if it hasn't seen any advances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue