policy/misc/stats.zeek
- Stats
Log memory/packet/lag statistics.
- Namespace:
Stats
- Imports:
base/frameworks/notice, base/frameworks/telemetry, base/utils/time.zeek
Summary
Runtime Options
How often stats are reported. |
Types
Redefinitions
Events
Event to catch stats as they are written to the logging stream. |
Hooks
Detailed Interface
Runtime Options
- Stats::report_interval
-
How often stats are reported.
Types
- Stats::Info
- Type:
- Fields:
-
-
bytes_recv:
count
&log
Number of bytes received since the last stats interval if reading live traffic.
-
pkts_dropped:
count
&log
&optional
Number of packets dropped since the last stats interval if reading live traffic.
-
pkts_link:
count
&log
&optional
Number of packets seen on the link since the last stats interval if reading live traffic.
-
pkt_lag:
interval
&log
&optional
Lag between the wall clock and packet timestamps if reading live traffic.
-
bytes_recv:
Events
- Stats::log_stats
- Type:
event
(rec:Stats::Info
)
Event to catch stats as they are written to the logging stream.