1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
You cannot run parallel executions of stress-ng. Hence the error.
You can instead:
-
Delay the parallel runs (Run first, wait two minutes, run second, wait 3 minutes, etc)
-
Check and terminate already running instances
-
Use a different tool such as:
* sysbench * Apache JMeter * htop (for monitoring) * cgroups (for resource control)
