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
Keywords: cpu ram
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
License-File: LICENSE
Requires-Dist: psutil>=5.4.7

# 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
