我想为许多用户测试我的java Web应用程序。例如,2或3千名用户同时请求。它在我的本地Web服务器中。是否有可以使用的特定软件或流行技术。
答案 0 :(得分:0)
我找到了答案。使用jmeter(http://jmeter.apache.org/ )。它还允许您指定用户数量以及您要请求的时间。除了测试期间的任何错误。来自测试Web应用程序的非常有用的程序
答案 1 :(得分:0)
You can use **JMeter** or **loadrunner**. But Only JMeter is open source and best tool
for load and performance testing.But make sure that your server quite enough
to handle that much load. You can get all the basics regarding Jmeter over below **link**.