Skip to main content

A simple program for calling stress and/or stress-ng from python

Project description

stressypy uses the unix package stress to stress a certain number of cpus for a certain amount of time, as specified by the user. It creates JobBlock objects which contain pertinent information for using these stress loads to test queueing algorithms.

JobBlock Attributes:

The JobBlock class is used to store any function and its cpu width and time height.

instance attributes

  • n_cpu: number of cpus being stressed

  • t_run: the time it will take to run the job

  • func: the function the block is storing

  • func_args: the arguments for the function the block is storing

  • job: a combination of the func and arg to return the complete job that the block should execute

attribute type

description

input

n_cpu: number of cpus being stressed

input

t_run: the time it will take to run the job

set with set_job()

func: the function the block is storing

set with set_job()

func_args: the arguments for the function the block is storing

calculated

job: a combination of the func and arg to return the complete job that the block should execute

Installation

stressypy can be installed with pip install stressypy

or cloned manually and setup with python setup.py install

stressypy is dependent on the stress unix package. Make sure you have it installed.

Unix Distro

Command

Debian

sudo apt-get install stress

Arch Linux

pacman -S stress

Directions

stressypy runs using the command stressy stress with the number of cpus and time passed as arguments

  • stressy stress 1 1 stresses 1 core for 1 second

  • stressy stress 7 3 stresses 7 cores for 3 second

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

stressypy-0.0.12.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file stressypy-0.0.12.tar.gz.

File metadata

  • Download URL: stressypy-0.0.12.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for stressypy-0.0.12.tar.gz
Algorithm Hash digest
SHA256 909ab29e0c1da4cac1ac3c3c9d0a21fe2f9b431990d9f860685c6734cab80242
MD5 50c3a7c8af306e811a089cd4bf01888d
BLAKE2b-256 7b64bb90bc9836c1dca8ad13e9b8d212b55fda6a7b4f6d72a3fbabb469fbaff7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page