Chinaunix首页 | 论坛 | 博客
  • 博客访问: 337756
  • 博文数量: 245
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: -10
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-24 23:21
文章分类

全部博文(245)

文章存档

2017年(2)

2014年(6)

2013年(1)

2011年(15)

2010年(68)

2009年(153)

分类: AIX

2017-03-30 14:57:26

aix6.1
Optimizing AIX 6.1 performance tuning Tuning methodology, general enhancements, monitoring, and tuning
https://www.ibm.com/developerworks/aix/library/au-aix6tuning/au-aix6tuning-pdf.pdf
感觉主要是介绍了aix6.1相对于aix5.3性能调优方面的一些新特性。
方法论:
Tuning methodology
The five-step methodology consists of:
1. Establishing a baseline
2. Stress testing and monitoring
3. Identification of bottleneck
4. Tuning bottleneck
5. Repeat (starting with the second step)


其中的一些工具
memory: vmo  # Manages Virtual Memory Manager tunable parameters.
vmo -F -a    #查看命令
cpu: schedo     #Manages processor scheduler tunable parameters.
schedo -F -a  
i/o: ioo   #Manages Input/Output tunable parameters.
ioo -F -a    
i/o pacing: pstat        # Interprets the contents of the various system tables and writes it to standard output.
pstat -a | grep aio
In AIX 6.1, the tunables fastpath and fsfastpath are now restricted tunables and set to 1 by
default. It has the following effect on the tunables (see
Listing 9):
?
fastpath: AIO requests that raw logical volumes get passed directly to the disk layer.
?
fsfastpath: AIO requests that files opened with concurrent I/O on JFS2 get passed directly to LVM or disk.

Network and Network File System (NFS) I/O:
no #Manages network tuning parameters.
no -F -a

NFS:  nfso  #Manages Network File System (NFS) tuning parameters
nfso -a





阅读(1003) | 评论(0) | 转发(0) |
0

上一篇:昨天发了个胡汉三,说我是广告。

下一篇:没有了

给主人留下些什么吧!~~