查看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

猜你喜欢

转载自www.cnblogs.com/guoyu1/p/12237639.html