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

Implement unified cgroup cpu limit #5895

Merged
merged 12 commits into from
May 10, 2019
Merged

Implement unified cgroup cpu limit #5895

merged 12 commits into from
May 10, 2019

Conversation

skrzyp1
Copy link
Contributor

@skrzyp1 skrzyp1 commented Apr 18, 2019

Summary

Closes #5850

Component Name

cgroups.plugin

@netdatabot netdatabot added the area/collectors Everything related to data collection label Apr 20, 2019
Copy link
Contributor

@vlvkobal vlvkobal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix this warning:

collectors/cgroups.plugin/sys_fs_cgroup.c: In function 'update_cpu_limits2':
collectors/cgroups.plugin/sys_fs_cgroup.c:2618:13: warning: unused variable 'ret' [-Wunused-variable]
         int ret = -1;

collectors/cgroups.plugin/sys_fs_cgroup.c Outdated Show resolved Hide resolved
collectors/cgroups.plugin/sys_fs_cgroup.c Outdated Show resolved Hide resolved
collectors/cgroups.plugin/sys_fs_cgroup.c Outdated Show resolved Hide resolved
collectors/cgroups.plugin/sys_fs_cgroup.c Outdated Show resolved Hide resolved
@vlvkobal
Copy link
Contributor

vlvkobal commented May 7, 2019

Everything else looks good to me.

@skrzyp1 skrzyp1 changed the title Wip Implement unified cgroup cpu limit Implement unified cgroup cpu limit May 9, 2019
@vlvkobal vlvkobal merged commit c82f4a1 into netdata:master May 10, 2019
jackyhuang85 pushed a commit to jackyhuang85/netdata that referenced this pull request Jan 1, 2020
* WiP unified cgroup support

* add cpu usage support and disk iops support

* memory limits

* WIP working memory charts

* detailed memory chart

* docs change

* cpu limit function

* review changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement CPU limits for cgroup v2
3 participants