Unable to capture avergare response time

Issue #105 closed
keshav kashyap created an issue

Hi Peter

Am executing jmeter tests in non gui mode and am generating the synthesis report at the end of the loadtest

Am creating a websocket connection using websocet sopen connection sampler

Am using websocket write sampler to send the JSON using existing connection

At the end of the load test We are seeing the average response time the websocket open connection sampler

But am unable to get the a averagerage response time for webscolet write sampler

Comments (5)

  1. Santoshi Nitya

    Are you able to connect to websocket server. When I am trying to connect and send message then I am getting Http "Upgrade failed with status code 500". I am using websocket request-response sampler. Any suggestions? TIA

  2. Peter Doornbosch repo owner

    500 means server error. Most likely, your server expects additional parameters or headers. To only way to find out is to check server logs / developers or to use a "normal" client and inspect what it is sending....

  3. Peter Doornbosch repo owner

    W.r.t. the original question of Keshav: are you talking about the "View Results in Table" or "Summary Report" views? These averages are computed by JMeter, not by the plugin. If this does not help, please explain where you do / don't see the averages. Maybe a screenhot helps.

  4. Log in to comment