On 2/23/26 1:20 PM, Morten Brørup wrote:
Populating a mempool with objects is accounted for in the statistics.
When analyzing mempool cache statistics, this may distort the data.
In order to simplify mempool cache statistics analysis, a mempool
statistics reset function was added.
Furthermore, details about average burst sizes and mempool cache miss
rates were added to the statistics shown when dumping a mempool.
Signed-off-by: Morten Brørup <[email protected]>
I'd like to see thoughts about consistency after reset taking into
account that reset will likely to be done from control core whereas
stats are updated from data cores. Results could be very interesting.
I guess it is not the reason to introduce locking or any other kind
of synchronization, but user should be warned as the bare minimum.