Slow Performance

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
sherm4n
Posts: 8
Joined: Sun Mar 12, 2017 7:36 pm

Slow Performance

Post by sherm4n »

Hi

Any tricks/hidden parameters i can use to make NNA to run faster
We found NNA takes too long to display Top 5 list, almost 1 mins, a simple query search dst port = 53, takes forever to return.
The box we used for NNA evaluation is HP DL360 G7 with 8 cores E5506 CPU, 24G Ram.

The same box to run NetFlow Analyzer from ManageEngine without any major delay like NNA

Any suggestion we could try would be welcome.

Regards
Sherman
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Slow Performance

Post by scottwilkerson »

The largest bottleneck in Network Analyzer is going to be the disks and the time period you are running the search over.

To process all of the data, the netflow data is read from disk.
Do you have a fast disk array or SSD drives in your Network Analyzer machine?
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

Re: Slow Performance

Post by SteveBeauchemin »

If you chose carefully from here, and try stuff slowly, piece by piece, you may get some satisfaction with the speed issue.
https://github.com/SteveBeauchemin/nfdumpWrapper
The default of 24 hours for all the views kills me too. I kept track of all the little things I have done to make my stuff run faster.

Just look at the gui improvement pieces. Each one stands alone. Decide what you are willing to touch. These are what I have done to make things a little better for me.

I suggest skipping the nfdump wrapper part. Up to you. I use it. I wrote it.

We all hope that the new version of NNA performs better. Just use this to get you thru for now.

Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Slow Performance

Post by scottwilkerson »

Thanks @SteveBeauchemin! That's a nice guide you put together!
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked