1834813 Members
2677 Online
110070 Solutions
New Discussion

memory

 
Gerald_13
Frequent Advisor

memory

Hi,
how display real memory on HP-UX 11 with +? command line (not a log as syslog file), (sorry for my bad english)
Thank's very much to help me.
Gerald (from France)
3 REPLIES 3
Ken Hubnik_2
Honored Contributor

Re: memory

try dmesg or look in glance
James R. Ferguson
Acclaimed Contributor

Re: memory

Hi Gerald:

One way is:

# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo

Regards!

...JRF...
Stefan Farrelly
Honored Contributor

Re: memory

This gets physical memory from the kernel itself;

echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem|grep phys|tail -1|awk '{printf "%.0f Mb\n",$2/256}'
Im from Palmerston North, New Zealand, but somehow ended up in London...