1753774 Members
6865 Online
108799 Solutions
New Discussion юеВ

Rx4640 performance

 
Ankit Kr Gupta
Advisor

Rx4640 performance

Dear All,
From last some days, performance of my system in going down. i dont have enough idea abt system performance. plz suggest what should i check on this?

Ankit
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Rx4640 performance

Shalom Ankit,

Try looking for programs with memory leaks:

http://www.hpux.ws/?p=8

General performance measurement tools:

http://www.hpux.ws/?p=6

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
Olivier Masse
Honored Contributor

Re: Rx4640 performance

The best way to get started is probably the performance cookbook. See here:
http://h21007.www2.hp.com/portal/download/files/unprot/devresource/Docs/TechPapers/UXPerfCookBook.pdf
Emil Velez
Honored Contributor

Re: Rx4640 performance


Fire up glance

Avinash20
Honored Contributor

Re: Rx4640 performance

Performance issue are caused due to CPU/DISK/MEMORY/NETWORK Bottleneck

To identify where the bottleneck is
For CPU:

# sar -Mu 2 2

>> check %idle, This is the IDLE CPU time

For DISK:

# sar -d 2 2

See that avwait < avserv and is not high
Also the disk utlization should be normal(%busy)

For memory :
>> Check that you dont have any page-out(po) happening

# vmstat 2 2

## Check for the free memory on the server from top command

# top

Look in

Memory .. ... .. XXXX K Free

Look out for Free memory here,,This should be sufficient

Network:

Run script provided by HP like lanshow to check the network inbound/outbound traffic
"Light travels faster than sound. That's why some people appear bright until you hear them speak."