package cgroups

  1. Overview
  2. Docs
type stat = {
  1. nr_periods : int;
  2. nr_throttled : int;
  3. throttled_time : int;
}
val cfs_quota_us : (int, [ `Get | `Set ]) CGParameters.t
val cfs_period_us : (int, [ `Get | `Set ]) CGParameters.t
val stat : (stat, [ `Get ]) CGParameters.t
val shares : (int, [ `Get | `Set ]) CGParameters.t
val rt_period_us : (int, [ `Get | `Set ]) CGParameters.t
val rt_runtime_us : (int, [ `Get | `Set ]) CGParameters.t