Difficult to understand the total number of page request & application support for how many users?

StackOverflow https://stackoverflow.com/questions/18417106

  •  26-06-2022
  •  | 
  •  

質問

In my environment, home page consist the 60 page requests (seen in ff firebug) & display same as 60 samples while recording the script of home page in jmeter.

suppose i have taken,

Number of threads ( users ) = 10, 
Ramp-up period = 1, 
loop count = 1

Then my question is that the total number of page requests are = 10 * 60 = 600 or 10 ? & my application support for how much user 600 or 10?

Thanks in advance for answer.

役に立ちましたか?

解決

  • Total page requests will be 600, no. of requests in test plan * no. of users.
  • Does your application support 600 or 10 users??
    • If you do not have any error, your application will at least supports 10 users.

Please read these articles to understand how you can use jMeter.

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/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top