-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
enable cgroup accounting #29095
Comments
I will implement it as option, that is enabled by default and for netdata service.
|
I believe you can set this with:
And maybe also:
(ideas from here) |
@andrew-d sure, that is how i do it right now. But i want to propose it to be enabled by default, so you have it when you need it for debugging. But also a single option to disable it when you have reasons to. |
Is this still open for the discussion about defaulting to |
I created this issue to have this enabled for netdata. So an additional PR needs to be created to enable the new option when netdata is enabled. In addition it could be discussed to enable the option by default when a desktopManager is enabled (for desktop users). It should not be enabled by default on servers because it could have a little impact on performance. |
@davidak Nowadays, this might already be enabled per default half-way: from my `systemd-system.conf (latest master right now)
Are there any recent figures about performance implications when enabling the rest? If Fedora enables it, we could probably do so too. |
thanks for noticing! can you create an issue or PR to change
i don't know any. i have no issues on my servers where i set it manually |
Issue description
I want to see systemd services in netdata monitoring. For that "cgroup accounting" is needed.
https://github.com/firehol/netdata/wiki/monitoring-systemd-services
The question is if enabling it on all systems would have any negative effect. In that case i would activate it only when netdata service is enabled.
Arch Linux, Ubuntu and Fedora seem to have it enabled by default. debian not.
Steps to reproduce
systemd-cgtop
shows no resources for services.Technical details
The text was updated successfully, but these errors were encountered: