Metadata-Version: 1.1
Name: loads
Version: 0.3
Summary: A distributed load testing tool.
Home-page: https://github.com/mozilla-services/loads
Author: Mozilla Services
Author-email: services-dev@mozilla.org
License: APLv2.0
Description: =====
        Loads
        =====
        
        .. warning::
        
           Loads is under heavy development. Don't use it.
        
        
        **Loads** is a framework for load testing an HTTP service.
        
        .. figure:: https://loads.readthedocs.org/en/latest/_images/logo.jpg
           :align: right
           :target: http://thenounproject.com/noun/riot/#icon-No15381
        
           by Juan Pablo Bravo
        
        
        
        Installation::
        
            $ bin/pip install loads
        
        See the docs at http://loads.readthedocs.org
        
        .. image:: https://secure.travis-ci.org/mozilla-services/loads.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/mozilla-services/loads/
        
        .. image:: https://coveralls.io/repos/mozilla-services/loads/badge.png?branch=master
           :target: https://coveralls.io/r/mozilla-services/loads
        
        .. image:: https://pypip.in/v/loads/badge.png
           :target: https://crate.io/packages/loads/
        
        
        
        CHANGES
        =======
        
        0.3 - 2014-05-22
        ----------------
        
        - Agents id are now unique across boxes
        - Disabling heartbeat on busy agents
        - Busy agents cannot be killed that easily
        - moved from a REP/ROUTER/REQ pattern to a REP/ROUTER/ROUTER
        - Refactored Funkload output
        - Refactored external runner interface
        - Many more things
        
        0.2 - 2013-09-27
        ----------------
        
        - improved test coverage, distributed stability and documentation
        - refactored the code in cleaner & smaller modules.
        - 15% speedup for the broker
        - Database backends are now plugins. We provide a pure Python disk-based one
          and a Redis one.
        - extended the database API - now used in the loads-web project to display
          running load tests.
        - the console can now be detached and also displays tracebacks.
        - added several options: --duration, --ping-broker, --check-cluster,
          --no-patching
        - Fixed the DNS resolving issues.
        - Added support for multiple runs in external runners
        - Added an experimental Funkload output
        
        0.1 - 2013-08-02
        ----------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
