NNA Flows per Second

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
OptimusB
Posts: 146
Joined: Mon Oct 27, 2014 10:08 pm
Location: Canada
Contact:

NNA Flows per Second

Post by OptimusB »

Quick question. I know that some netflow analyzers out in the market has a flows per second metric on how much the system can handle. Does NNA have a tested flows per second maximum before performance degradation occurs?
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: NNA Flows per Second

Post by jolson »

While technically there isn't a 'maximum' amount of flows that NNA supports, there are a couple of good things to note:

The nfcapd service can run out of semaphores (semget() error in bookkeeper.c will appear in /var/log/messages)
This is an issue that can occur if you have around 127 sources collecting information. If suddenly your new sources will not start, please check your system messages log:

Code: Select all

tail /var/log/messages
You are likely experiencing this problem if you see errors similar to the errors displayed in this picture:
semaphore.PNG
Please note the 'semget' error line - this tells us that we are running low on semaphores. You can follow thisguide to increase the amount of semaphores available to Nagios Network Analyzer - we recommend using 2-4 times more than you had previously in all fields.

Besides that, the limiting factor for NNA will almost always be disk speed, since information is stored in flat files. If you have 1,000 hosts with 5MB of flow data each, you can expect that NNA is going to happily pull up data very quickly. If you have three hosts with 24GB of data each, you may have to wait awhile as the files will need to be pulled from disk to display on the Web GUI.
You do not have the required permissions to view the files attached to this post.
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked