Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val t : CGSubsystem.t
type stat = {
cache : int;
rss : int;
mapped_file : int;
pgpgin : int;
pgpgout : int;
swap : int;
active_anon : int;
inactive_anon : int;
active_file : int;
inactive_file : int;
unevictable : int;
total_cache : int;
total_rss : int;
total_mapped_file : int;
total_pgpgin : int;
total_pgpgout : int;
total_swap : int;
total_active_anon : int;
total_inactive_anon : int;
total_active_file : int;
total_inactive_file : int;
total_unevictable : int;
hierarchical_memory_limit : int;
hierarchical_memsw_limit : int;
}
val stat : (stat, [ `Get ]) CGParameters.t
val usage_in_bytes : (int, [ `Get ]) CGParameters.t
val memsw_usage_in_bytes : (int, [ `Get ]) CGParameters.t
val max_usage_in_bytes : (int, [ `Get ]) CGParameters.t
val memsw_max_usage_in_bytes : (int, [ `Get ]) CGParameters.t
val limit_in_bytes : (int, [ `Get | `Set ]) CGParameters.t
val memsw_ : 'a -> (int, [ `Get | `Set ]) CGParameters.t
val failcnt : (int, [ `Get ]) CGParameters.t
val memsw_failcnt : (int, [ `Get ]) CGParameters.t
val soft_limit_in_bytes : (int, [ `Get | `Set ]) CGParameters.t
val force_empty : (int, [ `Get | `Reset ]) CGParameters.t
val swappiness : (int, [ `Get | `Set ]) CGParameters.t
val move_charge_at_immigrate : (bool, [ `Get | `Set ]) CGParameters.t
val use_hierarchy : (bool, [ `Get | `Set ]) CGParameters.t
val oom_control : (oom_control, [ `Get | `Set ]) CGParameters.t