- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: about swapinfo!
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
04-22-2003 10:40 PM
04-22-2003 10:40 PM
about swapinfo!
Kb FREE The amount of space that can be used for future paging. Usually this is the difference between
Kb AVAIL and Kb USED. There could be a difference if some portion of a device paging area
is unusable, perhaps because the size of the paging area is not a multiple of the allocation
chunk size, or because the tunable parameter maxswapchunks is not set high enough.
but I can't understand the "chunk size"
what's the meaning of the "chunk size"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:01 PM
04-22-2003 11:01 PM
Re: about swapinfo!
There is a complete document on this.
/usr/share/doc/mem_mgt.txt
Also have a look at the kernel pages for 'maxswapchunks' and 'swchunk'
http://www.docs.hp.com/hpux/onlinedocs/939/KCParms/KCparam.MaxSwapChunks.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:03 PM
04-22-2003 11:03 PM
Re: about swapinfo!
I guess "chunk size" is the one unit to r/w to swap area.
see the kernel parameter help on sam.
http://www.ussg.iu.edu/hp/hpux-tune.html#maxswapchunks
~ Kars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:08 PM
04-22-2003 11:08 PM
Re: about swapinfo!
Hi,
Imagine a chenk as an allocation unit. When the system allocates a chunk it allocates a number of byte in memory that corresponds to that chunk.
What is the application that your are using that requires a maxswapchunks value?? Oracle/SAP/MQ Series ?? Read the software manuals to determine the right kernel paramaters...
Use swapinfo -tam to get the swap size in megs..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 11:46 PM
04-22-2003 11:46 PM
Re: about swapinfo!
allocating a chunk means the system will allocate a number of memory?