2010/8/1 James Pifer <jep@obrien-pifer.com>:
Getting an 80meg iso file from the same source:
With ftp I see about 2.55 MB/s. With rsync I see 2.85 MB/s.
On another PC hitting the same machine, getting the same file I see: With ftp: 42591.23 Kbytes/sec (not sure what that is in MB/s) With rsync: 15.77 MB/s with rsync
ftp on the second machine was almost instantaneous.
Thanks, James
Any relevant messages in logs?. Assuming we're talking about eth0 grep eth0 /var/log/messages Some cards have issues when RX/TX offload is enabled. To check: ethtool -k eth0 To disable offload (taken from help): ethtool -K|--offload DEVNAME Set protocol offload [ rx on|off ] [ tx on|off ] [ sg on|off ] [ tso on|off ] [ ufo on|off ] [ gso on|off ] [ lro on|off ] If that doesn't work, the last thing to try is changing the kernel module for the published by Via at http://www.via.com.tw/en/support/drivers.jsp, I assume the needed file would be http://www.viaarena.com/Driver/velocity_linux_v1.41.zip. The easier way out would be to get a Intel or Broadcom NIC. Regards, -- Ciro Iriarte http://cyruspy.wordpress.com -- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org