跳至内容

aws fis experiment template - Another stress-ng command is running, exiting...

0

Hi,

I am using aws FIS for two actions: cpu stress and memory stress in one experiment template where memory stress starts after cpu stress. CPU stress completes successfully, the moment memory stress action starts it fails with error - Another stress-ng command is running, exiting...

Please suggest or guide.

Thanks.

AWS
已提问 1 年前201 查看次数
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)
    
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。