Skip to content
Snippets Groups Projects
Commit 201242e8 authored by Augusto Caringi's avatar Augusto Caringi
Browse files

Merge: cgroup: Remove steal time from usage_usec

MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6423

JIRA: https://issues.redhat.com/browse/RHEL-79933



commit db5fd3cf8bf41b84b577b8ad5234ea95f327c9be
Author: Muhammad Adeel <Muhammad.Adeel@ibm.com>
Date:   Fri, 7 Feb 2025 14:24:32 +0000

    cgroup: Remove steal time from usage_usec

    The CPU usage time is the time when user, system or both are using the CPU.
    Steal time is the time when CPU is waiting to be run by the Hypervisor. It
    should not be added to the CPU usage time, hence removing it from the
    usage_usec entry.

    Fixes: 936f2a70 ("cgroup: add cpu.stat file to root cgroup")
Acked-by: default avatarAxel Busch <axel.busch@ibm.com>
Acked-by: default avatarMichal Koutný <mkoutny@suse.com>
Signed-off-by: default avatarMuhammad Adeel <muhammad.adeel@ibm.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>

Signed-off-by: default avatarWaiman Long <longman@redhat.com>

Approved-by: default avatarThomas Huth <thuth@redhat.com>
Approved-by: default avatarRadostin Stoyanov <rstoyano@redhat.com>
Approved-by: default avatarPhil Auld <pauld@redhat.com>
Approved-by: default avatarCKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: default avatarAugusto Caringi <acaringi@redhat.com>
parents 51e8744c 1bde8412
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment