mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 07:43:01 +00:00
Typo fix
This commit is contained in:
parent
b57b6e9ccc
commit
602b608e7d
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue