0

我有一个部署在 tomcat 容器上的应用程序。我正在运行 jmeter 负载(带有 HttpRequests 的 x 线程)。然后我正在查看 TPS、延迟、cpu 和内存(通过 jmx)。

我正在寻找一种自动的方式来完成这一切,并且可能会更好。任何好的参考资料、博客、文章,也许是一些 github 资源

4

2 回答 2

0

You'd really need to be more specific about what you would like to automate, running the test, analyzing the results, monitoring your AUT or?

That said, you could try this: https://github.com/oliverlloyd/jmeter-ec2. This will automate test execution using remote hosts which can be useful to some people in some scenarios.

于 2012-06-13T08:49:35.833 回答
0

嗯,你到底在寻找什么?我正在使用 JProfiler,它对我来说非常有效。我从我的应用程序中记录了测量数据,我可以在运行中和之后进行分析。但我不确定这是否是你需要的。“自动压力测试”。也许您可以在运行 JProfiler 的同时运行一堆 Selenium 测试?您会使用商业工具还是更喜欢“免费”(对不起这个词)工具?

反正玩得开心:)

戴夫

于 2012-06-13T08:37:06.610 回答