rally-openstack/samples/tasks/support
Chandan Kumar 50b0a79b90 Fixed shebang and permissions for scripts.
* While packaging in RDO, rpmlints are failing by giving
  non-executable script errors, we need to remove the shebang
  from rally/plugins/workload/siege.py as it lies with in the
  rally package.
* unpack_plugins_samples.sh, instance_linpack.sh, instance_test.sh
  scripts does have executable permissions. we need to set the same
  for the same to avoid rpmlint errors[1.].

[1.] https://review.rdoproject.org/r/#/c/7007/5/openstack-rally.spec@105

Change-Id: Ibcab4b45a8d9dc06bf5bfbe0d8262f571da87eee
2017-07-03 18:29:30 +05:30
..
instance_linpack.sh Fixed shebang and permissions for scripts. 2017-07-03 18:29:30 +05:30
instance_test.sh Fixed shebang and permissions for scripts. 2017-07-03 18:29:30 +05:30
README.rst [Plugins] Replace instance_dd_test.sh with instance_test.sh 2016-10-06 16:55:48 +03: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_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.