diff options
author | Robert Göhler <github@ghlr.de> | 2020-12-17 20:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 20:46:18 +0100 |
commit | d5c446635e17058bb736be6a6b08a70890bd8c5e (patch) | |
tree | 2448aab05d20bc61939ad2140e83a1815ad9329d /docs/configuration | |
parent | 92e54bfb89bf27b98414845bbc993795a94595bf (diff) | |
parent | a20ed1801fad0a0a40b86b503c20bc90d502bd95 (diff) | |
download | vyos-documentation-d5c446635e17058bb736be6a6b08a70890bd8c5e.tar.gz vyos-documentation-d5c446635e17058bb736be6a6b08a70890bd8c5e.zip |
Merge pull request #398 from jpbede/master
flow-accounting: T3132: Fixing ordering
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/system/flow-accounting.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/configuration/system/flow-accounting.rst b/docs/configuration/system/flow-accounting.rst index a5f16f09..8d46b178 100644 --- a/docs/configuration/system/flow-accounting.rst +++ b/docs/configuration/system/flow-accounting.rst @@ -62,17 +62,17 @@ CLI command. You may disable using the local in-memory table with the command: .. cfgcmd:: set system flow-accounting disable-imt + If you need to sample also egress traffic, you may want to + configure egress flow-accounting: + +.. cfgcmd:: set system flow-accounting enable-egress + Internally, in flow-accounting processes exist a buffer for data exchanging between core process and plugins (each export target is a separated plugin). If you have high traffic levels or noted some problems with missed records or stopping exporting, you may try to increase a default buffer size (10 MiB) with the next command: -.. cfgcmd:: set system flow-accounting enable-egress - - If you need to sample also egress traffic, you may want to - configure egress flow-accounting: - .. cfgcmd:: set system flow-accounting buffer-size <buffer size> In case, if you need to catch some logs from flow-accounting daemon, you may |