Application Performance Monitroing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Novek
Posts: 1
Joined: Fri Aug 17, 2012 4:00 am

Application Performance Monitroing

Post by Novek »

Hello,
we are looking for a Monitroing tool. I found all Informations about the requirement I need in the web but noting for this scenario.
I would like to Monitor the Performance of the Application.
So i have a Client PC with the .NET Application and an SQL Server.
Now im interestet in the time a Request from the application needs to be worked.
For example 10 ms for the network 100ms in de SQL server 10ms back network an 10ms in de appication.
I saw that in de MS System Center an in de fogligt sofware from quest, that they can do this kind of Monitoring
o Somenting like in this Video from 2:16 to 3:20.
https://www.youtube.com/watch?v=knRpWuh ... plpp_video
Is someting like that also possible to realize in nagios and how complex ist that?

tanks
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Application Performance Monitroing

Post by mguthrie »

This is something that would probably require either some custom checks, or something like the following.
http://labs.nagios.com/2012/06/08/integ ... th-nagios/
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Application Performance Monitroing

Post by slansing »

In addition to what mguthrie suggested, If you are interested in the Java side of monitoring have a look at this:

http://blog.flotsam.nl/2008/03/jmx-nagios_19.html

We are also currently writing documentation on integrating a program suite called Selenium into Nagios for web based performance testing:

http://seleniumhq.org/
Locked