工作整理

Doc Library
Main Topic

Tao BJCDL Wang/China/Contr/IBM
2010-01-26 16:29


 
 
 Subject:
 
 AIX 命令
 Category:
 
 ?
 Originator
 Reviewers
 Review Options
 
 Tao BJCDL Wang/China/Contr/IBM
 
 Type of review:
 One reviewer at a time
 
 
 Time Limit Options:
 No time limit for each review
 
 Notify originator after:
 final reviewer
 


AIX中如何查看内存容量:


http://hi.baidu.com/onroading/blog/item/e8589fdba76b9763d1164e4b.html

AIX中如何查看内存容量


查看物理内存

lsattr -El mem0


lsattr -El sys0 -a realmem

 

使用命令# lsdev -Cc memory


查看配置的物理内存设备,下面为其输出示例:


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,则使用同样的命令查看其对应的大小并依此类推。

 

prtconf就可以查看系统所有的信息 cpu 内存 硬盘等..

 

svmon -G


root@m2a/etc>svmon -G


size inuse free pin virtual


memory 4194304 1088794 3105510 274650 690272


pg space 2097152 3775

 


work pers clnt lpage


pin 274650 0 0 0


in use 690290 257951 140553 0


root@m2a/etc>

 

其中: size表示真实的物理内存的大小,单位是4k


系统分页空间管理:

http://www.ibm.com/developerworks/cn/aix/redbooks/test191-5/index.html

 

 AIX tunning:

 

 

通过 ulimit 改善系统性能:

http://hi.baidu.com/fans_lamp/blog/item/3f7075c597b663c139db49f3.html


    AIX常用命令总汇:
   
    http://www.ibm.com/developerworks/cn/aix/library/au-dutta_cmds.html
  

 

你可能感兴趣的:(html,工作,配置管理,IBM,AIX)