质量为本、客户为根、勇于拼搏、务实创新
linux如何查看io读写速度
在Linux中可使用命令iostat来查看磁盘IO读写速度。
iostat
sudo apt-get install sysstat
sudo yum install sysstat
iostat -d
iostat -d 1
除iostat命令外,还可使用其他工具如iotop、dstat等来监视磁盘IO读写速度。这些工具提供更详细的信息并具有更多功能。
iotop
dstat
TOP