Metadata-Version: 1.1
Name: pystress
Version: 0.1.1
Summary: Simple CPU stresser in Python
Home-page: https://github.com/shichao-an/pystress
Author: Shichao An
Author-email: shichao.an@nyu.edu
License: BSD
Description: pystress - Simple CPU stresser in Python
        ========================================
        
        pystress is a tool to stress your CPU in a simple manner.
        
        
        Installation
        ------------
        You can install with pip::
        
          $ pip install pystress
        
        Or, you can download a source distribution and install with these commands::
        
          $ python setup.py install
        
        
        Example usage
        -------------
        Stress CPU(s) with the same number of processes for 60 (default) seconds::
        
          $ pystress
        
        
        Stress CPU(s) with 2 processes for 10 seconds::
        
          $ pystress 10 2
        
Keywords: pystress
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
