Date: Fri, 22 Apr 2005 18:33:40 +0200 From: Dean Strik <dean@stack.nl> To: Sean <seancody@gmail.com> Cc: freebsd-performance@freebsd.org Subject: Re: Channel bonding. Message-ID: <20050422163340.GB7252@dragon.stack.nl> Resent-Message-ID: <20050422163547.GC7252@dragon.stack.nl> In-Reply-To: <136272710504220832793dfc3d@mail.gmail.com> References: <136272710504220832793dfc3d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sean wrote: > I've been experimenting with the idea of doing channel bonding as a > means of improving the performance of some heavily used file servers. > Currently I am using a single Intel 1000MT interface on each file > server and it has rather lack luster performance. > > I've set two ports of my switch to 'shared' (an Extreme > BlackDiamond 6800) and am using an Intel 1000MT Dual Port for > the bonding interfaces. > > The performance increase with I see is marginally better than > just the one interface (70MB/s [bonded] vs 60MB/s [single]) which > is slightly disappointing. I am using ifstat and iostat (for disk > throughput, 30MB/s on a 3ware 7500-12 yet again disappointing) to > monitor and a variant of tcpblast to generate traffic. I'm using > 4 other machines (on the same blade on the switch) to generate the > traffice to the bonded interface all are similar hardware with > varrying versions of FreeBSD. In order to get the numbers as high > as I have I've enabled polling (some stability issues being > used under SMP). If I understand you correctly, you are not doing any load sharing from the FreeBSD box to the BD6800, right? Also, it's likely the BD6800 uses the lsb of the source-mac xor dest-mac. If you have four clients only, a marginal increase in performance could well be because the src^dst often returns the same value (e.g. with 3 out of 4 clients having an even MAC, and 1 out of 4 an odd MAC). Try making this 50/50 by changing a MAC address of the client using 'ifconfig ether'. -- Dean C. Strik Eindhoven University of Technology dean@stack.nl | dean@ipnet6.org | http://www.ipnet6.org/ "This isn't right. This isn't even wrong." -- Wolfgang Pauli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050422163340.GB7252>