find high disk IO Read/Write process

1.Install iotop

#centos/readhat
yum install iotop

#debian/ubuntu
apt install iotop

2.Run below command to check high disk io process

iotop -aoP

a = append data
o = only running disk IO
P = process ID instead of Thread ID

3.Get the process ID

lsof -p Process_id

Published by

Leave a Reply

Your email address will not be published. Required fields are marked *