diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-11-22 18:17:06 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-09-17 11:37:15 -0400 |
commit | b09fbbc9a9b24561ed6bdf30e4dfa85437502a0e (patch) | |
tree | cbfde6bbe547240e04a019cf38104593594988f1 /tools/perf/tests/shell/lib/perf_json_output_lint.py | |
parent | 15bc859b01b955953e3ecf2a5a19b4dda0424ab0 (diff) |
mm: shrinker: Add new stats for .to_text()
Add a few new shrinker stats.
number of objects requested to free, number of objects freed:
Shrinkers won't necessarily free all objects requested for a variety of
reasons, but if the two counts are wildly different something is likely
amiss.
.scan_objects runtime:
If one shrinker is taking an excessive amount of time to free
objects that will block kswapd from running other shrinkers.
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Qi Zheng <zhengqi.arch@bytedance.com>
Cc: Roman Gushchin <roman.gushchin@linux.dev>
Cc: linux-mm@kvack.org
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/tests/shell/lib/perf_json_output_lint.py')
0 files changed, 0 insertions, 0 deletions