您现在的位置是:网站首页> 编程资料编程资料
linux iotop 安装使用教程(显示硬盘IO读写情况)_LINUX_操作系统_
2024-02-10
206人已围观
简介 linux iotop 安装使用教程(显示硬盘IO读写情况)_LINUX_操作系统_
官方的说明:
Linux has always been able to show how much I/O was going on (the bi and bo columns of the vmstat 1 command).
Iotop is a Python program with a top like UI used to show of behalf of which process is the I/O going on. It requires Python ≥ 2.7 and a Linux kernel ≥ 2.6.20 with the TASK_DELAY_ACCT CONFIG_TASKSTATS, TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options on.
iotop安装:
直接yum安装。
yum install iotop
在Ubuntu里安装命令是: sudo apt-get install iotop
安装好之后在终端输入:iotop就可以了
或者:
git clone git://repo.or.cz/iotop.git
iotop使用说明:
可以用左右箭头操作,按 r 是相反方向,按 o 是动态切换
用法 iotop -参数
–version 查看版本信息的
-h, –help 查看帮助信息的
-o, –only 只显示在划硬盘的程序
-b, –batch 批量处理 用来记录日志的
-n NUM 设定循环几次
-d SEC, –delay=SEC 设定显示时间间隔
相关内容
- linux find中的-print0和xargs中-0的奥妙_LINUX_操作系统_
- Linux下配置rdate时间服务器的方法_LINUX_操作系统_
- 天天酷跑夏日版抽奖技巧分享_手机游戏_游戏攻略_
- 雷霆战机儿时梦想装备大礼活动介绍_手机游戏_游戏攻略_
- 天天酷跑印第安女王属性技能介绍_手机游戏_游戏攻略_
- 天天酷跑白雪公主抽奖技巧分享_手机游戏_游戏攻略_
- 天天酷跑字母s在哪里 字母S收集攻略_手机游戏_游戏攻略_
- 天天酷跑白雪公主坐骑/精灵/宠物搭配指南_手机游戏_游戏攻略_
- 天龙八部3D炼狱少室山出什么 少室山炼狱模式介绍_手机游戏_游戏攻略_
- 暖暖环游世界棒棒糖在哪 暖暖环游世界棒棒糖获得方法介绍_手机游戏_游戏攻略_
