diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-23 22:26:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 22:26:40 +0200 |
commit | 35bea28e2c250b9a08a1081e1e6e4f3b513ac229 (patch) | |
tree | 31b0ad47b1523325b7a5583ef4d3df16b71708b2 | |
parent | 4e7240a8b5c437f3ded54c474ee3e77c4df5749b (diff) | |
parent | ffed422df941ab3e096f460fea534e17765a90af (diff) | |
download | vyos-documentation-35bea28e2c250b9a08a1081e1e6e4f3b513ac229.tar.gz vyos-documentation-35bea28e2c250b9a08a1081e1e6e4f3b513ac229.zip |
Merge pull request #1555 from vyos/mergify/bp/sagitta/pr-1554
Netflow: add warning message (backport #1554)
-rw-r--r-- | docs/configuration/system/flow-accounting.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/system/flow-accounting.rst b/docs/configuration/system/flow-accounting.rst index 8d46b178..b36ddc27 100644 --- a/docs/configuration/system/flow-accounting.rst +++ b/docs/configuration/system/flow-accounting.rst @@ -42,6 +42,10 @@ exported. Configuration ============= +.. warning:: Using NetFlow on routers with high traffic levels may lead to + high CPU usage and may affect the router's performance. In such cases, + consider using sFlow instead. + In order for flow accounting information to be collected and displayed for an interface, the interface must be configured for flow accounting. |