Operating System - HP-UX
1833019 Members
2277 Online
110049 Solutions
New Discussion

HP_UX performance monitoring

 
rbarot
Occasional Advisor

HP_UX performance monitoring

From Where can I download SAR utility for hp-ux 11.23 ? Can anybody pls help ?
7 REPLIES 7
Ivan Ferreira
Honored Contributor

Re: HP_UX performance monitoring

The sar command is part of the OS-Core.SYS2-ADMIN fileset and is included in the OS installation CD.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Rick Garland
Honored Contributor

Re: HP_UX performance monitoring

Part ofthe base install for most UN*X'es

Linux you will need to select the 'sysstat' package

Steven E. Protter
Exalted Contributor

Re: HP_UX performance monitoring

Shalom, it is part of the base OS and as noted can be installed off the Core OS DVD.

I'm guessing its not on the path.

whence sar

find /usr -name sar
find /opt -name sar

Then add the location to the path or execute it directly.

http://www.hpux.ws/system.perf.sh

A set of scripts hp wrote and I improved to collect performance data.

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
melvyn burnard
Honored Contributor

Re: HP_UX performance monitoring

This thread was logged in completely the wrong forum, moving to a more appropriate forum
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Senthil Kumar .A_1
Honored Contributor

Re: HP_UX performance monitoring

Hi,

I see something on "performance monitoring". May be you are looking into performace gain in your box. This pdf might be handy...

http://h21007.www2.hp.com/dspp/files/unprotected/devresource/Docs/TechPapers/UXPerfCookBook.pdf

reagrds,
Senthil Kumar .A
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Sivakumar TS
Honored Contributor

Re: HP_UX performance monitoring

Hi,

Sar is part of core O/S.

i suspect, either it is not in the PATH

or

pls tell me what is the command you try ?

By chance if you are trying #sar only it might give an error message.( if the scheduling is not configure )

pls try

#sar -u 1 5

Regards,

Siva.
Siva.
Nothing is Impossible !
Geoff Wild
Honored Contributor

Re: HP_UX performance monitoring

As others have said -it is already installed - you just need to set it up.

I do this in root's cron:

# SAR
0 * * * * /usr/lib/sa/sa1
10,20,30,40,50 5-19 * * * /usr/lib/sa/sa1
# reduce the sar data
5 19 * * * /usr/lib/sa/sa2 -s 5:00 -e 19:01 -i 600 -A

You also may have to:

mkdir /var/adm/sa


Sar should be in:

/usr/sbin/


Rgds...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.