跳至內容

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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。