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
05-15-2003 06:37 PM
05-15-2003 06:37 PM
memory
What's mean of the
Memory 106276k(12544k) real, 247324k(12284k) virtual, 1708956k free ? what's the real, virtual free??
And in dmesg, can view the available: 1906408Kbytes, what's the mean of the available? why it is different with free of TOP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 06:58 PM
05-15-2003 06:58 PM
Re: memory
adb command:
use dmesg command,
example:
#dmesg
:
use adb command,
O for HP-UX 10.X
#echo physmem/D | adb /stand/vmunix /dev/kmem
O for HP-UX 11.X systems running on 32 bit architecture:
#echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
O for HP-UX 11.X systems running on 64 bit architecture:
#echo phys_mem_pages/D | adb64 /stand/vmunix /dev/mem
for virtual memory size, you may use swapinfo
#swapinfo -am
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 07:02 PM
05-15-2003 07:02 PM
Re: memory
dmesg displays the total system RAM available, after the kernel has loaded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 07:11 PM
05-15-2003 07:11 PM
Re: memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 07:24 PM
05-15-2003 07:24 PM
Re: memory
Physical--Total memory on the system.
lockable_memory-->pages in memory for the lifetime of a process is lockable memory.
Available memory--->Total memory minus the memory allocated for the kernel.
Available memory can be increased/decreased with several factors,one being the kernel parameters.
More values for the kernel parameters brings down the value of available memory on the system.
Virtual memory is the swap space.
Regarding the top memory value description this doc can help u
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000056883261
Revert on any clarification.
check the /usr/share/doc/mem_mgt.txt to know about the memory management on the hpux system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 02:59 AM
05-16-2003 02:59 AM
Re: memory
top(1) is mainly intended to show *CPU*, not memory, usage information. As you have found the memory information displayed by top(1) is very confusing for most people. It is best to ignore it.
twang and T.G. Manikandan have given methods to display the amount of physical memory (RAM) in your system.
To see the amount of free memory, use vmstat(1), for example "vmstat 1 1" and look at the "free" column. That shows the amount of free memory in pages, where a page is 4KBytes.
Do not worry if you see 'little' free memory. HP-UX uses main (RAM) memory as a cache. A good cache is always full. In order to be able to quickly start new small processes, HP-UX keeps memory nearly full, where "nearly" is upto some 95 percent.
A better tool (than top, sar, vmstat and iostat) is the optional product Glance. There is a trial version on your Application media.