1833866 Members
2671 Online
110063 Solutions
New Discussion

cpu utilization

 
SOLVED
Go to solution
student_of_unix
Occasional Advisor

cpu utilization

hi All

Customer has raised a case(ticket) saying that the server(hp-ux) is responding very slow .

pls let me know the stepwise troubleshooting for performance related issues.

Regards
Ak
6 REPLIES 6
Doug O'Leary
Honored Contributor

Re: cpu utilization

Hey;

That's only a little less complex than saying "please give me a procedure for doing brain surgery".

Performance monitoring and tuning is an art; one that can be learned, but still an art. There are any number of books and classes on it. It's not something that can be easily put into procedures becuase it's more of a deductive exercise. You go where the data points you.

Commands that you'll find useful:

sar
vmstat
iostat
glance # if purchased
perfview # if purchased

I'll leave you to your man page reading :)

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
Doug O'Leary
Honored Contributor

Re: cpu utilization

Oh yea;

forgot:

netstat
lanscan
lanadmin

Doug

------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
spex
Honored Contributor

Re: cpu utilization

Paul Senior_1
Frequent Advisor
Solution

Re: cpu utilization

tell us what version hpux you are running, what db is running, what application is running, i.e. how is the server setup.
Does the server run in isolation or linked to other servers at the o/s, db or application level?
interrogate the user - just 1 user or everybody affected?
some of the time or only at peak times?
what proccesses are running slowly - backups? ftp transfers? logins?



Patrick Wallek
Honored Contributor

Re: cpu utilization

Other things to check:

If you don't have glance installed, you can use 'top' to see the top processes using CPU.

Check the output of 'swapinfo -tam' to see if you have paged anything at to your device swap.

Determine what EXACTLY the customer means when they say "...the server(hp-ux) is responding very slow ." Do they mean it is slow to log in? Do they mean it is slow doing normal daily tasks?

student_of_unix
Occasional Advisor

Re: cpu utilization

:) thanks