Operating System - HP-UX
1753907 Members
9071 Online
108810 Solutions
New Discussion юеВ

Re: how to check free memory on hp unix 11.31

 
James_Lau
Frequent Advisor

how to check free memory on hp unix 11.31

Hi All , can anyone tell me in hp unix 11.31 , which are the correct to check free memory , thanks.
11 REPLIES 11
Asif Sharif
Honored Contributor

Re: how to check free memory on hp unix 11.31

Hi James,

#swapinfo ├в tam
#glance
#echo desfree/D|adb -k /stand/vmunix /dev/kmem

ftp://eh:spear9@hprc.external.hp.com/memory.htm
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=959986
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1245038681005+28353475&threadId=942047

For detail read the "HP-UX Memory Management: White Paper"

http://www.docs.hp.com/en/5965-4641/index.html


Regards,
Asif Sharif
Regards,
Asif Sharif
Kranti Mahmud
Honored Contributor

Re: how to check free memory on hp unix 11.31

Hi Lau,

Use kmeminfo tool to see the physical memory usage system and user process wise..

For more, check the following links:

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245039137400+28353475&threadId=1332985

Rgds-Kranti
Dont look BACK as U will miss something INFRONT!
James_Lau
Frequent Advisor

Re: how to check free memory on hp unix 11.31

Hi all , so is 5643MB is the total free memory ?


# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 1519 6673 19% 0 - 1 /dev/vg00/lvol2
reserve - 3458 -3458
memory 7773 2130 5643 27%
total 15965 7107 8858 45% - 0 -
Suraj K Sankari
Honored Contributor

Re: how to check free memory on hp unix 11.31

Hi,

Which mamory you are talking about, swap memory or physical memory ?

for swap memory you can give
#swapinfo -tam

for physical memory
top, glance,

Suraj
James_Lau
Frequent Advisor

Re: how to check free memory on hp unix 11.31

thanks alots.
Taifur
Respected Contributor

Re: how to check free memory on hp unix 11.31

HI James,

For checking free memory, you can use
#swapinfo -tam
or
kmeminfo

from kmeminfo you can check everything regarding memory .

Rgds//
Taifur
James_Lau
Frequent Advisor

Re: how to check free memory on hp unix 11.31

ok , thanks all.
Asif Sharif
Honored Contributor

Re: how to check free memory on hp unix 11.31

please assign the points.

Regards,
Asif Sharif
Regards,
Asif Sharif
Sajjad Sahir
Honored Contributor

Re: how to check free memory on hp unix 11.31

Dear friend

Checking phyiscal memory in HP-UX using dmesg :
You can check memory in HP-UX using dmesg output. In HP-UX dmesg print HP-UX server messages and hardware information available to system during the boot time.Here is the command to check physical memory in HP-UX using dmesg output :

hp-uxdev# dmesg |grep Physical

Physical: 8388608 Kbytes, lockable: 5614168 Kbytes, available: 6461644 Kbytes



2.) Checking HP-UX memory using print_manifest :

HP-UX provides very useful command called print_manifest,i am going to use print_manifest to check how much memory is available :


hp-uxdev# print_manifest |grep ├в i memory

Main Memory: 8192 MB

regarding swap u can use

swapinfo -tam

thanks and regards

Sajjad Sahir