1748252 Members
3827 Online
108760 Solutions
New Discussion юеВ

Re: Server Performance

 
Khashru
Valued Contributor

Server Performance

One of my server having different performance in different time. Is there any load testing tool that I can use to benchmark the server. Mainly i am interested in disk activity.
4 REPLIES 4
Khashru
Valued Contributor

Re: Server Performance

The server is rx7460 and OS in HPUX 11.31
Dennis Handly
Acclaimed Contributor

Re: Server Performance

Have you looked at glance or iostat(1)?
Khashru
Valued Contributor

Re: Server Performance

I am not looking for a monitoring tool. I need something that will generate load on the system and i will monitor that using glance or may be that will also do reporting.

Re: Server Performance

IOzone is relatively straightforward to compile on HP-UX:

http://www.iozone.org/

You could also try vdt:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/vdt-5.4.68/

I don't know if bonnie++ has ever been ported to HP-UX, but you could try that:

http://www.coker.com.au/bonnie++/

If you want to generate an "Oracle database" type load you could use ORION:

http://www.oracle.com/technetwork/topics/index-089595.html

Or just learn how to play with dd (although you can realistically only generate sequential IO load with dd)

In all cases the trick with these tools is usually understanding and interpreting the results - the bottlenecks often aren't where you think they are...


HTH

Duncan

I am an HPE Employee
Accept or Kudo