doc.go 383 B

123456789101112
  1. // Package cgroup reads metrics and other tunable parameters associated with
  2. // control groups, a Linux kernel feature for grouping tasks to track and limit
  3. // resource usage.
  4. //
  5. // Terminology
  6. //
  7. // A cgroup is a collection of processes that are bound to a set of limits.
  8. //
  9. // A subsystem is a kernel component the modifies the behavior of processes
  10. // in a cgroup.
  11. package cgroup