Speed measurements were obtained like this:

Mount Samba share
sudo mount.cifs //host/share /home/user/mnt -o 
credentials=credfile,domain=mydomain,rw,directio

Time a file copy
time cp -v src dst

Calculate transfer rate
filesize (Mbit) / transfer time (seconds)

Without the directio option in the mount command the transfers are
slightly faster, but the transfer rate fluctuates a lot (it seems to
oscillate).

-- 
Low network performance with RTL8111/8168B using r8169 module
https://bugs.launchpad.net/bugs/192464
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to