Skip to content

Commit 81f0895

Browse files
sjp38torvalds
authored andcommitted
Docs/admin-guide/mm/damon/reclaim: document statistics parameters
This adds descriptions for the DAMON_RECLAIM statistics parameters. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 60e52e7 commit 81f0895

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/admin-guide/mm/damon/reclaim.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,31 @@ PID of the DAMON thread.
208208
If DAMON_RECLAIM is enabled, this becomes the PID of the worker thread. Else,
209209
-1.
210210

211+
nr_reclaim_tried_regions
212+
------------------------
213+
214+
Number of memory regions that tried to be reclaimed by DAMON_RECLAIM.
215+
216+
bytes_reclaim_tried_regions
217+
---------------------------
218+
219+
Total bytes of memory regions that tried to be reclaimed by DAMON_RECLAIM.
220+
221+
nr_reclaimed_regions
222+
--------------------
223+
224+
Number of memory regions that successfully be reclaimed by DAMON_RECLAIM.
225+
226+
bytes_reclaimed_regions
227+
-----------------------
228+
229+
Total bytes of memory regions that successfully be reclaimed by DAMON_RECLAIM.
230+
231+
nr_quota_exceeds
232+
----------------
233+
234+
Number of times that the time/space quota limits have exceeded.
235+
211236
Example
212237
=======
213238

0 commit comments

Comments
 (0)