Does the JMeter Connect Time (ms) statistics include the time taken to upload the file to the server?

I am trying to determine if JMeter statistics are enabled, connection time (ms), from View results in table , listener, file upload time to server. Apache JMeter documentation is not specified. Based on my own testing, it shows that file upload times are included, but I want to know for sure.

From my own testing, uploading the following files to a test server via an HTTP sampler had the following effect:

  • File not loaded: Connection time was half a second or less
  • 250MB file: Connection time was about 19 seconds.
  • 500MB file: Connection time was about 39 seconds.
  • 1gb file: Connection time was about 76 seconds.
+3


source to share


1 answer


The connection time should not include the unload time.

If you see this, check your heap settings first, and if confirmed, open bugzilla.

Edit May 5, 2015:



You opened error 57886:

+1


source







All Articles