On Tue, Oct 01, 2002 at 04:51:37PM +1000, Mark Goodwin wrote:
> we're using 2.4.18 and .19 at present. Is /proc/meminfo.numa available
> for 2.4 kernels?
I suggest moving development to the development kernel, though it's
very, very, very late for this.
On Mon, 30 Sep 2002, Martin J. Bligh wrote:
>> If there's more info that you want, and it's already tracked,
>> it would be trivial to add it.
On Tue, Oct 01, 2002 at 04:51:37PM +1000, Mark Goodwin wrote:
> I don't think active, reserved (etc) page stats are tracked dynamically
> (that's why these fields in /proc/discontig are not scalable).
You could try adding the counters yourself, of course. It's not too
tough. I did a deferred coalescing patch that needed to keep track of
some statistics with similar properties and it wasn't difficult at all.
Note unbounded hold time with zone->lock held will NMI oops.
Basically the bits missing from 2.5 are reserved, cached, and slab.
Neither should be difficult to reconstruct as all changes thereof are
relatively well-contained.
Is your architecture's port running on 2.5?
Bill
|