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

Why is the gor file output after my local compilation 50MB, while the officially released file is only 10MB? #1144

Open fengnex opened 1 year ago

fengnex commented 1 year ago

My environment: OS: CentOS Linux release 7.9.2009 (Core) libpcap: libpcap-1.7.4 goreplay: goreplay-1.3.3

Could anyone be so kind as to help me on the following questions? Thanks a lot first! What're the reasons? What should I do to output my gor with the very size of around 10 MB?

fengnex commented 1 year ago

This is not a problem and can be closed, sorry.