- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High page in ratio in vmstat
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-22-2008 10:25 PM
тАО12-22-2008 10:25 PM
My unix box have high page in raito in vmstat output. why ? and how to fix it ?
thanks a lot .
vmstat output ----->
page faults cpu
pi po in sy cs us sy id
209 0 11182 22844 4548 67 8 26
91 0 10911 19320 4503 64 7 29
48 0 10069 23985 3945 54 6 40
24 0 10911 22255 4120 70 8 22
41 0 10411 33238 5588 80 11 8
swapinfo -atm -------------->
Mb Mb Mb PCT
TYPE AVAIL USED FREE USED
dev 4096 0 4096 0%
dev 28000 2620
reserve - 7278 -7278
total 32096 9898 22198 31%
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 01:11 AM
тАО12-23-2008 01:11 AM
SolutionA large number of _page-outs_ would indicate the system needs more memory and actually has to actively use the swap areas.
Your vmstat output indicates your system is idle for about 25% of the time, so your server does not seem to be CPU-bottlenecked.
If the server is performing to your satisfaction, that's fine: you have some CPU capacity in reserve in case the workload increases.
If you are trying to find ways to increase your server's performance, examine the I/O statistics next: maybe your workload needs faster disks and/or network interfaces to get the full use out of your CPU(s).
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 02:19 AM
тАО12-23-2008 02:19 AM
Re: High page in ratio in vmstat
memory utilization is low. I don't see this as a problem.
For more performance data:
http://www.hpux.ws/?p=6
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 02:30 AM
тАО12-23-2008 02:30 AM
Re: High page in ratio in vmstat
Is your box is running slow ?
due to this what is the problem you facing ?
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 02:42 AM
тАО12-23-2008 02:42 AM
Re: High page in ratio in vmstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 09:16 PM
тАО12-23-2008 09:16 PM
Re: High page in ratio in vmstat
This should only be the case initially when processes start. With buffer cache set correctly new processes should not need page ins later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2008 09:17 PM
тАО12-23-2008 09:17 PM
Re: High page in ratio in vmstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-24-2008 07:50 PM
тАО12-24-2008 07:50 PM
Re: High page in ratio in vmstat
On the other hand, page-out is completely different. This means that there is not enough memory and a portion of some program(s) will be written to the swap area. There can also be some page-outs when your programs use memory mapped files.
On your system, there are no page outs so memory is more than adequate.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2009 09:44 PM
тАО02-18-2009 09:44 PM
Re: High page in ratio in vmstat
Thanks for you good suggestion.
And, how to get the I/O statistics ?
Please suggest the better command for me.
Thanks a lot.