Very very slow NFS performance
You could try using different mount options than the default. Might be worth trying the following using the mount -o
option and reruning your dd test.
rw,bg,hard,nointr,rsize=32768, wsize=32768,tcp,timeo=600, actime=0
Try reading man nfs
for details on the mount options and what they mean.