Auto Scaling Test in ECS

huangapple go评论55阅读模式
英文:

Auto Scaling Test in ECS

问题

我没有在ECS中设置自动扩展我的容器。它的最低值是1,最高值是3台机器。我想测试自动扩展过程,但不知道如何增加CPU比率。有没有可以增加CPU数量并让我看看发生了什么的应用程序?或者我该如何做到这一点?

英文:

I did not auto-scaling my container in ECS. It goes down to the lowest 1 and the highest 3 machines. I want to test the Auto Scaling process, but I do not know how to increase the CPU ratio. Is there an app that can increase the amount of CPU and let me see what's going on? Or how can I do this?

答案1

得分: 1

你可以使用第三方压力测试工具,如 npm 的 AutocannonApache JMeter,来增加 CPU 负载并触发自动扩展。

英文:

You can use 3rd party stress-testing tools like npm Autocannon or Apache JMeter to increase CPU load and trigger autoscalling.

huangapple
  • 本文由 发表于 2023年2月27日 00:05:23
  • 转载请务必保留本文链接:https://go.coder-hub.com/75573241.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定