Operating System - HP-UX
1833584 Members
3868 Online
110061 Solutions
New Discussion

Performance Evaluation of HPUX 11.11

 
Robjan
Frequent Advisor

Performance Evaluation of HPUX 11.11

Please any one give teach some performance testing commands in hpux for administration.
Also give me some details about the book where i can find more information about hpux performance and testing
6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: Performance Evaluation of HPUX 11.11

It depends on what level of performance:
1) grof/prof - program
2) gpm/glance - system
3) sar/vmstat - system
4) caliper - both (IPF only)
Robjan
Frequent Advisor

Re: Performance Evaluation of HPUX 11.11

Can anyone suggest some books that i can read..please...
Ramesh S
Esteemed Contributor

Re: Performance Evaluation of HPUX 11.11

Hi

Please have a look on aatched doc. That may give you a fair idea.

Thanks & Regards

Ramesh
Asif Sharif
Honored Contributor

Re: Performance Evaluation of HPUX 11.11

Hi Robjan,

You can read this book.

HP-UX 11i Tuning and Performance
By Robert F. Sauers, Chris P. Ruemmler, Peter S. Weygant

Publisher : Prentice Hall PTR
Pub Date : March 24, 2004
ISBN : 0-13-143349-0
Pages : 560

You can use these commands for performance testing.

sar -M 5 10
sar -b 5 10
sar -d 5 10
sar -v 5 10
iostat 5 10
vmstat 5 10
swapinfo -tam

Regards,
Asif Sharif
Regards,
Asif Sharif
Emil Velez
Honored Contributor

Re: Performance Evaluation of HPUX 11.11

enclosed is a great document
Arturo Galbiati
Esteemed Contributor

Re: Performance Evaluation of HPUX 11.11