goreplay
goreplay copied to clipboard
very strange question
Sometimes goreplay can barely grab the request, sometimes only the response.This phenomenon seems to be related to the size of the response message. Using jmeter to stress the 2k json message can be reproduced.
add --input-raw-override-snaplen
add --input-raw-override-snaplen
Why does this happen? What is the function of this parameter
add --input-raw-override-snaplen
Thank you very much!!! this solved my problem.