Relative Content

Tag Archive for tcpjmeterjsr223threadgroup

which thread group or what changes to do in thread group, to send continous data through TCP protocol to server without waiting for the response

I want to do load testing for a server where i will be sending request with data continously.
Requirement: In jmeter , i want to send requests with data(text) through TCP protocol continously for long time and it should not wait for the response of the previous request for sending next request.As server does not send the response, the jmeter should send the request continously.