More stats collection extensions.

This commit is contained in:
Seth Hall 2016-01-08 17:03:16 -05:00
parent 6d836b7956
commit 3c71d4ffa8
8 changed files with 47 additions and 10 deletions

View file

@ -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 {