Metadata-Version: 2.1
Name: stress
Version: 1.0.0
Summary: A trivial utility for consuming system resources.
Home-page: https://github.com/mattixtech/stress
Author: Matthew Brooks
Author-email: matt@mattbrooks.ca
License: MIT
Description: # stress
        A trivial python utility for stressing system resources.
        
        ## Install
        * `pip install stress`
        ## Usage
        * `stress` will attempt to consume all available RAM and CPU cycles
            * `stress -c n` or `stress -m n` to consume a specific amount of CPU cores
            or MB of RAM
        
Keywords: cpu ram
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
