2005-09-05 18:26:26

by Andrea Arcangeli

[permalink] [raw]
Subject: Re: KLive: Linux Kernel Live Usage Monitor

On Wed, Aug 31, 2005 at 09:47:01PM +0200, Andrea Arcangeli wrote:
> I'm thinking to add optional aggregations for (\d+)\.(\d+)\.(\d+)\D and
> for different archs. So you can watch ia64 only or 2.6.13 only etc...
>
> The "-tiger-smp/-generic-up" makes life harder indeed ;).

I now implemented some basic aggregation per-arch and per-branch but I'm
not yet merging in the same row kernels with only a different
localversion (example: 2.6.13-ppc64 isn't merged with 2.6.13). The
problem is that the localversions may be random and so it complicates
things as said above (it'd be really nice to have a way to identify the
localversion reliably). Suggestions are welcome. Thanks.