- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swapinfo question
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-09-2005 02:00 AM
02-09-2005 02:00 AM
Can someone tell if the swap space is enough here? It shows dev, reserve, memory. Can you tell what shows the swapspace
# swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
reserve - 385920 -385920
memory 1544168 487600 1056568 32
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 02:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 02:15 AM
02-09-2005 02:15 AM
Re: swapinfo question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 02:27 AM
02-09-2005 02:27 AM
Re: swapinfo question
without detailed messages could it be that it is an application message? Your system may be set up to limit the amount of memory per user/process.
If you can't find any other messages you may want to try a
string
to check if it comes from the application.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 06:20 AM
02-17-2005 06:20 AM
Re: swapinfo question
How about this?
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 29 995 3% 0 - 1 /dev/vg00/lvol2
reserve - 955 -955
memory 1508 755 753 50%
total 2532 1739 793 69% - 0
Is it bad to have dev used 3%? sam shows it differently. It says swapinfo used= 964 mb avail=1024 mb. Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 08:21 AM
02-17-2005 08:21 AM
Re: swapinfo question
Install Glance (trial or buy version).
You see in one 'glance' the swap information
and system's performance.
A very good tool, downloadable from www.hp.com
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 01:47 PM
02-17-2005 01:47 PM
Re: swapinfo question
Pseudo swap is enabled, that's the memory line in swapinfo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 03:03 PM
02-17-2005 03:03 PM
Re: swapinfo question
You may want to check your memory utilization.
As the others have said glance is an excellent product for this.
Otherwise from command line use:
# vmstat 1 2 | tail -1 | awk '{ print $5*4/1024}'
This will give you free memory in MB.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2005 01:33 AM
02-18-2005 01:33 AM
Re: swapinfo question
Thanks for the help. glance shows the following details:
Total VM : 70.1mb Sys Mem : 146.4mb User Mem: 1.47gb Phys Mem: 2.00gb
Active VM: 35.5mb Buf Cache: 307.2mb Free Mem: 86.0mb
Mem Util: 96%
Swap Util 69%
--------
# vmstat 1 2 | tail -1 | awk '{ print $5*4/1024}'
105.344
-----
However, sam shows swapspace used=avail=1024mb
Its not clear why sam shows it completely different from what glance or swapinfo -tam shows.
Does it mean more memory should be added to the system?