其他分享
首页 > 其他分享> > 查看IO情况

查看IO情况

作者:互联网

有时系统卡,可能是io值使用满了导致

1.安装iostat

yum install sysstat

2.查看io使用情况

iostat -dx

3.安装iotop

yum install iotop

4.查看io被哪些进程使用

iotop

 

参考博客:cnblogs.com/yunweiweb/p/11250118.html

标签:IO,查看,iostat,iotop,install,yum,io,情况
来源: https://www.cnblogs.com/guoyu1/p/12237639.html