Searched refs:cgroups (Results 1 – 22 of 22) sorted by relevance
40 if [ -f /proc/cgroups ]42 CPU_CONTROLLER=`grep -w cpu /proc/cgroups | cut -f1`;43 CPU_CONTROLLER_VALUE=`grep -w cpu /proc/cgroups | cut -f4`;44 MEM_CONTROLLER=`grep -w memory /proc/cgroups | cut -f1`;45 MEM_CONTROLLER_VALUE=`grep -w memory /proc/cgroups | cut -f4`;46 IOTHROTTLE_CONTROLLER=`grep -w blockio /proc/cgroups | cut -f1`;47 IOTHROTTLE_CONTROLLER_VALUE=`grep -w blockio /proc/cgroups | cut -f4`;48 FREEZER=`grep -w freezer /proc/cgroups | cut -f1`;49 FREEZER_VALUE=`grep -w freezer /proc/cgroups | cut -f4`;50 CPUACCOUNT_CONTROLLER=`grep -w cpuacct /proc/cgroups | cut -f1`[all …]
14 cgroups/cgroups.txt, cgroups/memory.txt and cgroups/cpusets.txt in kernel
25 if [ ! -f /proc/cgroups ]; then168 if ! grep -q -w "cpu" /proc/cgroups; then216 lines=`cat /proc/cgroups | wc -l`249 local lines=`cat /proc/cgroups | wc -l`255 local subsys1=`tail -n 1 /proc/cgroups | awk '{ print $1 }'`256 local subsys2=`tail -n 2 /proc/cgroups | head -1 | awk '{ print $1 }'`323 if ! grep -q -w "ns" /proc/cgroups; then409 grep -q -w "cpu" /proc/cgroups425 local lines=`cat /proc/cgroups | wc -l`435 subsys=`tail -n 1 /proc/cgroups | awk '{ print $1 }'`
4 Those testcases can reproduce bugs we found in cgroups.
7 PURPOSE = "Verify that the chrome_renderers cgroups are created and used."8 CRITERIA = "Fails if the required cgroups do not exist or are empty."17 cgroups exist and that tasks are placed in those cgroups when multiple
89 if [ -f /proc/cgroups ]; then90 CPUSET_CONTROLLER=`grep -w cpuset /proc/cgroups | cut -f1`91 CPUSET_CONTROLLER_VALUE=`grep -w cpuset /proc/cgroups | cut -f4`
7 PURPOSE = "Verify the functioning of scheduler cgroups."9 The test will fail if scheduler cgroups do not function correctly.
35 local exist=`grep -w $subsystem /proc/cgroups | cut -f1`88 if [ ! -f /proc/cgroups ]; then
3 cgroups.14 Based on the physical I/O bandwidth three cgroups are created: cgroup-1,
11 for cgroups.
15 freeze tasks in cgroups before doing a suspend.34 manually unfreeze cgroups.
84 if [ ! -f /proc/cgroups ]; then
71 Write a test using two sample cgroups (A and B). Freeze A. Move tasks
159 int cgroups : 1; member192 char *cgroups[MAX_CGROUPS]; member238 j->flags.cgroups = 0; in minijail_preenter()703 j->cgroups[j->cgroup_count] = strdup(path); in minijail_add_to_cgroup()704 if (!j->cgroups[j->cgroup_count]) in minijail_add_to_cgroup()707 j->flags.cgroups = 1; in minijail_add_to_cgroup()1122 marshal_append(state, j->cgroups[i], strlen(j->cgroups[i]) + 1); in minijail_marshal_helper()1279 j->cgroups[i] = strdup(cgroup); in minijail_unmarshal()1280 if (!j->cgroups[i]) in minijail_unmarshal()1290 free(j->cgroups[i]); in minijail_unmarshal()[all …]
9 This test checks basic functionality of cgroups
1 # Basic test for cgroups and executor cgroup setup.
19 meta information to cgroups and everything they model (services, apps, vms)
66 if ! grep -q -w cpuacct /proc/cgroups; then
32 988 root systemd-cgroups 569 9 4 97.8% 1.2%
73 exist=`grep -w pids /proc/cgroups | cut -f1`;
30 It uses linux kernel namespaces and cgroups to provide a lightweight isolation
56 BPF attached to cgroups for socket filtering | 4.10 | [`0e33661de493`](https://git.kernel.org/cgit/…66 BPF attached to cgroups as device controller | 4.15 | [`ebc614f68736`](https://git.kernel.org/cgit/…