buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.

Home Page:https://goreplay.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transmit http drop package

geiliwanghaichao opened this issue · comments

my command:
sudo gor --input-raw 172.16.7.60:17500 --output-http http://172.16.7.144:22000" -http-allow-url "/VIID/VehicleTracks"
drop lots of packages when i check the transmited datas.
how to solve this problem,thanks

gor vesion: V1.3.0

my command: sudo gor --input-raw 172.16.7.60:17500 --output-http http://172.16.7.144:22000" -http-allow-url "/VIID/VehicleTracks" drop lots of packages when i check the transmited datas. how to solve this problem,thanks

gor vesion: V1.3.0

Try to add -input-raw-override-snaplen option.

@wangfeng22 Thank you for your reply。I add this option,but still drop package.
my data normal frame rate is 80ms.when I use gor to transmit data,the frame rate is more than 1s.