yum install -y sysstat
iostat -x 1
iotop -oaP
pidstat -d 1
根据进程id查看调用的文件
strace -f -t -e trace=file -p 1976
yum install -y sysstat
iostat -x 1
iotop -oaP
pidstat -d 1
根据进程id查看调用的文件
strace -f -t -e trace=file -p 1976
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://jdian.vip/408.html