cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cruz Zhao <CruzZhao@linux.alibaba.com>
To: tj@kernel.org, lizefan.x@bytedance.com, hannes@cmpxchg.org,
	mingo@redhat.com, peterz@infradead.org, juri.lelli@redhat.com,
	vincent.guittot@linaro.org, dietmar.eggemann@arm.com,
	rostedt@goodmis.org, bsegall@google.com, mgorman@suse.de,
	bristot@redhat.com, vschneid@redhat.com
Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 3/3] Documentation: add description of forceidle_task time statistics
Date: Thu,  7 Mar 2024 18:19:45 +0800	[thread overview]
Message-ID: <20240307101945.11280-4-CruzZhao@linux.alibaba.com> (raw)
In-Reply-To: <20240307101945.11280-1-CruzZhao@linux.alibaba.com>

Add description of forceidle_task time statistics, including task
perspective and cgroup perspective. The difference from forceidle
time is that, forceidle_task time doesn't contain irq time.

Signed-off-by: Cruz Zhao <CruzZhao@linux.alibaba.com>
---
 Documentation/admin-guide/cgroup-v2.rst               | 3 ++-
 Documentation/admin-guide/hw-vuln/core-scheduling.rst | 8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst
index b82717767c61..46de2bfa9a0f 100644
--- a/Documentation/admin-guide/cgroup-v2.rst
+++ b/Documentation/admin-guide/cgroup-v2.rst
@@ -1081,9 +1081,10 @@ All time durations are in microseconds.
 	- user_usec
 	- system_usec
 
-	and the following six when the controller is enabled:
+	and the following seven when the controller is enabled:
 
 	- core_sched.force_idle_usec
+	- core_sched.force_idle_task_usec
 	- nr_periods
 	- nr_throttled
 	- throttled_usec
diff --git a/Documentation/admin-guide/hw-vuln/core-scheduling.rst b/Documentation/admin-guide/hw-vuln/core-scheduling.rst
index 95a4920a2a9b..536931ed283a 100644
--- a/Documentation/admin-guide/hw-vuln/core-scheduling.rst
+++ b/Documentation/admin-guide/hw-vuln/core-scheduling.rst
@@ -227,7 +227,7 @@ with SMT enabled. There are other use cases where this feature could be used:
 
 Statictics
 ----------
-A task's forceidle statistics are exported via 1 field in procfs.
+A task's forceidle statistics are exported via 2 field in procfs.
 
 /proc/$pid/sched:
 
@@ -236,6 +236,9 @@ A task's forceidle statistics are exported via 1 field in procfs.
    siblings are forced idle, the irq time of cpux during this period will be
    accounted to this task's force idle time.
 
+ - se.statistics.core_forceidle_task_sum: The time that this task is actually
+   running on cpu whose SMT siblings are forced idle, unit: ms.
+
 This interface is read-only.
 
 A group's forceidle statistics are exported via 1 filed in cpu.stat.
@@ -247,4 +250,7 @@ cpu.stat:
    whose SMT siblings are forced idle, the irq time of cpux during this period
    will be accounted to this cgroup's force idle time.
 
+ - core_sched.force_idle_task_usec: The time that this cgroup's tasks are
+   actually running on cpu whose SMT siblings are forced idle, unit: us.
+
 This interface is read-only.
-- 
2.39.3


      parent reply	other threads:[~2024-03-07 10:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-07 10:19 [PATCH v2 0/3] introduce CPUTIME_FORCEIDLE_TASK and add Cruz Zhao
2024-03-07 10:19 ` [PATCH v2 1/3] Documentation: add description of forceidle time statistics Cruz Zhao
2024-03-07 10:19 ` [PATCH v2 2/3] sched/core: introduce CPUTIME_FORCEIDLE_TASK Cruz Zhao
2024-03-07 10:19 ` Cruz Zhao [this message]

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=20240307101945.11280-4-CruzZhao@linux.alibaba.com \
    --to=cruzzhao@linux.alibaba.com \
    --cc=bristot@redhat.com \
    --cc=bsegall@google.com \
    --cc=cgroups@vger.kernel.org \
    --cc=dietmar.eggemann@arm.com \
    --cc=hannes@cmpxchg.org \
    --cc=juri.lelli@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan.x@bytedance.com \
    --cc=mgorman@suse.de \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=tj@kernel.org \
    --cc=vincent.guittot@linaro.org \
    --cc=vschneid@redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).