mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add test for CaptureLoss::Too_Little_Traffic
This commit is contained in:
parent
59620ed75d
commit
c58cf69890
3 changed files with 32 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path capture_loss
|
||||
#open 2020-10-08-16-33-05
|
||||
#fields ts ts_delta peer gaps acks percent_lost
|
||||
#types time interval string count count double
|
||||
964953086.310131 0.000000 zeek 0 0 0.0
|
||||
#close 2020-10-08-16-33-05
|
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path notice
|
||||
#open 2020-10-08-16-33-05
|
||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p fuid file_mime_type file_desc proto note msg sub src dst p n peer_descr actions suppress_for remote_location.country_code remote_location.region remote_location.city remote_location.latitude remote_location.longitude
|
||||
#types time string addr port addr port string string string enum enum string string addr addr port count string set[enum] interval string string string double double
|
||||
964953086.310131 - - - - - - - - - CaptureLoss::Too_Little_Traffic The worker only observed 0 ACKs and was expecting at least 1. - - - - - - Notice::ACTION_LOG 3600.000000 - - - - -
|
||||
#close 2020-10-08-16-33-05
|
Loading…
Add table
Add a link
Reference in a new issue