diff options
author | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-09-23 15:09:51 -0300 |
---|---|---|
committer | Nicolas Fort <nicolasfort1988@gmail.com> | 2024-09-23 15:09:51 -0300 |
commit | 1832b803cedc7747340e5cb78fea7062ccbe71dd (patch) | |
tree | 1a85c167b310b2a944e458bbf1e31149261f8bf8 /docs | |
parent | b6b3662367920fb8975c9e14221c12a7569ef8db (diff) | |
download | vyos-documentation-1832b803cedc7747340e5cb78fea7062ccbe71dd.tar.gz vyos-documentation-1832b803cedc7747340e5cb78fea7062ccbe71dd.zip |
Netflow: add warning message regarding low performnace on router handling lot of traffic.
Diffstat (limited to 'docs')
-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 30d6fc4d..801ddae6 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. |