英文:
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 的 Autocannon 或 Apache JMeter,来增加 CPU 负载并触发自动扩展。
英文:
You can use 3rd party stress-testing tools like npm Autocannon or Apache JMeter to increase CPU load and trigger autoscalling.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论