不同平台上的内存查看命令..
怎样查看RS/6000的物理内存?
环境 平台: RS/6000
版本: AIX V4
问题 通过以下命令,可以查看RS/6000系统配备的物理内存的大小。
解答 使用命令
lsdev -Cc memory
查看RS/6000配置的物理内存设备,下面为其输出示例:
mem0 Available 00-00 Memory
L2cache0 Available 00-00 L2 Cache
再使用命令
lsattr -El mem0
输出如下
size 512 Total amount of physical memory in Mbytes False
goodsize 512 Amount of usable physical memory in Mbytes False
此例说明机器的物理内存为512MB。如果前面lsdev的输出中有设备名 mem1,则使用同样的命令查看其对应的大小并依此类推。L2cache0 为系统二级缓存(Level 2 Cache)的设备名。同样,使用命令
lsattr -El L2cache0
可以查看其大小。
Linux:
free
[oracle@erpserver /oracle]$ free
total used free shared buffers cached
Mem: 118592 116064 2528 0 37800 39796
-/+ buffers/cache: 38468 80124
Swap: 514040 55912 458128
[oracle@erpserver /oracle]$
没有别的Unix环境
digital unix & compaq
vmstat -P
HPUX
grep Physical /var/adm/syslog/syslog.log
or
/usr/sbin/dmesg
sun
vmstat
sar
sun
sun
swap -l
Sun Solaris for SPARC
/usr/sbin/prtconf|grep Mem
__________________
So closed,no matter how far.
Couldn't be much more from the heart...
Sun Solaris for SPARC
#vmstat
#./usr/ucb/ps -aux
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/509190/viewspace-819814/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/509190/viewspace-819814/