Re: Linux 2.6.35.6

From: Florian Mickler
Date: Wed Sep 29 2010 - 08:20:04 EST


On Wed, 29 Sep 2010 13:52:48 +0200
Florian Mickler <florian@xxxxxxxxxxx> wrote:

> On Wed, 29 Sep 2010 07:02:48 -0400
> tmhikaru@xxxxxxxxx wrote:

> > > Yes, the sample rate was one of the things I wanted to know, but also which of
> > > the 3 load figures you were graphing.
> > To be honest, I actually don't know. I'm *terrible* at regex, this is what
> > the bash script is doing:
>
> It's taking the first column of the line in /proc/loadavg which
> corresponds to the 15 min avg on my machine.

Actually, no. It's the 1 min avg...

Try using

awk '{print $3}' /proc/loadavg

but I don't think it necesserily invalidates your bisection results.

Regards,
Flo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/