Home
last modified time | relevance | path

Searched refs:cgroups (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/
Dtest_controllers.sh40 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 …]
Dtestplan.txt14 cgroups/cgroups.txt, cgroups/memory.txt and cgroups/cpusets.txt in kernel
Dcgroup_lib.sh35 val=$(grep -w $subsystem /proc/cgroups | awk '{ print $4 }')
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_test.sh25 if [ ! -f /proc/cgroups ]; then
168 if ! grep -q -w "cpu" /proc/cgroups; then
216 lines=`cat /proc/cgroups | wc -l`
274 if ! grep -q -w "ns" /proc/cgroups; then
360 grep -q -w "cpu" /proc/cgroups
376 local lines=`cat /proc/cgroups | wc -l`
386 subsys=`tail -n 1 /proc/cgroups | awk '{ print $1 }'`
DREADME4 Those testcases can reproduce bugs we found in cgroups.
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
Dmemcg_stress_test.sh66 local cgroups="$1"
72 tst_res TINFO "Testing $cgroups cgroups, using $mem_size MB, interval $interval"
77 for i in $(seq 0 $(($cgroups-1))); do
/third_party/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_funcs.sh124 if [ -f /proc/cgroups ]; then
125 CPUSET_CONTROLLER=`grep -w cpuset /proc/cgroups | cut -f1`
126 CPUSET_CONTROLLER_VALUE=`grep -w cpuset /proc/cgroups | cut -f4`
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_common.sh35 local exist=`grep -w $subsystem /proc/cgroups | cut -f1`
88 if [ ! -f /proc/cgroups ]; then
/third_party/ltp/testcases/kernel/controllers/freezer/
DREADME15 freeze tasks in cgroups before doing a suspend.
34 manually unfreeze cgroups.
Drun_freezer.sh84 if [ ! -f /proc/cgroups ]; then
DTODO71 Write a test using two sample cgroups (A and B). Freeze A. Move tasks
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/
DREADME19 meta information to cgroups and everything they model (services, apps, vms)
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh89 if ! grep -q -w cpuacct /proc/cgroups; then
/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh66 exist=`grep -w pids /proc/cgroups | cut -f1`;
/third_party/libuv/docs/src/
Dmisc.rst559 on cgroups if it is present, and on z/OS based on RLIMIT_MEMLIMIT.
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2387 …* Use cgroups to get memory limits. This improves the way we set the memory ceiling for a Node.js …
2390 …constrained. This change adds the ability to get a memory limit set by linux cgroups, which is use…