We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cgroup v2 is using some formats that are not supprted by the cgroup plugin.
One such example is the PSI format used by cpu.pressure, io.pressure and memory.pressure.
cpu.pressure
io.pressure
memory.pressure
$ cat /sys/fs/cgroup/cpu.pressure some avg10=0.00 avg60=0.09 avg300=0.08 total=379026006 full avg10=0.00 avg60=0.09 avg300=0.07 total=359617225
Another unsupported feature is the "max" value, used along with integer values:
$ cat /sys/fs/cgroup/memory.swap.high max
Successfully parse files exposed by cgroup v2.
cgroup v2
2025-02-04T09:37:27Z E! [inputs.cgroup::cgroup] Error in plugin: /sys/fs/cgroup/cpu.pressure: unknown file format
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Use Case
cgroup v2 is using some formats that are not supprted by the cgroup plugin.
One such example is the PSI format used by
cpu.pressure
,io.pressure
andmemory.pressure
.Another unsupported feature is the "max" value, used along with integer values:
Expected behavior
Successfully parse files exposed by
cgroup v2
.Actual behavior
The text was updated successfully, but these errors were encountered: