libcgroup
|
#include <iterators.h>
Data Fields | |
char | name [FILENAME_MAX] |
int | hierarchy |
int | num_cgroups |
int | enabled |
Detailed information about available controller.
int controller_data::enabled |
Enabled flag.
int controller_data::hierarchy |
Hierarchy ID. Controllers with the same hierarchy ID are mounted together as one hierarchy. Controllers with ID 0 are not currently mounted anywhere.
char controller_data::name[FILENAME_MAX] |
Controller name.
int controller_data::num_cgroups |
Number of groups.