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

Add cgroups_cpuacct plugin to collect CPU user/system time per cgroup #51

Merged
merged 10 commits into from May 10, 2013

Commits on Apr 18, 2013

  1. Add cgroups_cpuacct plugin to collect CPU user/system time per cgroup

    This is handy for computers using systemd, as systemd puts each service
    into a separate cgroup.
    
    Signed-off-by: Florian Forster <octo@collectd.org>
    stapelberg authored and octo committed Apr 18, 2013
    Copy the full SHA
    f19f64d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d9ad0b View commit details
    Browse the repository at this point in the history
  3. cgroups_cpuacct plugin: Minor style fixes.

    * Avoid mixed declarations.
    * Use parse_value() rather than atoll().
    * Comment static arguments to walk_directory().
    * Return an error if the read() function can't locate the cgroup
      mount point.
    octo committed Apr 18, 2013
    Copy the full SHA
    24849d5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    55f5dbb View commit details
    Browse the repository at this point in the history
  5. cgroups_cpuacct plugin: Re-indent read_cpuacct_root().

    The rest of the file is indented using tabs.
    octo committed Apr 18, 2013
    Copy the full SHA
    d51d8ad View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2013

  1. cgroups_cpuacct plugin: Read file line-by-line.

    Use the field name from the file as type instance when dispatching values.
    octo committed Apr 26, 2013
    Copy the full SHA
    281456f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    65c0e0d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b0e80d2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. cgroups plugin: Rename the "cgroups_cpuacct" plugin.

    The new name is sufficient and much easier to type / remember.
    octo committed May 10, 2013
    Copy the full SHA
    9e1b0c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12b23b9 View commit details
    Browse the repository at this point in the history