I am copying huge file from NFS mount using dd:
dd if=/mnt/nfs/image.img of=/dev/sda
I need to limit the speed of reading from NFS. How can I achieve it? The only precondition is to use some easy compilable utility in order to put into my custom ram-only live linux distro.