This commit documents the usage of DAMON_LRU_SORT for admins. Link: https://lkml.kernel.org/r/20220613192301.8817-10-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
18 lines
355 B
ReStructuredText
18 lines
355 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
========================
|
|
Monitoring Data Accesses
|
|
========================
|
|
|
|
:doc:`DAMON </mm/damon/index>` allows light-weight data access monitoring.
|
|
Using DAMON, users can analyze the memory access patterns of their systems and
|
|
optimize those.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
start
|
|
usage
|
|
reclaim
|
|
lru_sort
|