It mostly depends on the protocol, in case of HTTP <https://developer.mozilla.org/en-US/docs/Web/HTTP> single "transaction" may produce more than one hit due to redirects <https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections> or downloading embedded resources <https://www.blazemeter.com/blog/web-testing-jmeter-how-properly-handle-embedded-resources-html-responses/> (images, scripts, styles, fonts, sounds, etc.)
In case of missing redirects/embedded resources (i.e if you're testing an API) one sampler generates only one hit and it could be the explanation of your metrics. You cannot calculate/estimate/predict how many hits will a single sampler generates as it mainly depends on your system under test, however you can measure it using i.e. Server Hits per Second <https://jmeter-plugins.org/wiki/HitsPerSecond/> listener -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
