跳到主要内容

1 篇博文 含有标签「Stress Testing」

查看所有标签

How to efficiently stress test Pod memory

· 阅读需 11 分钟
Yinghao Wang
Contributor of Chaos Mesh

banner
banner

Chaos Mesh includes the StressChaos tool, which allows you to inject CPU and memory stress into your Pod. This tool can be very useful when you test or benchmark a CPU-sensitive or memory-sensitive program and want to know its behavior under pressure.

However, as we tested and used StressChaos, we found some issues with usability and performance. For example, why does StressChaos use far less memory than we configured? To correct these issues, we developed a new set of tests. In this article, I'll describe how we troubleshooted these issues and corrected them. This information will enable you to get the most out of StressChaos.