File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Documentation/admin-guide/mm/damon Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,31 @@ PID of the DAMON thread.
208
208
If DAMON_RECLAIM is enabled, this becomes the PID of the worker thread. Else,
209
209
-1.
210
210
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
+
211
236
Example
212
237
=======
213
238
You can’t perform that action at this time.
0 commit comments