rally-openstack/samples/tasks/support/README.rst
Alexander Maretskiy 0016df9ec7 [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

479 B

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.