source: main/multimechanize/trunk/docs/index.rst @ 7557

Last change on this file since 7557 was 7552, checked in by uli, 13 years ago

multimech switched to github and incorporated changes officially we applied locally before. This is an update to stick with the latest source from official repos.

File size: 1.8 KB
Line 
1
2================================================
3    Multi-Mechanize | Performance Test Framework
4================================================
5
6|
7
8.. image:: assets/multimech-450.png
9
10|
11
12.. image:: assets/graphs.png
13
14----
15
16:Home: http://testutils.org/multimechanize
17:Dev: http://github.com/cgoldberg/multi-mechanize
18:PyPI: http://pypi.python.org/pypi/multimechanize
19:License: GNU LGPLv3
20:Author: Copyright (c) 2010-2012 Corey Goldberg
21
22----
23
24--------------------------------------
25    Performance & Load Tests in Python
26--------------------------------------
27
28Multi-Mechanize is an open source framework for API performance and load testing.
29It allows you to run simultaneous Python scripts to generate synthetic transactions
30against a web site or service.
31   
32Test output reports are saved as HTML (with PNG graphs), or JUnit-compatible XML
33for compatibility with CI systems.
34
35-------------------
36    Install / Setup
37-------------------
38
39Multi-Mechanize can be installed from `PyPI <http://pypi.python.org/pypi/multimechanize>`_ using `pip <http://www.pip-installer.org>`_::
40   
41    pip install -U multimechanize
42
43... or download the `source distribution from PyPI <http://pypi.python.org/pypi/multimechanize#downloads>`_, unarchive, and run::
44
45    python setup.py install
46   
47-------------------------------
48    Discussion / Help / Updates
49-------------------------------
50
51* IRC: #multimech (freenode)
52* Google Group: http://groups.google.com/group/multi-mechanize
53* Twitter: http://twitter.com/multimechanize
54
55---------------
56    Development
57---------------
58
59* GitHub: http://github.com/cgoldberg/multi-mechanize
60
61-------------
62    Site Menu
63-------------
64
65.. toctree::
66    :maxdepth: 1
67   
68    configfile
69    scripts
70    graphs
71    faq
72    dev
73    changelog
74   
75----
76
77.. image:: assets/python-powered.png
Note: See TracBrowser for help on using the repository browser.