Easy one : command listing total memory

Hi,

I have been searching for a command that lists the total amount of memory in the HP-UX doc but haven't found it yet.

vmstat is not exactly what i want. Does the command exists on HP UX?

:confused: :confused: :confused: :confused: :confused:

I would like to have this form :

Total Memory : total 0.00 MB / free 0.00 MB

but i have to update my script update.sh to show thoses informations in /etc/motd and to update it with the good commands.....not so easy...

:confused: :frowning: :confused: :frowning:

If you have Ignite-UX you can use that

/opt/ignite/bin/print_manifest | more

command. You can see your physical memory in "Main Memory:" line

thanks a lot,

it's exactly what i needed.

:slight_smile: :slight_smile: :slight_smile: :slight_smile: :slight_smile: :slight_smile: :slight_smile:

hi there
u can try
# dmesg |grep Physical
to check total physical mem installed

Regards
ajay