- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swap Utilisation
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
02-12-2002 08:30 AM
02-12-2002 08:30 AM
Server = HP K460
Memory = 1 GB
Swap = 1 GB and 0.5 GB
O/S = HP-UX 10.20
swapinfo -tm
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 512 0 512 0% 0 - 1 /dev/vg00/lvol2
dev 1024 492 532 48% 0 - 0 /dev/vg01/lvol9
reserve - 853 -853
memory 762 154 608 20%
total 2298 1499 799 65% - 0 -
Whenever the load is increasing in this server the swap utilisation is going high and the memory utilisation is going low. But when the load is low the swap utilisation is low and the memory utilisation is high.
Now my question is that why the memory utilistion is decreasing with the load?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 08:43 AM
02-12-2002 08:43 AM
Re: Swap Utilisation
When your server is busy, more memory is being asked for than is physically in the box, so the OS simulates more memory by using Swap.
When the server is not as busy, the demands placed on memory are less, and therefore little or no swap is needed. Possibly the server can now fit all the required memory into the physical memory on the system.
Hope this helps. There are plenty of forum postings about how memory and swap works; have a look around.
Cheers, Ian Dennison
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 08:57 AM
02-12-2002 08:57 AM
Re: Swap Utilisation
I purchased 1GB of RAM (8 x 128MB modules) for $2000/US 2 years ago from a 3rd-party remarketer. I never had any problems with the memory, installation was easy, and the users loved it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:02 AM
02-12-2002 09:02 AM
Re: Swap Utilisation
I know that we need some more memory in the box and that will solve the problem but why the utilisation of main memory going down as the load increases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:07 AM
02-12-2002 09:07 AM
Re: Swap Utilisation
Looking your swapinfo -tm output, why do you have different priority in your swap devices.
I think that for performance is better to have the same priority in all the devices, and the devices in different hardware path, because you can divide the access into two different hardware devices.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:09 AM
02-12-2002 09:09 AM
Re: Swap Utilisation
Check this out:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc8a5220af9bd5118ff10090279cd0f9,00.html
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:12 AM
02-12-2002 09:12 AM
SolutionYou are misinterpreting what the memory line in swapinfo means - that is pseudo-swap space (swapmem_on=1). You don't even see it unless that kernel paramter is set. It really should only be enabled when you have much more memory that swap disk. The numbers are behaving exactly as expected.