1831612 Members
2474 Online
110027 Solutions
New Discussion

Performance

 
SOLVED
Go to solution
Kevin Daines
Advisor

Performance

We are running HP-UX with 2GB RAM and 100GB disk space. I have recently done the first HP-UX system administrators course, and I find I am still lacking in the knowledge I need to diagonse performance issues. I can use 'top' and 'sam' to look over the general system properties, but are there any tools for things like disk I/O? Can anyone recommend a course which covers these issues?

Kind Regards
Kevin
9 REPLIES 9
Geoff Wild
Honored Contributor

Re: Performance

Look at sar, in particular sar -d

Course:

http://www.hp.com/education/courses/h4262s.html

Rgs...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
MarkSyder
Honored Contributor

Re: Performance

Hi Kevin,

In addition to sar, look at iostat and vmstat.

Mark Syder (like the drink but spelt different)
The triumph of evil requires only that good men do nothing
Dave Olker
Neighborhood Moderator

Re: Performance

Hi Kevin,

In addition to course work, there are a lot of good white papers available that discuss HP-UX performance tuning. Here is a link to one of the more popular ones:

http://h21007.www2.hp.com/dspp/ddl/ddl_Download_File_TRX/1,1249,280,00.pdf

Hope this helps,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Steven E. Protter
Exalted Contributor

Re: Performance

Attaching a script to collect data.

Here is a good perf link.

http://www6.itrc.hp.com/service/cki/search.do?category=c0&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&searchString=UPERFKBAN00000726&search.y=8&search.x=28&mode=id&admit=1552802428+1091553944320+28353475&searchCrit=allwords

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
Bharat Katkar
Honored Contributor

Re: Performance

Hi Kevin,
Take a look at this thread as well. We talked about the same.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=645056
Regards,
You need to know a lot to actually know how little you know
Lee Hundley
Valued Contributor

Re: Performance

In addition to the defacto tools mentioned above, look into MRTG and RRDTool. Both are great utilities, and RRDTool can be setup to monitor just about anything.
It is my firm belief that it is a mistake to hold any firm beliefs
vinodan
Advisor

Re: Performance

Hi

You can use
#sar -d 1 5
iostat -t 1 5
or glance (You will have to purchase ;not a part of core os installation package)


regards
vinod
Con O'Kelly
Honored Contributor
Solution

Re: Performance

Hi Kevin

In addition to the whitepapers, there is an excellent book on HP-UX performance tuning that has been published.
This is an excellent resource for understanding HP-UX performance.

Check it out at:
http://www.amazon.co.uk/exec/obidos/ASIN/0131433490/qid=1091576763/sr=1-1/ref=sr_1_0_1/202-0317191-5309425

Cheers
Con
Bharat Katkar
Honored Contributor

Re: Performance

HI,
Find attached the Performance Cookbook.
Regards,
You need to know a lot to actually know how little you know