素材巴巴 > 程序开发 >

openstack 性能测试 Rally

程序开发 2023-09-03 14:33:32

OpenStack 已经成为企业构建私有云的首选,部署openstack 的方式有很多种,那么如何对openstack 环境做性能评估呢?  Rally 就是你想要的测试项目


下载安装Rally

参考 http://rally.readthedocs.org/en/latest/tutorial/step_0_installation.html

[html] view plain copy
  1. git clone https://github.com/stackforge/rally.git  
  2. ./rally/install_rally.sh -v  

配置测试环境

参考

http://rally.readthedocs.org/en/latest/tutorial/step_1_setting_up_env_and_running_benchmark_from_samples.html

http://rally.readthedocs.org/en/latest/tutorial/step_3_benchmarking_with_existing_users.html

rally 代码的 samples/deployments 目录下有模板可以参考

[html] view plain copy
  1. [root@localhost deployments]# pwd  
  2. /root/rally/samples/deployments  
  3. [root@localhost deployments]# ll  
  4. total 24  
  5. -rw-r--r--. 1 root root  313 Apr  8 14:52 existing.json  
  6. -rw-r--r--. 1 root root  430 Apr  8 14:52 existing-keystone-v3.json  
  7. -rw-r--r--. 1 root root  423 Apr  8 14:52 existing-with-given-endpoint.json  
  8. -rw-r--r--. 1 root root  558 Apr  8 14:52 existing-with-predefined-users.json  
  9. drwxr-xr-x. 2 root root 4096 Apr  8 14:52 for_deploying_openstack_with_rally  
  10. -rw-r--r--. 1 root root 1396 Apr  8 14:52 README.rst  

我的existing.json

[html] view plain copy
  1. [root@localhost rally]# cat existing.json   
  2. {  
  3.     "type": "ExistingCloud",  
  4.     "auth_url": "http://192.168.132.53:5000/v3/",  
  5.     "region_name": "RegionOne",  
  6.     "endpoint_type": "public",  
  7.     "admin": {  
  8.         "username": "admin",  
  9.         "password": "admin",  
  10.         "tenant_name": "admin"  
  11.     },  
  12.     "https_insecure": fa

标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。