Skip to content

Initial release

Compare
Choose a tag to compare
@pradykaushik pradykaushik released this 18 Jun 16:05
· 3 commits to master since this release
105cd42

First release of system load generator. The following types of load can be generated.

  1. CPU Load.
  2. Load Average.
  3. CPU Load with Memory Pressure.

Uncomment the necessary sections in the Dockerfile depending on the type of load to be generated and build the docker image.
You can also use one of the following pre-built docker images.

  1. CPU Load - pkaushi1/cpu-load-generator:latest
  2. Load Average - pkaushi1/cpu-loadavg-generator:latest
  3. CPULoad with Memory Pressure - pkaushi1/cpu-load-with-memory-pressure-generator:latest