stress-injector

Python script, to inject memory, CPU and URL stress

MIT License

Downloads
772
Stars
2
Committers
3
stress-injector - v0.9 Latest Release

Published by thevickypedia about 1 year ago

Includes some minor modifications in type hinting

stress-injector - v0.8

Published by thevickypedia about 1 year ago

stress-injector - v0.7

Published by thevickypedia over 1 year ago

stress-injector - v0.5

Published by thevickypedia over 1 year ago

stress-injector - v0.4

Published by thevickypedia over 1 year ago

stress-injector - v0.4a

Published by thevickypedia over 1 year ago

stress-injector - Fix imports

Published by thevickypedia over 2 years ago

Update docs

stress-injector - Flush screen output before carriage return

Published by thevickypedia almost 3 years ago

stress-injector - Remove prompt and use default values instead

Published by thevickypedia almost 3 years ago

Update README.md on CPU stress usage
Remove prompt and use default values instead
Make some methods to be private

stress-injector - Update name of the repo

Published by thevickypedia almost 3 years ago

stress-injector - Update broken links in docstrings

Published by thevickypedia almost 3 years ago

Match version as per the number of commits

stress-injector - - Upgrade packages in requirements.txt

Published by thevickypedia almost 3 years ago

  • Update maintenance year to 2022
  • Generate CHANGELOG in LIFO manner
  • Update docs big time
stress-injector - Stop the thread that measures CPU usage during a manual interrupt

Published by thevickypedia about 3 years ago

  • Stop the thread that measures CPU usage during a manual interrupt
  • Previously CPUStress measurement used to run until the current time reaches 3 seconds in addition to the user input.
  • Since the measurement runs in a dedicated thread this, stopping stress never stopped the usage display.
  • Now CPUStress measurement will stop when a manual interrupt is received using a stop_flag variable.
  • Update docs and README.md internal link.
stress-injector - Bug fix

Published by thevickypedia about 3 years ago

  • Fix broken CPU stress because of global variable
  • Wrap everything inside a class
  • Add an option to pass the user input when the class is initialized
  • Update dependencies, docs and readme
  • Update variable names to right convention
stress-injector - Mark methods as internal and update dependencies and readme

Published by thevickypedia about 3 years ago

Change Log

0.0.1 (08/04/2021)

  • Onboard stress-injector to pypi

0.0.2 (08/04/2021)

  • Update docs
  • Change module name
  • Fix broken references

0.0.3 (08/04/2021)

  • Roll back module name
  • Update badges in README.md

0.0.4 (08/04/2021)

  • Mark methods as internal
  • Update dependencies and readme
stress-injector - Roll back module name and update badges in readme

Published by thevickypedia about 3 years ago

stress-injector - Change module name and update docs

Published by thevickypedia about 3 years ago

stress-injector - Onboard to pypi

Published by thevickypedia about 3 years ago