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

[Feat]: VM and container accounting via /proc/pid rather than cgroups #17055

Open
shodanshok opened this issue Feb 24, 2024 · 0 comments
Open
Labels
feature request New features needs triage Issues which need to be manually labelled

Comments

@shodanshok
Copy link

Problem

When using ZFS, cgroups do not correctly account for written data (and, possibly, prefetched read data). Give a look here:

screenshot

This could be fixed by using normal /proc/pid stats rather than cgroups for gathering these info.

Description

Use classical /proc/pid stats for VM and container statistics.

Importance

really want

Value proposition

  1. not depending of cgroups for accounting data is going to help with ZFS

Proposed implementation

No response

@shodanshok shodanshok added feature request New features needs triage Issues which need to be manually labelled labels Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New features needs triage Issues which need to be manually labelled
Projects
None yet
Development

No branches or pull requests

1 participant