博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iotop
阅读量:5922 次
发布时间:2019-06-19

本文共 1669 字,大约阅读时间需要 5 分钟。

iotop命令是专门显示硬盘IO的命令,界面风格类似top命令。这个命令只有在kernelv2.6.20及以后的版本中才有。
 
1、直接yum安装,rh6的光盘里有包。
yum install iotop
 
2、命令参数介绍
 
-o, --only
       Only show processes or threads actually doing I/O, instead of showing all processes or threads. This can be dynamically toggled by pressing o.
-b, --batch
       Turn on non-interactive mode.  Useful for logging I/O usage over time.
-n NUM, --iter=NUM
       Set the number of iterations before quitting (never quit by default).  This is most useful in non-interactive mode.
-d SEC, --delay=SEC
       Set the delay between iterations in seconds (1 second by default).  Accepts non-integer values such as 1.1 seconds.
-p PID, --pid=PID
       A list of processes/threads to monitor (all by default).
-u USER, --user=USER
       A list of users to monitor (all by default)
-P, --processes
       Only show processes. Normally iotop shows all threads.
-a, --accumulated
       Show accumulated I/O instead of bandwidth. In this mode, iotop shows the amount of I/O processes have done since iotop started.
-k, --kilobytes
       Use  kilobytes instead of a human friendly unit. This mode is useful when scripting the batch mode of iotop. Instead of choosing the most appropriate unit iotop will dis‐
       play all sizes in kilobytes.
-t, --time
       Add a timestamp on each line (implies --batch). Each line will be prefixed by the current time.
-q, --quiet
       suppress some lines of header (implies --batch). This option can be specified up to three times to remove header lines.
       -q     column names are only printed on the first iteration,
       -qq    column names are never printed,
       -qqq   the I/O summary is never printed.
 
3、使用截图
 
 
 
[root@localhost tmp]# iotop -o 
 
 
iotop命令的键盘快捷键:
1、左右箭头改变排序方式,默认是按IO排序
2、r键是反向排序
3、o键是只显示有IO输出的进程
4、同样q是退出

转载地址:http://wkivx.baihongyu.com/

你可能感兴趣的文章
redis 缓存功能摘要
查看>>
克隆后虚拟机网络配置
查看>>
python 循环
查看>>
使用wpa_supplicant连接WIFI
查看>>
bzoj 4832 抵制克苏恩 概率期望dp
查看>>
SAP自带的创建报表工具
查看>>
POJ 3278 Catch That Cow (附有Runtime Error和Wrong Answer的常见原因)
查看>>
numpy 三个点的使用[...]
查看>>
Codeforces Round #327 (Div. 2) B Rebranding(映射)
查看>>
NHibernate初学者指南(3):创建Model
查看>>
C++——this指针
查看>>
关于MVVM和RAC的一些拓展阅读
查看>>
day7
查看>>
python3 爬取百合网的女人们和男人们
查看>>
模式对象管理
查看>>
Java学习方法浅谈
查看>>
Linux 命令 "cp" 代码实现简介
查看>>
开启我的编程之路
查看>>
POJ-3186_Treats for the Cows
查看>>
bzoj1010: [HNOI2008]玩具装箱toy
查看>>