Skip to main content

Posts

Showing posts with the label comparison

How to find memory information on Linux, Unix, Solaris, AIX, HPUX, OpenVMS or FreeBSD

Solaris dmesg | grep mem prtdiag | grep Memory prtconf -v | grep Memory AIX bootinfo -r lsattr -E1 sys0 -a realmem getconf REAL_MEMORY HPUX dmesg | grep Physical /opt/ignite/bin/print_manifest | grep Memory machinfo | grep Memory Linux dmesg | grep Memory grep -i memtotal /proc/meminfo free OpenVMS show mem /page FreeBSD dmesg | grep memory grep memory /var/run/dmesg.boot sysctl -a | grep mem