- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unix- Paging Rate
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
08-18-2009 05:03 PM
08-18-2009 05:03 PM
Unix- Paging Rate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2009 05:20 PM
08-18-2009 05:20 PM
Re: Unix- Paging Rate
As far as I am concerned then ANY value other than 0 is too high!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2009 05:57 PM
08-18-2009 05:57 PM
Re: Unix- Paging Rate
A bit ambiguous for HP-UX. Every program starts on disk and when first started, the program is paged into memory (the pi metric in vmstat). A program that may have been paged out to the swap area will be paged in when activated again. Therefore, the page in rate may be in the hundreds but not particularly useful.
Page out is very different. It measures the pages sent to the swap area -- and as Patrick said, zero is the best value. This is accomplished by having plenty of RAM. My rule of thumb is:
1 digit (0-9) pageout is fine
2 digits (10-99) pageout is not good
3 digits (100+) Your system is thrashing, that is, paging out like crazy.
Page out is particularly disruptive. First, a low priority program must be stopped and then deactivated. When a higher priority program is ready to continue but out in swap, the low priority program's data and stack area will be written to the swap area. During that time, because memory is being reorganized, a spinlock will be required to prevent other processors from rearranging memory. Similarly, spinlocks will occur as the paged program is rolled back in.
All of this impacts all the processes currently running. If this happens frequently, nothing gets done (just swap thrashing) and performance is awful.
So, yes, page rates 30-40 over several minutes or hours is high. Get more RAM (at least twice as much).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2009 06:35 PM
08-18-2009 06:35 PM
Re: Unix- Paging Rate
Bill has provided very good detail info here.
I just work around and found below url on hp doc site,
http://docs.hp.com/en/1219/tuningwp.html
check under Memory section, having good info,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2009 09:59 PM
08-18-2009 09:59 PM
Re: Unix- Paging Rate
"The vhand daemon uses a software technique called Cache Aging to maintain an optimal working set of file data in memory. Therefore, vhand keeps track of pages that have been accessed recently and of those that have not. Pages that have not been accessed recently are better candidates to be reclaimed. It is assumed that if pages have not been accessed in the recent past, they will not be accessed in the near future. When vhand reclaims pages, it may need to flush (page-out) modified data to the files before it can actually release the pages to the pool of free memory."
http://h71028.www7.hp.com/ERC/downloads/4AA0-7157ENW.pdf