문제

I would like to test the load of my App Engine App.

From the load test google recommendation. Query per second should increase gradually.

Load test recommendation

So I would like to add 1 connection every second to my load test. How can I do that? I search for AB (Apache Benchmark) and JMeter without success.

Maybe my question is very basic, but as I'm not use to load testing I don't google it properly.

Thanks.

도움이 되었습니까?

해결책

If you want one connection every seconds, your ramp up period (in seconds) should be equal to no. of users you choose in the thread group settings.

Refer to following tutorials to understand how to use jmeter for load testing.

http://www.javaworld.com/javaworld/jw-07-2005/jw-0711-jmeter.html

http://nico.vahlas.eu/2010/03/17/some-thoughts-on-stress-testing-web-applications-with-jmeter-part-1/

http://nico.vahlas.eu/2010/03/30/some-thoughts-on-stress-testing-web-applications-with-jmeter-part-2/

다른 팁

Due to my leak of vocabulary I couldn't Google it.

It's call a "ramp-up". The word was actually in Google slide.

It can be done with JMeter under the "Thread Group" element.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top