commit | aaa70852d9a9493dc03e844a6c8743f8355a2a32 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 10 13:56:30 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jul 15 14:08:14 2020 +0200 |
tree | 98380febde8f91255553c4f9b5d24e384e9ce41d | |
parent | 23021ad7f1d9d0e924aa5e5c6c4103b51a805af0 [diff] |
MINOR: raw_sock: Report the number of bytes emitted using the splicing In the continuity of the commit 7cf0e4517 ("MINOR: raw_sock: report global traffic statistics"), we are now able to report the global number of bytes emitted using the splicing. It can be retrieved in "show info" output on the CLI. Note this counter is always declared, regardless the splicing support. This eases the integration with monitoring tools plugged on the CLI.