rally-openstack/samples/tasks/support
Om Prakash Pandey 8ea006dd0d Fix six typos and grammar inaccuracies in Rally Readme Files
It affects three files
https://github.com/openstack/rally/tree/master/tests/README.rst
1. directiry => directory
2. automaticaly => automatically
3. throw => through

https://github.com/openstack/rally/tree/master/samples/tasks/scenarios/README.rst
1. conficuration => configuration

https://github.com/openstack/rally/tree/master/samples/tasks/support/README.rst
1. intesnive => intensive
2. a => an

Change-Id: Ief5946258de1d5a1661965e3fc1d81dbba8c4871
Closes-Bug: #1484880
2015-08-14 16:18:40 +05:30
..
instance_linpack.sh Moving rally/doc/samples to rally/samples 2015-01-16 05:54:09 -08:00
README.rst Fix six typos and grammar inaccuracies in Rally Readme Files 2015-08-14 16:18:40 +05:30

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 intensive workload within an OpenStack instance. This script will return the write and read performance dd was able to achieve in a JSON format.