Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory stats for cgroup-v2 #10286

Merged
merged 4 commits into from
Apr 2, 2021
Merged

Memory stats for cgroup-v2 #10286

merged 4 commits into from
Apr 2, 2021

Commits on Apr 1, 2021

  1. drivers/exec: Account for cgroup-v2 memory stats

    If the host is running with cgroup-v2, RSS and Max Usage doesn't get
    reported anymore.
    Mahmood Ali committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    4532272 View commit details
    Browse the repository at this point in the history
  2. drivers/docker: account for cgroup-v2 memory stats

    If the docker engine is running on cgroup-v2 host, then RSS and Max
    Usage doesn't get reported.
    
    Using a heauristic here to avoid adding more API calls to the Docker
    Engine to infer cgroups version. Also, opted to avoid coordinating stats
    collection with fingerprinting, which adds concurrency complexities.
    Mahmood Ali committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    f7b7b1c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. cli: Show memory usage instead of RSS

    If a task doesn't report RSS, let's use memory usage.
    Mahmood Ali committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    f14921d View commit details
    Browse the repository at this point in the history
  2. reuse existing function and typo fix

    Mahmood Ali committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    13a9e4b View commit details
    Browse the repository at this point in the history