码迷,mamicode.com
首页 > 移动开发 > 详细

LINUX 笔记-iostat命令

时间:2017-09-01 00:08:24      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:总数   运行   color   repo   col   硬件   0.00   百分比   x86   

显示CPU和I/O统计信息

  iostat的不带参数的显示CPU和I/ O的所有分区的统计信息

    -c Display the CPU utilization report.

    -d Display the device utilization report

Linux 4.10.0-32-generic (ubuntu)        08/31/2017      _x86_64_        (2 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.50    0.04    0.38    0.44    0.00   98.64

Device:            tps    kB_read/s    kB_wrtn/s    kB_read    kB_wrtn
sda               1.07        11.15        23.80    1007641    2150292
avg-cpu段:
%user: 在用户级别运行所使用的CPU的百分比.
%nice: nice操作所使用的CPU的百分比.
%sys: 在系统级别(kernel)运行所使用CPU的百分比.
%iowait: CPU等待硬件I/O时,所占用CPU百分比.
%idle: CPU空闲时间的百分比.
Device段:
tps: 每秒钟发送到的I/O请求数.
Blk_read /s: 每秒读取的block数.
Blk_wrtn/s: 每秒写入的block数.
Blk_read: 读入的block总数.
Blk_wrtn: 写入的block总数.

LINUX 笔记-iostat命令

标签:总数   运行   color   repo   col   硬件   0.00   百分比   x86   

原文地址:http://www.cnblogs.com/m2492565210/p/7461040.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!