Re: [ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-26 Thread Ethan Jackson
Thanks, sounds good. Ethan On Thu, Apr 26, 2012 at 14:07, Ben Pfaff wrote: > On Wed, Apr 25, 2012 at 07:40:44PM -0700, Ben Pfaff wrote: >> On Wed, Apr 25, 2012 at 06:43:12PM -0700, Ethan Jackson wrote: >> > > I'd always assumed that the EWMA code here was sufficient rate-limiting, >> > > but I a

Re: [ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-26 Thread Ben Pfaff
On Wed, Apr 25, 2012 at 07:40:44PM -0700, Ben Pfaff wrote: > On Wed, Apr 25, 2012 at 06:43:12PM -0700, Ethan Jackson wrote: > > > I'd always assumed that the EWMA code here was sufficient rate-limiting, > > > but I actually encountered a pathological case some time ago that forced > > > this rusage

Re: [ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-25 Thread Ben Pfaff
On Wed, Apr 25, 2012 at 06:43:12PM -0700, Ethan Jackson wrote: > > I'd always assumed that the EWMA code here was sufficient rate-limiting, > > but I actually encountered a pathological case some time ago that forced > > this rusage information to print once a second or so, which seems too > > ofte

Re: [ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-25 Thread Ethan Jackson
> I'd always assumed that the EWMA code here was sufficient rate-limiting, > but I actually encountered a pathological case some time ago that forced > this rusage information to print once a second or so, which seems too > often. Could you give a bit more detail on "EWMA" in the commit message? I

Re: [ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-20 Thread Ben Pfaff
On Fri, Apr 20, 2012 at 02:10:18PM -0700, Ben Pfaff wrote: > I'd always assumed that the EWMA code here was sufficient rate-limiting, > but I actually encountered a pathological case some time ago that forced > this rusage information to print once a second or so, which seems too > often. > > Sign

[ovs-dev] [coverage 1/3] timeval: Rate-limit logging rusage information.

2012-04-20 Thread Ben Pfaff
I'd always assumed that the EWMA code here was sufficient rate-limiting, but I actually encountered a pathological case some time ago that forced this rusage information to print once a second or so, which seems too often. Signed-off-by: Ben Pfaff --- lib/timeval.c | 65 +++