li
  当前位置:主页 > 操作系统 > 文章内容
li
Linux性能分析和调整的基本原则(10)
来源: www.ixdba.net  作者: IXDBA.NET官方    时间:2008-04-21   阅读:149  
本文章共17469字,分12页,当前第10页,快速翻页:
 
148584

 

pgpgin/s: 换入页的KB

pgpgout/s: 换出页的KB

activepg: 内存中活动的页数

inadtypg: Number of inactive dirty (modified or potentially modified) pages in memory.

inaclnpg: Number of inactive clean (not modified) pages in memory.

inatarpg: "Inactive  target"  number  of  pages.This field is a 1-minute floating average of the number of

                     pages the system needs to "steal" every second in order to satisfy memory demand.

 

如果系统总是存在大量的换出页的KB,说明系统需要内存.当然,inatarpg参数也能说明问题。

IXDBA.NET技术社区

 

3)磁盘I/O

 

  我们可以用iostat来获得系统磁盘的数据.

  [stone@localhost stone]$ iostat

Linux 2.4.20-19.7 (localhost.localdomain)       01/06/2005

 

avg-cpu:  %user   %nice    %sys   %idle

           0.09    0.00    0.21   99.70

 

Device:        tps   Blk_read/s   Blk_wrtn/s   Blk_read   Blk_wrtn

dev3-1        0.77         4.65        17.03   11788068   43140248

 

tps:Indicate  the number of transfers per second that were issued to the device

Blk_read/s:Indicate  the  amount  of  data read from the drive expressed in a number of blocks per second

Blk_wrtn/s:Indicate the amount of data written to the drive expressed in a number of blocks  per  second.

Blk_read:The total number of blocks read.

Blk_wrtn:The total number of blocks written.

 

[stone@localhost stone]$ iostat -x

Linux 2.4.20-19.7 (localhost.localdomain)       01/06/2005

 

avg-cpu:  %user   %nice    %sys   %idle

           0.09    0.00    0.21   99.70

 

Device:  rrqm/s wrqm/s   r/s   w/s  rsec/s  wsec/s avgrq-sz avgqu-sz   await  svctm  %util

hdb        0.46   1.48  0.12  0.65    4.65   17.04    28.13     0.10  118.90 207.70   1.60

hdb1       0.00   0.00  0.00  0.00    0.00    0.00     9.52     0.00  128.76  88.84   0.00

hdb2       0.46   1.48  0.12  0.65    4.65   17.01    28.17     0.09  117.58  13.39  



阅读更多内容<<上一页 · 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 下一页>>


  上一篇: Linux操作系统硬件基础知识   下一篇: 在Linux中文件系统的反删除方法
li
 §相关评论  
 热点文章

·新手强烈推荐:linux入门11点建
·Unix学习方法-走向高手之路
·Linux性能分析和调整的基本原则
·你很陌生但是很适用的10个linu
·Oracle补丁3028673,解决单进程
·最近被aix 5305给折腾死了
·在AIX 5L上配置NFS Server/Cli
·在AIX 5L上配置与管理路由
·这个补丁影响的范围还是比较大
·在AIX 5L上使用绑定网卡(ethe
·使用pam_abl防止SSH遭暴力破解
li
 编辑推荐
·新手强烈推荐:linux入门11点建
·Unix学习方法-走向高手之路
·Linux性能分析和调整的基本原则
·你很陌生但是很适用的10个linu
·Oracle补丁3028673,解决单进程
·最近被aix 5305给折腾死了
·在AIX 5L上配置NFS Server/Cli
·在AIX 5L上配置与管理路由
·这个补丁影响的范围还是比较大
·在AIX 5L上使用绑定网卡(ethe
·使用pam_abl防止SSH遭暴力破解
li
 相关篇章
·Linux操作系统硬件基础知识
·linux下的进程管理
·选择Linux发行版本需要考虑的10件...
·Linux下通过iptables软件配置限制...
·Linux下征途私服架设详细教程
·Linux下 ftp服务启动方法
·Linux环境下代理服务器的路由设置
·windows 用户转linux系统之新手常...
·LVM(逻辑卷管理器)基本操作总结
·iptables应用之NAT+squid实现透明...
·在Linux中文件系统的反删除方法
·linux下/etc/fstab释疑
·Linux下双网卡绑定技术实现负载均...
·rhel 4 and rhel5操作系统下载地...
·gcc和g++的区别
·nfs mount:reason given by serv...
·经典的perl学习教程之一:perl语言...
·经典的perl学习教程之二:简单变量...
·加了内存后,系统起不来!
·/etc/inittab 配置详解
 
li
设为首页 | 关于我们 | 技术服务 | 收藏本站 | 网站地图 | 联系方式 | 本站友情连接