Simple CPU stresser in Python
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pystress-0.2.1.tar.gz
(3.1 kB
view hashes)