Merge pull request #398 from jpbede/master

flow-accounting: T3132: Fixing ordering
This commit is contained in:
Robert Göhler 2020-12-17 20:46:18 +01:00 committed by GitHub
commit d5c446635e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .. 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 Internally, in flow-accounting processes exist a buffer for data exchanging
between core process and plugins (each export target is a separated plugin). 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 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 or stopping exporting, you may try to increase a default buffer size (10
MiB) with the next command: 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> .. cfgcmd:: set system flow-accounting buffer-size <buffer size>
In case, if you need to catch some logs from flow-accounting daemon, you may In case, if you need to catch some logs from flow-accounting daemon, you may