From 602b608e7d38432fb77a4155b654eeb85ccb104f Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 29 May 2020 13:04:42 +0200 Subject: [PATCH] Typo fix --- doc/nedge/src/conf.py | 4 ++-- doc/src/use_cases/large_networks.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nedge/src/conf.py b/doc/nedge/src/conf.py index f4024d7b02..4e4a49fdaf 100644 --- a/doc/nedge/src/conf.py +++ b/doc/nedge/src/conf.py @@ -45,9 +45,9 @@ author = u'ntop.org' # built documents. # # The short X.Y version. -version = u'3.9' +version = u'' # The full version, including alpha/beta/rc tags. -release = u'3.9' +release = u'' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/src/use_cases/large_networks.rst b/doc/src/use_cases/large_networks.rst index 07095fac6b..e934eae946 100644 --- a/doc/src/use_cases/large_networks.rst +++ b/doc/src/use_cases/large_networks.rst @@ -3,7 +3,7 @@ Monitoring Large Networks ######################### -ntopng is designed to process a few million packet/sec per interface. With adequeate hardware you can monitor up to 10 Gbit when splitting the traffic across multiple interfaces, for instance using techniques such as RSS. If you want to push ntopng in the 10 Gbit+ land, it is necessary to use a different approach. Namely preprocess traffic using `nProbe Cento ` that acts as a probe, and use ntopng as flow collector. This way cento preprocesses the traffic letting ntopng to do the collection and visualization, and thus reducing the load with respect to ingesting packets directly in ntopng. You can `read more here ` about integrating nProbe Cento with ntopng. +ntopng is designed to process a few million packet/sec per interface. With adequeate hardware you can monitor up to 10 Gbit when splitting the traffic across multiple interfaces, for instance using techniques such as RSS. If you want to push ntopng in the 10 Gbit+ land, it is necessary to use a different approach. Namely preprocess traffic using `nProbe Cento `_ that acts as a probe, and use ntopng as flow collector. This way cento preprocesses the traffic letting ntopng to do the collection and visualization, and thus reducing the load with respect to ingesting packets directly in ntopng. You can `read more here `_ about integrating nProbe Cento with ntopng. .. note::