Operating System - HP-UX
1752801 Members
5840 Online
108789 Solutions
New Discussion юеВ

Re: Regarding "Available Memory"

 
Kavita Poonia
Regular Advisor

Regarding "Available Memory"

Hello everyone,

I know how to find out physical memory on HP-UX server through Glance or command print_manifest|grep -i mem but there is also "Available Memory", which I wanted to know but do not know the way to find it.
8 REPLIES 8
Dennis Handly
Acclaimed Contributor

Re: Regarding "Available Memory"

What's your definition of "available" memory?
Are you talking about swap or RAM?
Do you care about memory used by the disk cache that can be reused for something else?
Mridul Shrivastava
Honored Contributor

Re: Regarding "Available Memory"

Have a look at the following thread, If it answers your question:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=946701
Time has a wonderful way of weeding out the trivial
Yogeeraj_1
Honored Contributor

Re: Regarding "Available Memory"

hi Kavita,

There is also one useful utility that can help you view your memory status.

e.g.
SRV2:>./mem_details
Memory Stat total used avail %used
physical 8192.0 1446.8 6745.2 18%
active virtual 1226.9 1044.3 182.6 85%
active real 412.6 296.5 116.1 72%
memory swap 6309.9 223.0 6086.9 4%
device swap 10240.0 461.4 9778.6 5%
Activations: 0 total, 0 rate. Deactivations: 0 total, 0 rate.
Reclaims from Swap: 12743101 total (Up 0), 5 rate.
SRV2:>


this was written by Scott Robertson and the attached C source must be compiled on your system using the following command:

cc +DD32 -D_PSTAT64 mem_details.c -o mem_details

hope this helps too!
kind regards
yogeeraj


No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: Regarding "Available Memory"

attachment
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Venkatesh BL
Honored Contributor

Re: Regarding "Available Memory"

A good explanation of various mem management user concepts can be found here: http://docs.google.com/View?docid=dc7s6mzr_56cgsg9g
Jeeshan
Honored Contributor

Re: Regarding "Available Memory"

you can use kmeminfo to find out the available memory.
a warrior never quits
Sajjad Sahir
Honored Contributor

Re: Regarding "Available Memory"

Dear Kavitha

if u are using swapinfo -tam command u can u can find
the availble memory from this output
and available memory means the amount of memory availabe after the kernal has been loaded.

thanks and regards

Sajjad Sahir
HCL Ash
Frequent Advisor

Re: Regarding "Available Memory"

you can use the
#dmesg | grep -i physical

# cstm

# sel dev " Mem"

#il

exit

This will show you the information about the physical memory on your system