HPE EVA Storage
1836367 Members
2236 Online
110100 Solutions
New Discussion

Performance Monitoring Tool - EVA 5000

 
Gianni_12
Advisor

Performance Monitoring Tool - EVA 5000

Hi, i just wonder what are you guys using for to generate performance monitoring reports of your EVA?

We have been using CACTI to monitor our Brocade 3850 Switches. IT does a good job of monitoring the throughput of the ports, as well as temperature of the switches.

But what about the EVA itself? the performance of the disks? the diskgroups?

There is any tool out there that can help me achieve this?

Tks

Gianni
5 REPLIES 5
Ivan Ferreira
Honored Contributor

Re: Performance Monitoring Tool - EVA 5000

You should use evaperf. Once installed, evaperf provides a command line utility to display performance counters, and also, an integration with the system performance monitor (perfmon) of windows, that allows you to get an graph the results.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ivan Ferreira
Honored Contributor

Re: Performance Monitoring Tool - EVA 5000

You can download evaperf from here:

http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?prodNameId=1833644〈=en&cc=us&taskId=135&prodTypeId=12169&prodSeriesId=471497
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Sajeev2007
Frequent Advisor

Re: Performance Monitoring Tool - EVA 5000

how do you integrate evaperf and perfmon ?
IBaltay
Honored Contributor

Re: Performance Monitoring Tool - EVA 5000

Hi,
you can script the evaperf polling from within Cacti ...
the pain is one part of the reality
_Seb_
New Member

Re: Performance Monitoring Tool - EVA 5000

Hi,

Once evaperf is installed, you also have to install the Nagios Agent on the same machine.
It will permit you to ask for the perfmon counters with the check_nt command (from nagios too).

Here is an example :
$ check_nt -H ${MANAPP} -v COUNTER -l '\HP EVA Physical Disk Group($EVANAME - Default Disk Group)\Read KB/s'
1391