Lines Matching full:test
157 When you do test to do racy case, it's good test to set memcg's limit
158 to be very small rather than GB. Many races found in the test under
169 SwapCache. Test with shmem/tmpfs is always good test.
174 For NUMA, migration is an another special case. To do easy test, cpuset
212 memory hotplug test is one of good test.
220 This is an easy way to test page migration, too.
225 When using hierarchy, mkdir/rmdir test should be done.
247 Mounting with other subsystems is a good test because there is a
263 For example, test like following is good:
268 # mkdir /cgroup/test
269 # echo 40M > /cgroup/test/memory.limit_in_bytes
270 # echo 0 > /cgroup/test/tasks
276 # move all tasks in /cgroup/test to /cgroup
278 # rmdir /cgroup/test
281 Of course, tmpfs v.s. swapoff test should be tested, too.
337 API. You can use tools/cgroup/cgroup_event_listener.c to test it.
353 Use /cgroup/A/memory.memsw.usage_in_bytes to test memsw thresholds.
355 It's good idea to test root cgroup as well.