- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Swap usage 0%
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
09-11-2007 05:21 AM
09-11-2007 05:21 AM
Someone knows why my glance shows the swap dev = 0% usage, and why the pseudo-swap is 90% ...?
Thank you,
Marco
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:27 AM
09-11-2007 05:27 AM
SolutionYou have memory and so process swap reservation can be satisfied with it. Turning on psuedoswap ('swapmem_on=1') is quite desirable. You have not actually begun swapping. In fact, the page-outs reported by 'vmstat' are the best indicator of actually swapping (doing I/O). Page-outs in the range 1-10 are OK but anything higher indicates performance degradation.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:34 AM
09-11-2007 05:34 AM
Re: Swap usage 0%
Regards,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:43 AM
09-11-2007 05:43 AM
Re: Swap usage 0%
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:51 AM
09-11-2007 05:51 AM
Re: Swap usage 0%
Hello !!
Someone knows why my glance shows the swap dev = 0% usage, and why the pseudo-swap is 90% ...?
... and yet you indicate that swapmem_on=0 so what do you mean when you say pseudo-swap is 90%?
In any event, enabling pseudoswap only really makes sense on systems which have less device/filesystem swap than physical memory. On those systems which have more swap than RAM, it does nothing for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:51 AM
09-11-2007 05:51 AM
Re: Swap usage 0%
=( ..
Any suggestion!?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 05:59 AM
09-11-2007 05:59 AM
Re: Swap usage 0%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 06:07 AM
09-11-2007 06:07 AM
Re: Swap usage 0%
You can always tell when you have 'swapmem_on=1' if you simply do:
# swapinfo -tam
The presence of a line beginning with "memory" indicates that pseudoswap is enabled. The absence of that line says it's disabled.
As Clay says, if swap utilization is zero, that's a good thing!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2007 06:20 AM
09-11-2007 06:20 AM
Re: Swap usage 0%
Regards,
Marco