Re: [PATCH] RFC: Changes to tcpbench.

2009-08-05 Thread Christiano Farina Haesbaert
On Wed, Aug 05, 2009 at 07:04:21PM +0200, Claudio Jeker wrote: > > > > Index: tcpbench.c > > === > > RCS file: /cvs/src/usr.bin/tcpbench/tcpbench.c,v > > retrieving revision 1.8 > > diff -d -p -u -r1.8 tcpbench.c > > --- tcpbench.c

Re: [PATCH] RFC: Changes to tcpbench.

2009-08-05 Thread Damien Miller
On Wed, 5 Aug 2009, Henning Brauer wrote: > * Claudio Jeker [2009-08-05 19:04]: > > This needs a bit more work and maybe it would make sense to switch away > > from poll to kqueue or libevent. poll() gets inefficient when handling > > large ammount of fds. But that's maybe for later. > > that is

Re: [PATCH] RFC: Changes to tcpbench.

2009-08-05 Thread Henning Brauer
* Claudio Jeker [2009-08-05 19:04]: > This needs a bit more work and maybe it would make sense to switch away > from poll to kqueue or libevent. poll() gets inefficient when handling > large ammount of fds. But that's maybe for later. that is DEFINATELY for later if it all. i really want this, i

Re: [PATCH] RFC: Changes to tcpbench.

2009-08-05 Thread Claudio Jeker
On Sat, Aug 01, 2009 at 07:33:00PM -0300, Christiano Farina Haesbaert wrote: > Hi there, > > Here is a much better diff proposal than my previous one. > > - Don't fork use poll instead. > > - Collect usefull overall statistics, as % bandwith being used by each > connection, total and average rat

Re: [PATCH] RFC: Changes to tcpbench.

2009-08-05 Thread Christiano Farina Haesbaert
Any feedback on this ? -- Christiano Farina HAESBAERT Do NOT send me html mail.

Re: move softraid to vnode api

2009-08-05 Thread Marco Peereboom
better diff with thib comments. Index: softraid.c === RCS file: /cvs/src/sys/dev/softraid.c,v retrieving revision 1.169 diff -u -p -r1.169 softraid.c --- softraid.c 31 Jul 2009 16:05:25 - 1.169 +++ softraid.c 5 Aug 2009 15:

move softraid to vnode api

2009-08-05 Thread Marco Peereboom
To deal with an issue jordan found and to be able to boot softraid the code needs to start using the vnode api. Please test. I am particularly interested in rebuilds and hotspares that initiate a rebuild. Index: softraid.c === RCS f

httpd mod_proxy: ProxyPass negation

2009-08-05 Thread Stephan A. Rickauer
This diff backports and documents the ProxyPass negation found in apache2, useful for excluding subdirs from being proxied, e.g. ProxyPass /foo/bar ! ProxyPass /foo/ http://backend/foo/ I run this patch in production on a loaded i386 reverse proxy without any troubles. Spacing corrections by

Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-05 Thread Stuart Henderson
On 2009/08/05 11:08, Stuart Henderson wrote: > On 2009/08/04 20:00, r...@reedmedia.net wrote: > > On Tue, 4 Aug 2009, Stuart Henderson wrote: > > > > > # bring carp interfaces down gracefully > > > - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if > > > - do > > > -

Re: /etc/rc: don't use tools from /usr in shutdown

2009-08-05 Thread Stuart Henderson
On 2009/08/04 20:00, r...@reedmedia.net wrote: > On Tue, 4 Aug 2009, Stuart Henderson wrote: > > > # bring carp interfaces down gracefully > > - ifconfig -a|grep '^carp.*:'|cut -f1 -d:|while read if > > - do > > - ifconfig $if down > > +