Domanda

How to get this Receiving time/Loading Time in JMeter Please tell as soon as possible. This is snapshot of Chrome

This is snapshot of Chrome.

È stato utile?

Soluzione

I understand receiving time as time between last received byte and first received byte (not page loading time which included time for browser to interpret response) so this should be:

Elapsed time. JMeter measures the elapsed time from just before sending the request to just after the last response has been received. JMeter does not include the time needed to render the response, nor does JMeter process any client code, for example Javascript.

Latency. JMeter measures the latency from just before sending the request to just after the first response has been received. Thus the time includes all the processing needed to assemble the request as well as assembling the first part of the response, which in general will be longer than one byte. Protocol analyzers (such as Wireshark) measure the time when bytes are actually sent/received over the interface. The JMeter time should be closer to that which is experienced by a browser or other application client.

But I didn't find definition of Receiving time:

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top