Lines Matching defs:stress
5 class stress(test.test):
7 Calls stress, a simple program which aims to impose certain types of
8 computing stress on the target machine.
11 In order to verify at a glance the options supported by the program stress,
12 check out the options summary located at the stress example control file.
20 # http://weather.ou.edu/~apw/projects/stress/stress-1.0.4.tar.gz
21 def setup(self, tarball = 'stress-1.0.4.tar.gz'):
61 # Time for which the stress test will run
66 utils.system(self.srcdir + '/src/stress ' + args)