How do I check the amount of physical memory on hp-ux?



  • There are a number of ways to determine the total amount of physical memory on hpux. These are some of the ways:

    # echo "syslog" | cstm > /tmp/sysouput
    
    # dmesg | grep -i phy
    
    # echo "selclass qualifier memory;info;wait;infolog" | cstm > /tmp/meminfo
    

    These tools can be used too.

    cstm - command line support tool mgr
    mstm - menu support tool mgr
    xstm - gui support tool mgr


Log in to reply
 

© Lightnetics 2024