================================================ Multi-Mechanize | Performance Test Framework ================================================ | .. image:: assets/multimech-450.png | .. image:: assets/graphs.png ---- :Home: http://testutils.org/multimechanize :Dev: http://github.com/cgoldberg/multi-mechanize :PyPI: http://pypi.python.org/pypi/multimechanize :License: GNU LGPLv3 :Author: Copyright (c) 2010-2012 Corey Goldberg ---- -------------------------------------- Performance & Load Tests in Python -------------------------------------- Multi-Mechanize is an open source framework for API performance and load testing. It allows you to run simultaneous Python scripts to generate synthetic transactions against a web site or service. Test output reports are saved as HTML (with PNG graphs), or JUnit-compatible XML for compatibility with CI systems. ------------------- Install / Setup ------------------- Multi-Mechanize can be installed from `PyPI `_ using `pip `_:: pip install -U multimechanize ... or download the `source distribution from PyPI `_, unarchive, and run:: python setup.py install ------------------------------- Discussion / Help / Updates ------------------------------- * IRC: #multimech (freenode) * Google Group: http://groups.google.com/group/multi-mechanize * Twitter: http://twitter.com/multimechanize --------------- Development --------------- * GitHub: http://github.com/cgoldberg/multi-mechanize ------------- Site Menu ------------- .. toctree:: :maxdepth: 1 configfile scripts graphs faq dev changelog ---- .. image:: assets/python-powered.png