- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swapinfo output.
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-17-2008 04:58 AM
04-17-2008 04:58 AM
Swapinfo output.
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 2048 219 1829 11% 0 - 1 /dev/vg00/lvol2
reserve - 428 -428
memory 1537 1410 127 92%
total 3585 2057 1528 57% - 0 -
My memory is at 92% but the system is at 99.9% idle. I am relatively new to HP-UX. How do I find what is using the memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:08 AM
04-17-2008 05:08 AM
Re: Swapinfo output.
"Memory" in swapinfo is Pseudoswap.
Pseudoswap is nothing but, 75% of your physical memory act as a swap space ( where swap_mem=on )
pseudo swap is only used for reserving a process. fro your output, there is a total of 1537 megs of pseudo swap configured, 1410 megs of pseudo swap are being
used by processes running in memory. The remainder of pseudo swap that it is
not used.system performance would be the same on a system that had 3% or 99% percent of pseudo swap used. It is usually
recommended that the "memory" line simpily be ignored when looking at swapinfo.
It does not mean the physical memory on the system.
Best Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:15 AM
04-17-2008 05:15 AM
Re: Swapinfo output.
Glance will will give you a memory report
MEMORY REPORT Users= 1
Event Current Cumulative Current Rate Cum Rate High Rate
--------------------------------------------------------------------------------
Page Faults 0 81 0.0 3.6 22.6
Page In 0 6 0.0 0.2 2.0
Page Out 0 0 0.0 0.0 0.0
KB Paged In 0kb 288kb 0.0 12.8 64.0
KB Paged Out 0kb 0kb 0.0 0.0 0.0
Reactivations 0 0 0.0 0.0 0.0
Deactivations 0 0 0.0 0.0 0.0
KB Deactivated 0kb 0kb 0.0 0.0 0.0
VM Reads 0 6 0.0 0.2 0.5
VM Writes 0 0 0.0 0.0 0.0
Total VM : 883mb Sys Mem : 540mb User Mem: 522mb Phys Mem: 2.0gb
Active VM: 746mb Buf Cache: 408mb Free Mem: 571mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:18 AM
04-17-2008 05:18 AM
Re: Swapinfo output.
Adam Winebaugh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:19 AM
04-17-2008 05:19 AM
Re: Swapinfo output.
Memory Data
Includes virtual and real memory in use (with the amount of memory considered "active" in parentheses) and the amount of free memory.
It will also graphically show all processes and the memory they're using.
You can output this to a file. Don't know how readable it will be.
man top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2008 05:20 AM
04-17-2008 05:20 AM
Re: Swapinfo output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 01:49 AM
04-18-2008 01:49 AM
Re: Swapinfo output.
Use "top -f file -n 10000" and it will readable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2008 01:50 AM
04-18-2008 01:50 AM