- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: paging and swapping info/ statistics needed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 10:13 PM
10-05-2004 10:13 PM
paging and swapping info/ statistics needed
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 10:00 PM
10-06-2004 10:00 PM
Re: paging and swapping info/ statistics needed
#vmstat
would explain you better
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 10:11 PM
10-06-2004 10:11 PM
Re: paging and swapping info/ statistics needed
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 10:44 PM
10-06-2004 10:44 PM
Re: paging and swapping info/ statistics needed
#vmstat
will do it for you.
Also if you have glanceplus installed on your server, it would serve you better.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 10:53 PM
10-06-2004 10:53 PM
Re: paging and swapping info/ statistics needed
you could also use "swapinfo -tm" instead
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 10:57 PM
10-06-2004 10:57 PM
Re: paging and swapping info/ statistics needed
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2004 11:19 PM
10-06-2004 11:19 PM
Re: paging and swapping info/ statistics needed
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.