jmeter tcp response assertion -


my device , socket communicate through tcp. want load test server try use jmeter.

server , device keep connection alive. need send login message before sending other message. , each message doesn't have end line character using bit define how long message is.

now when send out login message, server response success code. because connection keep, , there no end line character, jmeter doesn't know when full response, wait until timeout. try response assertion, using contain word still not working.

my question should case when jmeter receive bit, example 'success' word server, jmeter understand pass , keep connection next request.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -