> Hi.
>
> On Tue, Sep 30, 2008 at 02:42:49PM -0400, Neil Horman (
nhorman@tuxdriver.com) wrote:
> > I think what you're looking for here is a simple standard deviation, isn't it?
> > Compute the mean chain legnth, sum the squares of the deviations of each chain
> > and take the square root. Any individual chain longer than the mean chain
> > length + 1 standard deviation can be considered an 'outlier' and therefore
> > trigger a rebuild of the table for that net namespace.
> >
> > I full well realize that thats easier said than done, but does that seem about
> > right? If so, I can start working on trying to build something to accomplish
> > that.
>
> You are right, but in kernel it may not that simple to get a square
> root... We can probably play with logarithms though.
>