iotop
这个可以针对单个进程进行查看。
#sudo iotop -p $PID -d 1
idstat
和iotop效果一致,不过这个可以监控内存。
#sudo pidstat -p $PID -d 1
网页链接 更多详细的命令可以查看