https://github.com/reddydodda/openstack-loadtest
OpenStack Load Test ( Rally templates for performing Load test )
https://github.com/reddydodda/openstack-loadtest
load-testing openstack openstack-ralli
Last synced: 5 months ago
JSON representation
OpenStack Load Test ( Rally templates for performing Load test )
- Host: GitHub
- URL: https://github.com/reddydodda/openstack-loadtest
- Owner: reddydodda
- License: apache-2.0
- Created: 2017-05-20T18:33:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T00:51:47.000Z (about 9 years ago)
- Last Synced: 2025-05-05T02:51:58.735Z (about 1 year ago)
- Topics: load-testing, openstack, openstack-ralli
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to use steps :
Install Rally on your Box
Instalation Steps :
wget -q -O- https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash
or using curl:
curl https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash
Source OpenRC:
$ . openrc admin admin
Create New deployment for this cloud:
$ rally deployment create --fromenv --name=existing
Check for Environment status:
$ rally deployment check
Start Rally Test by cloning this repo:
$ git clone https://github.comcast.com/cdodda/rally.git
Edit variables file as per your use case:
$ vim variables.yaml
Start Rally test:
$ rally task start openstack.yaml --task-args-file variables.yaml
Get HTML output:
$ rally task report --out=report1.html --open