How can i check average wait time until publishing?

Issue #213 closed
Former user created an issue

I built STOMP server. I want to create test like this. 1. Open Connection 2. send subscription message. 3. send endpoint & message. (If STOMP server get message, it will be processing and publishing.) 4. Wait until receive publishing message. ( it will takes several seconds.) 5. if response message arrived, close connection.

I really want to know, Can i check average wait time until publishing message? Please help me!!

Comments (3)

  1. Peter Doornbosch repo owner

    This is not a question about the plugin, is it? You are asking how to get the average duration of a sampler → just use the standard JMeter Summary Report and check the column labeled “Average”.

  2. Log in to comment