mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
More stats collection extensions.
This commit is contained in:
parent
6d836b7956
commit
3c71d4ffa8
8 changed files with 47 additions and 10 deletions
|
@ -530,8 +530,9 @@ type MatcherStats: record {
|
|||
};
|
||||
|
||||
type TimerStats: record {
|
||||
num_timers: count; ##< Current number of pending timers.
|
||||
max_timers: count; ##< Maximum number of concurrent timers pending so far.
|
||||
current: count; ##< Current number of pending timers.
|
||||
max: count; ##< Maximum number of concurrent timers pending so far.
|
||||
cumulative: count;
|
||||
};
|
||||
|
||||
type FileAnalysisStats: record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue