Metadata-Version: 1.0
Name: boom
Version: 0.1.2
Summary: Simple HTTP Load tester
Home-page: https://github.com/tarekziade/boom
Author: Tarek Ziade
Author-email: tarek@ziade.org
License: UNKNOWN
Description: Simple HTTP Load tester
        =======================
        
        **I am a prototype**
        
        
        ::
        
            $ pip install boom
            $ boom http://localhost:80 -c 10 -n 10
            Server Software: nginx/1.2.2
            Starting the load [====================================================================================================] Done
        
            -------- Results --------
            Successful calls        100
            Average                 0.0263 s
            Fastest                 0.0126 s
            Slowest                 0.0307 s
            Amplitude               0.0181 s
            RPS                     343
            BSI                     Pretty good
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 1 - Planning
