This commit is contained in:
Luca Deri 2020-05-29 13:04:42 +02:00
parent b57b6e9ccc
commit 602b608e7d
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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 <https://www.ntop.org/products/netflow/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 <https://www.ntop.org/guides/cento/usecases.html#integration-with-ntopng>` 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 <https://www.ntop.org/products/netflow/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 <https://www.ntop.org/guides/cento/usecases.html#integration-with-ntopng>`_ about integrating nProbe Cento with ntopng.
.. note::