Metadata-Version: 1.0
Name: firebat-console
Version: 0.0.10
Summary: Console helpers for Phantom load tool
Home-page: https://github.com/greggyNapalm/firebat_console
Author: Gregory Komissarov
Author-email: gregory.komissarov@gmail.com
License: BSD
Description: Firebat-console
        ===============
        .. image:: https://secure.travis-ci.org/greggyNapalm/firebat_console.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/greggyNapalm/firebat_console
        
        Firebat is console based utility library for Phantom I/O engine. Create and launch tests, analyze results.
        
        Documentation
        -------------
        
        More info and documentation can be found at: `<http://firebat-console.readthedocs.org/>`_
        
        Russian documentation is also available: `<http://firebat-console-ru.readthedocs.org/>`_
        
        
        Requirements
        ------------
        
        * GNU Linux >= 2.6
        * Phantom I/O engine >= 14
        * Python >= 2.7 (Not Python3)
        
        Installation
        ------------
        
        Use pip and `vurtualev/virtualenvwrapper <http://docs.python-guide.org/en/latest/dev/virtualenvs/>`_
        
        Stable version:
        
        ::
        
            pip install firebat-console
        
        Development version:
        
        ::
        
            pip install -e git+git://github.com/greggyNapalm/firebat_console.git#egg=firebat-console
        
        
        
        Screenshots
        -----------
        
        `Demo page <http://fire-demo.appspot.com/f/index.html>`_
        
        .. image:: https://github.com/greggyNapalm/firebat_console/raw/ru_sphinx_doc/docs/img/ss11.png
        .. image:: https://github.com/greggyNapalm/firebat_console/raw/ru_sphinx_doc/docs/img/ss12.png
        .. image:: https://github.com/greggyNapalm/firebat_console/raw/ru_sphinx_doc/docs/img/ss13.png
        
        Issues
        ------
        
        Find a bug? Want a feature? Submit an `here <http://github.com/greggyNapalm/phantom_doc/issues/>`. Patches welcome!
        
        License
        -------
        BSD `Read more <http://opensource.org/licenses/BSD-3-Clause>`_
        
        =========
        Changelog
        =========
        
        0.10
        ====
        
        * New charts added: Avg Tx Rx, Req/Resp, RTT fractions
        * Web based report optimized
        
        0.9
        ===
        
        * daemonized Phantom launcher added
        * Web based report added 
        
        0.1
        ===
        
        * Unit tets and TravisCI integration added
        
        
Keywords: phantom,firebat
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
