- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmstat : Page allocate failures (including 4K) mea...
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
07-09-2004 02:44 AM
07-09-2004 02:44 AM
Output contains quite a few "page allocation" failures for all page sizes (including 4K) and 300K page outs.
Can I conclude from this result that they have(or have had since the last "vmstat -z") memory (and possibly also swap) shortage on their server?
"vmstat -s" output is attached
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 02:56 AM
07-09-2004 02:56 AM
SolutionYou need to do more digging and determine if you have processes growing significantly in size over time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 03:16 AM
07-09-2004 03:16 AM
Re: vmstat : Page allocate failures (including 4K) means memory/swap shortage?
Better tools are 'swapinfo -t' and 'vmstat 2 20' over the time. If the system is running short of memory and is paging out, you should see a non-zero number in KB Used or PCT Used in 'swapinfo -dft' output and the po column in 'vmstat' output is constantly a double digit number.
To find out the leaks, you can run the command
UNIX95= ps -e -o 'vsz pid args' |sort -n
in frequent intervals and note the processes that have vsz (first column) growing constantly.
May be the system's buffer cache is left at default which is 50%. Check with kmtune -l -q dbc_max_pct, You can lower it to get around 400MB. It's supposed to be dynamically changed with the utilization but I found it doing it better only with 11i.
Glance\gpm can be an excellent tool to have a look the resources.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 04:19 AM
07-09-2004 04:19 AM
Re: vmstat : Page allocate failures (including 4K) means memory/swap shortage?
For political/administrative reasons before we proceed with further investigation on customer site I had to submit preliminary report based only on very limited info.
Usually I go with tools you both mentioned (like glance advisor, vmstat with interval or pstat interface to check processes memory) to verify what/how much is using memory.
Never really needed "vmstat -s" before.
But this practically is the only output I have on memory usage at this point.
Therefore needed second opinion on this.
And you responses have been most helpful.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2004 01:37 PM
07-10-2004 01:37 PM
Re: vmstat : Page allocate failures (including 4K) means memory/swap shortage?
Verify the running page out rate with vmstat or Glance. If the rates are single digits for a 5 second measurement period, you're probably OK. 2 digits is a warning and 3 or more digits indicates severe RAM shortage.
Bill Hassell, sysadmin