有时系统卡,可能是io值使用满了导致
1.安装iostat
yum install sysstat
2.查看io使用情况
iostat -dx
3.安装iotop
yum install iotop
4.查看io被哪些进程使用
iotop
参考博客:cnblogs.com/yunweiweb/p/11250118.html
2024-01-25 20:02:10
有时系统卡,可能是io值使用满了导致
1.安装iostat
yum install sysstat
2.查看io使用情况
iostat -dx
3.安装iotop
yum install iotop
4.查看io被哪些进程使用
iotop
参考博客:cnblogs.com/yunweiweb/p/11250118.html