Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-16 Thread Damien Dye
removed the socket options let linux deal with it on it's own. -Original Message- From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] On Behalf Of live.fx Sent: 14 March 2010 11:59 To: samba@lists.samba.org Subject: [Samba] Samba 3.5 slow. Help with benchmarks

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-15 Thread live.fx
Many Thanks for answers.. -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27901266.html Sent from the Samba - General mailing list archive at Nabble.com. -- To unsubscribe from this list go to the following URL and read the instructions

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-15 Thread live.fx
i can find it? May be some standard benchmarks? Can SAMBA transfer files faster than 25 MB/sec ? Someone have this transfer speed with SAMBA ? -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27901821.html Sent from the Samba - General

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-15 Thread Jim Salter
I get about 51MB/sec over my gigabit LAN, serving from Samba 3.4.0 on Ubuntu Karmic amd64 to smbclient 3.3.6 on FreeBSD 7.3-R amd64. 5tb# smbclient -I 192.168.0.20 -U user //192.168.0.20/share -c get 1G.bin Enter user's password: Domain=[BANSHEE] OS=[Unix] Server=[Samba 3.4.0] getting file

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-15 Thread live.fx
directions) and one Windows 7 machine with 80-100 MB/s. This fact removes all claim from SAMBA server. Thanks for testing! -- View this message in context: http://old.nabble.com/-SOLVED--Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27910879.html Sent from the Samba - General mailing

[Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27894473.html Sent from the Samba - General mailing list archive at Nabble.com. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
socket options = SO_BROADCAST SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192 TCP_NODELAY IPTOS_LOWDELAY It has been repeated ad nauseam that with modern kernels you shouldn't use socket options unless you know very well what you are doing and you have a very good reason for doing so.

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
/|use sendfile|/ = yes Ooops! Something went wrong with copy/paste. Of course the option should be: use sendfile = yes -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
Windows - Server = 14-20 MB/sec. And this is my most pain :( Linux - Server (CIFS) = 10-20 MB/sec Can you show me, how yours SAMBA work in Gigabit LAN ? What speeds ? -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27895918.html Sent

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
I use socket options because 99% places in Internet recommends this, and no one say about modern kernels - really. You are first :) And of course, this options not give me any visible effect. The problem with the information on the Internet is that it persists, even if it is no longer

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
Can you show me, how yours SAMBA work in Gigabit LAN ? What speeds ? I can't measure them right now but I can tell you that I have 2 networks consisting of Samba Domain Controllers serving only Windows clients and the network speeds are very high. One of the networks is dedicated to

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
performance tuning and contain socket options improvements. -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27896126.html Sent from the Samba - General mailing list archive at Nabble.com. -- To unsubscribe from this list go to the following

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
I`m about google search. Most results is about samba performance tuning and contain socket options improvements. I just did a search in Google and I also found the warnings about the use of sockect options with Linux kernel 2.6. So, I suppose that one finds what one is looking for...

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread John Drescher
I`m about google search. Most results is about samba performance tuning and contain socket options improvements. Socket options will not quadruple your speed. I would start by investigating the reason for slowness. Is this with small files? What performance do you get for a 4GB file? Could

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread John Drescher
I just did a search in Google and I also found the warnings about the use of sockect options with Linux kernel 2.6. So, I suppose that one finds what one is looking for... -- I have seen enough recommendations not to mess with the socket options on modern kernels. John -- To unsubscribe from

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Miguel Medalha
From John H Terpstra, one of the Samba developers: This parameter is counter-productive since the 2.6 kernel auto-tunes the socket send and receive buffer sizes. Suggest you delete it. -- To unsubscribe from this list go to the following URL and read the instructions:

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread Helmut Hullen
Hallo, John, Du meintest am 14.03.10: I just did a search in Google and I also found the warnings about the use of sockect options with Linux kernel 2.6. So, I suppose that one finds what one is looking for... I have seen enough recommendations not to mess with the socket options on modern

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27896699.html Sent from the Samba - General mailing list archive at Nabble.com. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
want to look what SAMBA can do. -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27896737.html Sent from the Samba - General mailing list archive at Nabble.com. -- To unsubscribe from this list go to the following URL and read

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread live.fx
Helmut Hullen wrote: Give a man a switch, and he'll switch! Viele Gruesse! Helmut What about? What switch you mean? -- View this message in context: http://old.nabble.com/Samba-3.5-slow.-Help-with-benchmarks-%21-tp27894473p27897251.html Sent from the Samba - General mailing list

Re: [Samba] Samba 3.5 slow. Help with benchmarks !

2010-03-14 Thread John Drescher
Give a man a switch, and he'll switch! What about? What switch you mean? The switch here is a metaphor for ability to change the default socket options. Basically giving you an ability to change some setting does not mean the setting will help if you do change it. John -- To unsubscribe from