Can we use strace command to trace the read/write in kilo bytes between user space and kernel space for a particular process?
Your question is not clear. But, I think what you are looking is called iotop
and auditctl
:
https://www.cyberciti.biz/hardware/linux-iotop-simple-top-like-io-monitor/
I hope this helps.