Reputation: 1
i've installed openstack essex edition in a single-node, using stackops. For my thesis, i have to do some test on the performance of openstack.
I need a stress test to test openstack system and an application that's can represent these test with some graphics...
it's possible? anyone can help me?
Thanks :)
Upvotes: 0
Views: 585
Reputation: 1307
For the swift(storage) component we use Tsung to make some load and stress tests.Tsung also gives graphical reports.
Upvotes: 0
Reputation: 2010
https://github.com/cloudscaling/tarkin This is something we've worked with in the past to do some VERY rudimentary load testing.
Upvotes: 0
Reputation: 59222
You may want to take a look at the OpenStack integration testing documentation. In particular, there's a test suite called Tempest which is used for OpenStack integration testing, and includes stress tests.
Upvotes: 1