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

Not 100% requests are written to file #1142

Open hanyongqi1 opened 1 year ago

hanyongqi1 commented 1 year ago

Only about 1% of requests are recorded under heavy traffic, Is there any configuration to record all ./gor --input-raw :8085 --input-raw-buffer-size 10MB -input-raw-expire 30s --http-allow-url /updateinfo -output-file ./updateinfo_prod_20221121_15 --output-file-append

spotlightv commented 1 year ago

i met the same problem, have you solved yet ?

wtx-cynthia commented 9 months ago

我也遇到了同样的问题