Lines Matching refs:stress
12 This document explains the design and structure of MCE stress test suite,
14 stress testing, as well as usage guide and etc.
26 With these two options enabled, you can do stress testing thru madvise
39 - Build and run stress testing
42 # cd stress
48 free disk partition to stress test driver!
50 This will do the stress testing thru madvise syscall (sec 4.1). However,
54 the stress subdir.
59 The MCE stress test suite is a collection of tools and test scripts, which
60 intends to achieve stress testing on Linux kernel MCA high level handlers
63 In general, this test suite is designed to do stress testing thru various
76 The MCE stress test suite consists of four parts: test driver, workload
108 stress test suite.
138 operations in background while stress testing is running.
145 How to determine that stress testing gets pass?
146 - at least no kernel panics happens during stress testing.
147 - fsck on the target disk at the end of stress testing should get pass.
152 - When stress testing is done, the general test result is recorded in
181 under stress/tools/page-poisoning/.
193 under stress/tools/fs-metadata/.
212 It's the workload controller of this stress test suite. In fact, ltp-pan
220 This section is trying to show you how to conduct the stress testing thru
223 As an example, we choose to run stress testing based on partition /dev/sda1
228 To run this stress testing, you need to strictly follow below test
237 - build and run stress testing
256 This is the default test method of this stress test suite.
258 To run this stress testing, you need to strictly follow below test
270 - build and run stress testing
293 To run this stress testing, you need to follow below test instructions.
304 - build and run stress testing
337 Q: Can I run this stress testing on multiple disks parallely?