引用:# cat /proc/cpuinfo | grep processor|wc -l
(AIX: # lsdev -C | grep -i processor|wc -l)
2.Memery数量
引用:free
(AIX:# lsdev -C |grep mem)
引用:# cat /proc/cpuinfo | grep processor|wc -l
(AIX: # lsdev -C | grep -i processor|wc -l)
引用:free
(AIX:# lsdev -C |grep mem)
chameleon 于 2007-02-02 13:11:58发表:
不错,支持一下....