linux - 在 linux 中显示磁盘事件的类似 htop 的工具

我正在寻找可以报告磁盘 IO 事件的 Linux 命令行工具。类似于 htop 的东西会很酷。有人听说过这样的事情吗?

最佳答案

您可以使用 iotop .它不依赖于内核补丁。它适用于股票 Ubuntu 内核

在 Ubuntu 存储库中有一个包。您可以使用

安装它
sudo apt-get install iotop

https://stackoverflow.com/questions/469159/

相关文章:

linux - 在 SSH session 中查找客户端的 IP 地址

linux - 递归删除文件

python - Python中的事件系统

linux - 在 Linux 上的 bash 中获取昨天的日期,DST 安全

linux - 如何在 linux 中显示来自 bash 脚本的 GUI 消息框?

python - 遍历列表中的每两个元素

linux - 如何在不覆盖 TTY 的情况下将密码传递给 su/sudo/ssh?

linux - 如何强制 CIFS 连接卸载

python - 在 NumPy 中将索引数组转换为 one-hot 编码数组

python - 如何为 popen 指定工作目录