1834497 Members
2697 Online
110067 Solutions
New Discussion

performance

 
Indrajit Bhagat
Regular Advisor

performance

what is best option available with iostat command to check the performance of the server.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: performance

Shalom,

iostat check input/output and CPU use.

Might I suggest a look at the man page?

What options I'd recommend depend on the nature of the problem.

Here are some general links:

http://www.unet.univie.ac.at/aix/aixbman/prftungd/perfmonu.htm

http://www.coolcommands.com/index.php?option=com_cc&task=display&id=324

Here is a general purpose script I use on HP-UX and Linux

http://www.hpux.ws/system.perf.sh

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
J. Bravo
Respected Contributor

Re: performance

Hello:

Check if your server comes with Glance installed:

swlist -l product Glance

It's a graphical tool for monitor performance.

Regards;

J. Bravo.
tkc
Esteemed Contributor

Re: performance

use sar command to check the cpu utilisation, vmstat to check the memory utilisation, 'sar -d' command to check disk utilisation. iostat also can be used to check the i/o utilisation.