Operating System - HP-UX
1833052 Members
2673 Online
110049 Solutions
New Discussion

Memory managent: clarification

 
SOLVED
Go to solution
affin
Frequent Advisor

Memory managent: clarification

Dear Guru's,


I need a final clarification about HPUX's memory management.
The question is: How can I get the free (and used) available RAM of a system?
I used command such as swapinfo -tma, vmstat and also sam but the numbers showed are not so reliable.

Any suggestion will be very appreciated.

Thanx
Alessandro
4 REPLIES 4
Steve Steel
Honored Contributor
Solution

Re: Memory managent: clarification

Hi

Look at

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

There are so many goodies in there its like christmas


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Peter Godron
Honored Contributor

Re: Memory managent: clarification

Alessandro,
if you say the numbers shown are not so reliable, you must have a tool to know what the correct figures are, otherwise how do you know they are not correct?
You can find a number of prewritten specialist tools on the web, but the supplied tools swapinfo, vmstat and sam normally do the job sufficiently, as the figures for RAM free constantly change on a running system.
Regards
affin
Frequent Advisor

Re: Memory managent: clarification

thanx all the:

dmesg | grep Phys


way is overall the faster and realiable way.

affin
Frequent Advisor

Re: Memory managent: clarification

.