pystress

Simple CPU stresser in Python


Keywords
pystress
License
BSD-3-Clause
Install
pip install pystress==0.2.1

Documentation

pystress - Simple CPU stresser in Python

pystress is a tool to stress your CPU in a simple manner.

https://travis-ci.org/shichao-an/pystress.png?branch=master

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