Skip to content

Cloudxtreme/openstack_sizing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openstack_sizing

Python Code to perform OpenStack sizing tests. The test script starts a (pre-defined) number of OpenStack VMs, lets the VMs compute the number Pi and logs the time taken by computation job as well as CPU and memory usage. Afterwards it consolidates usage data in a central log file and destroys the VMs again. The collected data can be used for analysis of:

  • How many VMs can be created on an OpenStack instance
  • How many VMs can run in parallel on an OpenStack instance without significant performance decrease
  • How the performance of indivdual VMs changes if VMs are added or removed
  • How many VMs would run "ideally" on the tested OpenStack instance

About

Python Code to perform OpenStack sizing tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%