zeek/testing/btest/bifs/net_stats_trace.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
219 B
Plaintext

# Checks that accurate stats are returned when reading from a trace file.
# @TEST-EXEC: zeek -b -r $TRACES/wikipedia.trace >output %INPUT
# @TEST-EXEC: btest-diff output
event zeek_done()
{
print get_net_stats();
}