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.
https://goreplay.org
Other
18.53k stars 13 forks source link

transmit http drop package #1123

Open geiliwanghaichao opened 2 years ago

geiliwanghaichao commented 2 years ago

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

wangfeng22 commented 2 years ago

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.

geiliwanghaichao commented 2 years ago

@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.