Here is the workload that stresses an specific resource
- pip install -r requirement.txt
For adding stressor parameters checkout the ubuntu help page. Sample configuration for experiment.yaml
resources:
- name: stressor
generator: file:workload/stressor
params:
experiment_name: 'csws_experiment'
tag: 'stressor1'
stressor_params:
'cpu': '8'
'timeout': '10s'