HTTP POST Request Test using LoadRunner -


I am new to the loader and my purpose is to test a web server and send a different number of users and HTTP post to my The script is:

verb () {

  lr_start_transaction ("FORM_PAGE"); web_submit_data ("index.html", "action = https: // <",    , "snapshot = t5.inf", " Mode = html ", ITEMDATA," name = data "," value = >, ENDITEM, LAST) ; lr_end_transaction ("FORM_PAGE", LR_AUTO); return 0;   

}

I expect a small number of transactions and the increase in the number of errors when the payload Constant number of users Increased with the ties. But I think that when payload increases, the total number of transactions increases, from 5 kB to 15 kb and further up to 25 kb with 100 users.

Anyone can give information on this?

Updated:

Another observation is that for 15 KB, the TCP connection for the next recurrence has been started with SEN , Before the last one was finished. Therefore, there is no doubt that the scheduling of 2 second HTTP request is actually being implemented.

In the 5KB scenario, we see that SIN is sent to the next instance, which is sent to FIIN of the last one.

Settings: HTTP KeepAlive- No HTTP response timeout- 2 seconds

Define "transactions" in your context, there are at least six possible definitions, and in your case it would be impossible to understand your question without any specific definition of the transaction, which may be (but not limited to)

  • One hit (single page component request and response)
  • A single web page request and response
  • One Database defined logical transaction
  • Read or write a database defined
  • A complete process of running the business process
  • Based on the number of bytes in and out of the system Reference Sample ....
  • In a logical defined transaction system consisting of one or more requests where a response may be necessary or not.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -