定位磁盘IO占用命令

#系统自带命令
iostat -x 1 5
pidstat -d 1 5
sudo perf record -e cpu-clock -g -p xxx
#安装iotop
apt-get install iotop
iotop
posted @ 2024-12-06 13:52  西门运维  阅读(39)  评论(0)    收藏  举报