> Assuming this is linux, then: > > Once you get the pid of the cp, you can cat /proc/<pid>/io to show > raw io stats, and you can look at which fd in ls -l /proc/<pid>/fd is your > destination and cat the corresponding /proc/<pid>/fdinfo/N. > > There's also the package iostat. iotop, even