linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: SeongJae Park <sj@kernel.org>
To: akpm@linux-foundation.org
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org,
	SeongJae Park <sj@kernel.org>
Subject: [PATCH 0/6] mm/damon/schemes: Extend stats for better online analysis and tuning
Date: Fri, 10 Dec 2021 15:00:10 +0000	[thread overview]
Message-ID: <20211210150016.35349-1-sj@kernel.org> (raw)

To help online access pattern analysis and tuning of DAMON-based
Operation Schemes (DAMOS), DAMOS provides simple statistics for each
scheme.  Introduction of DAMOS time/space quota further made the tuning
easier by making the risk management easier.  However, that also made
understanding of the working schemes a little bit more difficult.

For an example, progress of a given scheme can now be throttled by not
only the aggressiveness of the target access pattern, but also the
time/space quotas.  So, when a scheme is showing unexpectedly slow
progress, it's difficult to know by what the progress of the scheme is
throttled, with currently provided statistics.

This patchset extends the statistics to contain some metrics that can be
helpful for such online schemes analysis and tuning (patches 1-2),
exports those to users (patches 3 and 5), and add documents (patches 4
and 6).

SeongJae Park (6):
  mm/damon/schemes: Account scheme actions that successfully applied
  mm/damon/schemes: Account how many times quota limit has exceeded
  mm/damon/reclaim: Provide reclamation statistics
  Docs/admin-guide/mm/damon/reclaim: Document statistics parameters
  mm/damon/dbgfs: Support all DAMOS stats
  Docs/admin-guide/mm/damon/usage: Update for schemes statistics

 .../admin-guide/mm/damon/reclaim.rst          | 25 ++++++++++
 Documentation/admin-guide/mm/damon/usage.rst  |  9 ++--
 include/linux/damon.h                         | 30 +++++++++---
 mm/damon/core.c                               | 15 ++++--
 mm/damon/dbgfs.c                              |  6 ++-
 mm/damon/paddr.c                              | 13 +++---
 mm/damon/reclaim.c                            | 46 +++++++++++++++++++
 mm/damon/vaddr.c                              | 30 ++++++------
 8 files changed, 136 insertions(+), 38 deletions(-)

-- 
2.17.1



             reply	other threads:[~2021-12-10 15:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 15:00 SeongJae Park [this message]
2021-12-10 15:00 ` [PATCH 1/6] mm/damon/schemes: Account scheme actions that successfully applied SeongJae Park
2021-12-10 15:00 ` [PATCH 2/6] mm/damon/schemes: Account how many times quota limit has exceeded SeongJae Park
2021-12-10 15:00 ` [PATCH 3/6] mm/damon/reclaim: Provide reclamation statistics SeongJae Park
2021-12-10 15:00 ` [PATCH 4/6] Docs/admin-guide/mm/damon/reclaim: Document statistics parameters SeongJae Park
2021-12-10 15:00 ` [PATCH 5/6] mm/damon/dbgfs: Support all DAMOS stats SeongJae Park
2021-12-10 15:00 ` [PATCH 6/6] Docs/admin-guide/mm/damon/usage: Update for schemes statistics SeongJae Park

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211210150016.35349-1-sj@kernel.org \
    --to=sj@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox