mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Documentation fix that was breaking a test.
This commit is contained in:
parent
da9b8cc283
commit
38bd2cc085
1 changed files with 6 additions and 7 deletions
|
@ -1,12 +1,11 @@
|
|||
##! This script logs evidence regarding the degree to which the packet
|
||||
##! capture process suffers from measurement loss.
|
||||
|
||||
## The loss could be due to overload on the host or NIC performing
|
||||
## the packet capture or it could even be beyond the host. If you are
|
||||
## capturing from a switch with a SPAN port, it's very possible that
|
||||
## the switch itself could be overloaded and dropping packets.
|
||||
## Reported loss is computed in terms of number of "gap events" (ACKs
|
||||
## for a sequence number that's above a gap).
|
||||
##! The loss could be due to overload on the host or NIC performing
|
||||
##! the packet capture or it could even be beyond the host. If you are
|
||||
##! capturing from a switch with a SPAN port, it's very possible that
|
||||
##! the switch itself could be overloaded and dropping packets.
|
||||
##! Reported loss is computed in terms of number of "gap events" (ACKs
|
||||
##! for a sequence number that's above a gap).
|
||||
|
||||
@load base/frameworks/notice
|
||||
@load base/frameworks/metrics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue