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
12-31-2001 10:13 AM
12-31-2001 10:13 AM
Memory
Memory Stat total used avail %used
physical 8192.0 4252.7 3939.3 52%
active virtual 2982.7 2953.1 29.6 99%
active real 1926.7 1920.3 6.4 100%
memory swap 6350.7 1505.0 4845.7 24%
device swap 8340.0 4590.3 3749.7 55%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 01:09 PM
12-31-2001 01:09 PM
Re: Memory
Try this link,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=6a769f711b43081c37/screen=ckiDisplayDocument?docId=200000052445864
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2001 11:08 PM
12-31-2001 11:08 PM
Re: Memory
Hi,
Memory Stat total used avail %used
<
This points to physical memory on the
system. 8192-> 8Gb RAM is on system and
the remaining values shows the usage.
<
This is the virtual pages used by the system.
Check memory management concepts to get an idea of virtual paging.
<
This is actual memory which is "active",
i.e processes which are running and using the pages.
This refers to the swap usage.
I would suggest to read the white papers of
memory management.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2002 02:55 AM
01-01-2002 02:55 AM
Re: Memory
The "Memory Management White Paper" can be found at http://docs.hp.com/hpux/pdf/5965-4641.pdf
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 10:07 PM
01-02-2002 10:07 PM
Re: Memory
Could anyone tell me how to increase the active virtual and real memory?
Memory Stat total used avail %used
physical 3072.0 1592.8 1479.2 52%
active virtual 380.1 329.5 50.6 87%
active real 28.6 21.4 7.2 75%
memory swap 2412.2 626.8 1785.4 26%
device swap 3402.0 1909.3 1492.7 56%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 01:50 AM
01-03-2002 01:50 AM
Re: Memory
From the vmstat(1) man page:
Virtual pages are considered active if they belong to processes that are running or have run in the last 20 seconds.
So there's no need to be concerned about those 100% values for these stats - in fact that doesn't really tell you anything useful. Your system has plenty of free memory.
Regards,
Steve