I'm currently copying a large number of files over a network. To monitor progress, I tried running watch du. However, the output never changed (or not much, not sure). find . -type f | wc -l always gives me the same number of files as does ls -R.
It seems, these programs use caching, which is, in general, a good thing. Does anyone know, though, how cache usage could be controlled?
I'm on an Archlinux system and I'm working on an ext4 fs on an encrypted hd.
Thanks
netstat -igive you the information that you need? – msw Jul 11 '10 at 15:24