摘要: 转自:http://www.orczhou.com/index.php/2010/03/iostat-detail/Linux系统出现了性能问题,一般我们可以通过top、iostat、free、vmstat等命令 来查看初步定位问题。其中iostat可以给我们提供丰富的IO状态数据。1. 基本使用$iostat -d -k 1 10参数 -d 表示,显示设备(磁盘)使用状态;-k某些使用block为单位的列强制使用Kilobytes为单位;1 10表示,数据显示每隔1秒刷新一次,共显示10次。$iostat -d -k 1 10Device: tps kB_read/s kB_wrtn/s k 阅读全文
posted @ 2012-02-23 15:34 yanzhenxing 阅读(384) 评论(0) 推荐(0) 编辑