A package to enqueue a variable number of jobs with variably distributed TIME x CPU "areas"
Project description
rqpop uses the python package stressypy to create a certain number of cpu-stressing jobs for a variably distributed amount of time, the distribution type and seed being specified by the user. It creates stressypy’s JobBlock objects which contain pertinent information for queueing these test jobs to test queueing algorithms by enqueueing a certain number of randomly ‘sized’ jobs, which simulates the real job influx of a webservice, for example. The jobs are enqueued with RQ (Redis Queue).
JobBlocks:
refer to https://github.com/salbrandi/stressypy#jobblock-attributes for documentation on JobBlock objects
Installation
rqpop can be installed with pip install rqpop and will auto-install all dependencies.
Alternatively, it can be cloned manually from the url: https://github.com/salbrandi/rqpop.git or the tarfile can be downloaded from the url: https://github.com/salbrandi/rqpop/archive/0.1.tar.gz and setup with python setup.py install
Directions
rqpop runs using the command rqpop queue with the number of jobs desired and the max time allowed being passed as arguments.
The help page:
Distributions supported are:
Log Normal: normal - default
Box: box
Spike/Dirac/Delta: spike
Exponential/Power: power
Examples
- rqpop queue 10 12 --seed 0 --distribution normal:
creates and enqueues 10 jobs normally distributed with seed 0 and a max time of 12 seconds
- rqpop queue 21456 --seed 1023041 --distribution power --mnc 2 --mxc 10 -q high:
creates and enqueues 21, 456 jobs exponentially distributed with seed 1023041, min cores 2, max cores 10 on the queue ‘high
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rqpop-0.0.3.tar.gz
.
File metadata
- Download URL: rqpop-0.0.3.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b2f1ecb596ec48a874ce8a5eace875ba5609c45d75f9a45006f4aa981a94c5 |
|
MD5 | 5d6696b46d6e2d2cf9e02d7d1270fa2e |
|
BLAKE2b-256 | 76858889b1f5c3eeda7a5f59da202f99e6e0a65caeb4f9496438e307e9318083 |