Message ID | 20200217084828.9092-1-tobin@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | slabinfo: parse all NUMA attributes | expand |
On Mon, 17 Feb 2020, Tobin C. Harding wrote: > I found a few files in /sys/kernel/slab/foo/ that contain NUMA info that > is not currently being parsed by `slabinfo.c`. I do not know whether > this is intentional or not? Since I did not know this I just printed > the info in the NUMA report section like is done for the per node slabs > and partial slabs info. > > Just for your interest; I found these while re-writing slabinfo in Rust, > thanks to the type-system. I guess that if they were unintentionally > missed then this is a small win, if they were intentionally missed then > this series is just noise :) It was just to make the display simpler and I did not get around to the full implementation (by adding some sort of NUMA option) since other things kept coming up.