Sending EOL byte for request in TCP Sampler
问题 So, I am having TCP socket server which defines text based client server communication. I want to measure performance of this service using jmeter's TCP Sampler but the problem is that I cannot find a way to send EOL byte for every request. From what I see the server defines "\0" as line delimiter. From what I understand the field 'End of line(EOL) byte value' is for parsing server response and its value is not considered when request is being made. Using the following code I am able to