Dump

TO find out the swap

  
# swapinfo -tam
             Mb      Mb      Mb   PCT  START/      Mb
TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME
dev       20480       0   20480    0%       0       -    1  /dev/vg00/lvol2
reserve       -   19211  -19211
memory    32637    3252   29385   10%
total     53117   22463   30654   42%       -       0    -

To get the physical Memory

 grep "Phycical:" /var/adm/syslog/syslog.log

To get physical Memory in Itanium

 # /usr/contrib/bin/machinfo| grep -i Memory
 Memory: 32736 MB (31.97 GB)

 # swapinfo -tam | grep memory
 memory    32637    3252   29385   10%