[ptxdist] [PATCH 2/3] [stress] Added the simple workload generator

2010-03-19 Thread Michael Grzeschik
Its a simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Signed-off-by: Michael Grzeschik --- rules/stress.in |9 +++ rules/stress.make | 67 + 2 files c

Re: [ptxdist] [PATCH 2/3] [stress] Added the simple workload generator

2010-03-17 Thread Marc Kleine-Budde
Marc Kleine-Budde wrote: > From: Michael Grzeschik > > Its a simple workload generator for POSIX systems. It imposes a > configurable amount of CPU, memory, I/O, and disk stress on the system. looks much better than sox cheers, Marc > Signed-off-by: Michael Grzeschik > --- > rules/stress.in

[ptxdist] [PATCH 2/3] [stress] Added the simple workload generator

2010-03-17 Thread Marc Kleine-Budde
From: Michael Grzeschik Its a simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and disk stress on the system. Signed-off-by: Michael Grzeschik --- rules/stress.in |8 + rules/stress.make | 83