1834817 Members
2627 Online
110070 Solutions
New Discussion

Re: Free Memory Details

 
Senthil_15
Occasional Advisor

Free Memory Details

I need to determine the total free memory available in the server . Will the output of kmeminfo and swapinfo will provide me the required info..??
9 REPLIES 9
Miguel Hernández
Frequent Advisor

Re: Free Memory Details

Hi Senthil

Try with vmstat.

greetings
RAC_1
Honored Contributor

Re: Free Memory Details

vmstat and glance -m will give you required details. kmeminfo gives infomation about kernel memeory. swapinfo is about swap space details.

man vmstat for details.
There is no substitute to HARDWORK
Senthil_15
Occasional Advisor

Re: Free Memory Details

Hi,

Thanks for your information but we are not running GLANCE in our server . What will
be the alternate..??
RAC_1
Honored Contributor

Re: Free Memory Details

vmstat
Look for free column. The values is in pages. Eah page is 4096bytes.

Also, you can 30 days evaluation copy of Glance.
There is no substitute to HARDWORK
Senthil_15
Occasional Advisor

Re: Free Memory Details

Hi,

Thanks again for your info.

Does the "free" column in vmstat output will
include total free memory available for both Physical and Virtual (swap ) as well.( both inclusive )

Arunvijai_4
Honored Contributor

Re: Free Memory Details

Hi Senthil,

Have a look at this, all your questions will be answered.

ftp://eh:spear9@hprc.external.hp.com/memory.htm

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
RAC_1
Honored Contributor

Re: Free Memory Details

yes.
There is no substitute to HARDWORK
Senthil_15
Occasional Advisor

Re: Free Memory Details

RAC,

Thank You very much.

Cheers-
Jaime Bolanos Rojas.
Honored Contributor

Re: Free Memory Details

Senthil, also you can always use sam to check on memory.
Performance monitors ---> system properties ---> memory.

Hope that helps,

Jaime.
Work hard when the need comes out.