1753317 Members
5685 Online
108792 Solutions
New Discussion юеВ

performance tuning

 
SOLVED
Go to solution
joseph51
Regular Advisor

performance tuning

can any one tell me what are the main steps for performance tuning
6 REPLIES 6
Hein van den Heuvel
Honored Contributor

Re: performance tuning

Step 1) Find knob to turn
Step 2) Turn the knob
Step 3) Run for cover

Hein.

joseph51
Regular Advisor

Re: performance tuning

hi heuvel

ca you please brief out the steps
Avinash20
Honored Contributor

Re: performance tuning

Hi Binu,

Please refer to the below link:
http://docs.hp.com/en/1219/tuningwp.html

PS : Please assign to all your thread posted in ITRC. In case you are not aware please refer http://forums11.itrc.hp.com/service/forums/helptips.do?#33
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor
Solution

Re: performance tuning

If this is an interview question, Performance could be due to memory/disk/CPU/Network bottleneck

We need to identify it and tune it accordingly

Memory Bottleneck
vmstat
swapinfo -tam
top

CPU:
top
sar -Mu 1 1

Disk:
sar -d 1 1
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Emil Velez
Honored Contributor

Re: performance tuning

see this techincal paper

joseph51
Regular Advisor

Re: performance tuning

thanks