I'd like to use jmeter's TCP Sampler to stress test my system (i am using the default TCP sampler and the jmeter GUI), but the thread group loop counter doesn't seem to be working. When i run my test threads only one message gets sent. It almost feels like jmeter is waiting for a response from the server before it begins sending the other messages, except in my case the server should not send any type of acknowledgement.
I am sending text message and using the default tcp sampler class, and have added response assertions to the sampler telling it to ignore the response (which i had hoped would solve my problem). I am also sure that my server is not the issue, and the message is formatted in a way my server expects (with a blank line to signify the end of a message)
The result after starting my test
As you can see from my 3rd image, when i start the test it sends one message and just hangs. My server only receives the first message. As i'm new to jmeter, any advice would be helpful. I assumed i can accomplish what i need via the default TCP sampler, if that's not the case can anyone point me in the right direction?