From: Eric Leblond Date: Mon, 10 Jun 2019 21:20:25 +0000 (+0200) Subject: doc: update bypass stats doc X-Git-Tag: suricata-5.0.0-rc1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3dccb2400245cf78f1f841ed6c42710c1750530;p=thirdparty%2Fsuricata.git doc: update bypass stats doc --- diff --git a/doc/userguide/capture-hardware/ebpf-xdp.rst b/doc/userguide/capture-hardware/ebpf-xdp.rst index c7e055b3c6..37d1143d29 100644 --- a/doc/userguide/capture-hardware/ebpf-xdp.rst +++ b/doc/userguide/capture-hardware/ebpf-xdp.rst @@ -502,7 +502,23 @@ each interfaces :: Success: { "enp94s0np0": { - "ipv4_count": 42524, - "ipv6_count": 3304 + "ipv4_fail": 0, + "ipv4_maps_count": 2303, + "ipv4_success": 4232, + "ipv6_fail": 0, + "ipv6_maps_count": 13131, + "ipv6_success": 13500 + } } + +The stats entry also contains a `stats.flow_bypassed` object that has local and capture +bytes and packets counters as well as a bypassed and closed flow counter :: + + { + "local_pkts": 0, + "local_bytes": 0, + "closed": 84, + "pkts": 4799, + "bytes": 2975133 + }