且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

亚马逊云web应用程序性能测试

更新时间:2023-02-27 14:19:28

JMeter是常见的选择: http://jmeter.apache.org

JMeter is a common choice for this: http://jmeter.apache.org

您可以将其设置为从一个或多个本地机器,或者您实际上可以在AWS上运行它 - 这里有一个很好的总结: http://***.com/a/16619103/334402

You can either set it up to test from one or more local machines or you can actually run it on AWS itself - there's a nice summary here: http://***.com/a/16619103/334402

我在过去都做过,两者都有利弊 - 基本上通过普通的互联网连接从机器上运行它们意味着你使用的是真正的的访问网络,因为AWS一般会在其数据中心之间建立专用网络。

I have done both in the past and there are pros and cons to both - basically running it from machines over regular internet connections means you are using 'real' access networks, as AWS will generally have dedicated networking between its Data Centers.

另一方面,在AWS中运行JMeter允许您将其设置为从不同地区并且可能会让你产生更高的负载(除非你有很多真正的机器)。

On the other hand, running JMeter in AWS allows you set it up to test from different regions and probably will allow you generate a much higher load (unless you have lots of real machines at your disposal).