rally/samples/tasks/support
Alexander Maretskiy 5d15f5d42e [Plugins] Replace instance_dd_test.sh with instance_test.sh
Legacy script instance_dd_test.sh (loads nova instance
in vm scenarios) is replaced with new instance_test.sh,
which does same job better and outputs detailed data
for HTML report.

Legacy script instance_dd_test.sh is removed.

Change-Id: Iafe51b5f559e01a972a187dad9e2608f7efa8022
2016-10-06 16:55:48 +03:00
..
README.rst [Plugins] Replace instance_dd_test.sh with instance_test.sh 2016-10-06 16:55:48 +03:00
instance_linpack.sh Moving rally/doc/samples to rally/samples 2015-01-16 05:54:09 -08:00
instance_test.sh [Plugins] Add executable availability check to instance_test.sh 2016-08-18 15:44:46 +03:00

README.rst

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_test.sh

instance_test.sh loads server by spawning processes. Finally, it outputs JSON data for HTML report charts, with values of CPU, memory and disk usage.