Operating System - HP-UX
1834156 Members
2592 Online
110064 Solutions
New Discussion

Re: paging and swapping info/ statistics needed

 
John Destreel
Occasional Advisor

paging and swapping info/ statistics needed

Hi,
i'm resizing SGA's for a few oracle databases and am concerned about swapping and paging activity of HPUX. I'm missing the (linux)sar -p and sar -p performance views. What are the HPUX equivalents for the pageouts/s and rclm/s parameters?
Basically how do I determine how badly a HPUX is swapping and paging or not at all?

Thanks in advance.
John Destreel
To boldly crash where no one has crashed before : Windows XP
6 REPLIES 6
Ravi_8
Honored Contributor

Re: paging and swapping info/ statistics needed

Hi

#vmstat

would explain you better
never give up
Pete Randall
Outstanding Contributor

Re: paging and swapping info/ statistics needed

John,

I always look at vmstat. Something like "vmstat 1 5" and check the "po" (page out) column. If it's anything other than zero, you're paging and your performance is not going to be good.


Pete

Pete
Bharat Katkar
Honored Contributor

Re: paging and swapping info/ statistics needed

Hi,
#vmstat
will do it for you.
Also if you have glanceplus installed on your server, it would serve you better.

Regards,
You need to know a lot to actually know how little you know
Franky_1
Respected Contributor

Re: paging and swapping info/ statistics needed

Hi,

you could also use "swapinfo -tm" instead

Regards

Franky
Don't worry be happy
John Destreel
Occasional Advisor

Re: paging and swapping info/ statistics needed

Yes, I was aware of that. I would like to spit a little deeper with sar -p equivalents.

thanks.
To boldly crash where no one has crashed before : Windows XP
Muthukumar_5
Honored Contributor

Re: paging and swapping info/ statistics needed

You can vsar tool for this. It will give every system activity there.

Vsar informations are given there,
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,5519,00.html

http://216.239.57.104/search?q=cache:bEhN257IdggJ:h21007.www2.hp.com/dspp/files/unprotected/ddk/gsg.pdf+solaris+man+vsar&hl=en

HTH.
Easy to suggest when don't know about the problem!