@ tekwalk.blogspot.in [18/May/2013]
http://tekwalk.blogspot.in/2013/05/perform-performance-test-using-multi.html
What? multi-mechanize is an OpenSource load testing framework written and configurable in Python. So either make calls to any web service or simple import and utilize any python-accessible API/service.
It’s successor of an old Python load testing framework called Pylot.
Developed and maintained @GitHub
Install available through ‘pip’ too as
$ pip install multi-mechanize
It also requires matplotlib library if you wanna view Graphs in the generated HTML report (or otherwise), BUT it’s not mandatory as the framework would perform all tests fine with an import error for matplotlib.
This also follows a……
…..click here for full blogpost