rally/samples/tasks/support
Pavel Boldin 62c1f40efa Fix instance_dd_tests.sh always reading 1MiB
The dummy test script `instance_dd_test.sh' used for
`boot_runcommand_delete' reads only 1MiB disregarding thus reporting
wrong read performance.

Change-Id: I37f2913d6b525e7d65396e5db96a233987cc6679
Closes-Bug: #1448300
2015-04-24 23:43:09 +03:00
..
instance_dd_test.sh Fix instance_dd_tests.sh always reading 1MiB 2015-04-24 23:43:09 +03:00
instance_linpack.sh Moving rally/doc/samples to rally/samples 2015-01-16 05:54:09 -08:00
README.rst Moving rally/doc/samples to rally/samples 2015-01-16 05:54:09 -08:00

instance_linpack.sh ============= instance_linpack.sh, will kick off a CPU intensive workload within a OpenStack instance. This script will return the avg gflops and max gflops Linpack reports in a JSON format. To run this workload, the VM must have linpack installed prior to running.

instance_dd_test.sh ============= instance_dd_test.sh, will kick off a IO intesnive workload within a OpenStack instance. This script will return the write and read performance dd was able to achieve in a JSON format.