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