[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240829192636.1054186-1-joshua.hahnjy@gmail.com>
Date: Thu, 29 Aug 2024 12:26:36 -0700
From: Joshua Hahn <joshua.hahnjy@...il.com>
To: tj@...nel.org
Cc: JoshuaHahnjoshua.hahn6@...il.com,
cgroups@...r.kernel.org,
hannes@...xchg.org,
linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
lizefan.x@...edance.com,
mkoutny@...e.com,
shuah@...nel.org
Subject: Re: [PATCH 1/2] Tracking cgroup-level niced CPU time
Hello, thank you for reviewing the patch.
> > Cgroup-level CPU statistics currently include time spent on
> > user/system processes, but do not include niced CPU time (despite
> > already being tracked). This patch exposes niced CPU time to the
> > userspace, allowing users to get a better understanding of their
> > hardware limits and can facilitate better load-balancing.
>
> You aren't talking about the in-kernel scheduler's load balancer, right? If
> so, can you please update the description? This is a bit too confusing for a
> commit message for a kernel commit.
Thank you for pointing this out -- I'll edit the commit message to the
following in a v2:
Cgroup-level CPU statistics currently include time spent on
user/system processes, but do not include niced CPU time (despite
already being tracked). This patch exposes niced CPU time to the
userspace, allowing users to get a better understanding of their
hardware limits and can facilitate more informed workload distribution.
Thanks,
Joshua
Powered by blists - more mailing lists