Skip to content

Commit dbcb9b9

Browse files
sjp38torvalds
authored andcommitted
Docs/admin-guide/mm/damon/usage: update for schemes statistics
This updates DAMON debugfs interface for statistics of schemes successfully applied regions and time/space quota limit exceeds counts. 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 3a619fd commit dbcb9b9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,13 @@ is activated.
223223
Statistics
224224
~~~~~~~~~~
225225

226-
It also counts the total number and bytes of regions that each scheme is
227-
applied. This statistics can be used for online analysis or tuning of the
228-
schemes.
226+
It also counts the total number and bytes of regions that each scheme is tried
227+
to be applied, the two numbers for the regions that each scheme is successfully
228+
applied, and the total number of the quota limit exceeds. This statistics can
229+
be used for online analysis or tuning of the schemes.
229230

230231
The statistics can be shown by reading the ``schemes`` file. Reading the file
231-
will show each scheme you entered in each line, and the two numbers for the
232+
will show each scheme you entered in each line, and the five numbers for the
232233
statistics will be added at the end of each line.
233234

234235
Example

0 commit comments

Comments
 (0)