arrow2012

Results 17 comments of arrow2012

![image](https://user-images.githubusercontent.com/46478986/51112036-12419080-1839-11e9-9578-30061ec14287.png)

![image](https://user-images.githubusercontent.com/46478986/128821458-a8dc18f4-e2f5-4467-8012-3a32b81243fd.png)

record nginx from 2021-12-24 15:09:28 to 2021-12-24 15:24:56 ``` cat 1.log |grep "drill_record_upload" |wc -l 30 ``` URI :/drill_record_upload" only count 30 but I found 8000+ count in nginx accesslog...

![Uploading image.png…]() gor command ``` /usr/local/bin/gor -input-raw :80 -output-file /bak/goreplay/api.xxx.com-request-%Y-%m-%d-%H.log -http-allow-header Host:^api.xxx.com -http-disallow-url /api/health -http-disallow-url /api/ext/xx -http-disallow-url /api/ext/xx -output-file-size-limit 512MB -input-raw-buffer-size 104857600 -copy-buffer-size 104857600 -output-file-queue-limit 0 ```

@buger I have tested 1.3.0 worked for me , can get 70%

v1.3.0 not all urls specified in -http-disallow-url ignore

when I make install libpcap 1.10, and go build source code v1.3.0 , it dropped to many packets of url "POST drill_record_upload" too

build command : go build

go build in CentOS Linux release 7.7.1908