开发者

Load-testing a web application

开发者 https://www.devze.com 2023-02-23 12:51 出处:网络
How does one go about testing the server-side performance of a web application? I\'m working on a small web application (specifically, it will solely be responding to AJAX requests with database rows

How does one go about testing the server-side performance of a web application?

I'm working on a small web application (specifically, it will solely be responding to AJAX requests with database rows). I want to see how it performs under load. However, I开发者_StackOverflow中文版 cannot upload it to an internet host right away. The development environment is, however, part of the local intranet, so I can use as many machines as I want to hammer the development server, presumably using Python in conjunction with urllib2.

My question is, is such an approach really accurate for determining the high-load performance of a server-side script? Is there a better way to do this? Am I missing something here?


Have you tried a tool like Apache JMeter? http://jmeter.apache.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消