goreplay icon indicating copy to clipboard operation
goreplay copied to clipboard

2x load testing - not working

Open soundarig opened this issue 4 years ago • 2 comments

Version - gor - 1.3 beta

I have tried to replay a traffic from input file with 200% load for performance testing. But its not working. Here is the command: sudo ./gor --input-file "requests|200%" --output-http "<Http URL>"

If i remove 200%, replay is working fine.

Can anyone help me to identify the mistake that i made in the replay with 200% load.

soundarig avatar Apr 08 '21 10:04 soundarig

try using --verbose=5 to see some errors(if any).

urbanishimwe avatar Apr 09 '21 20:04 urbanishimwe

Thanks for responding.

Here is the error : sudo ./gor --input-file "csc1_test|200%" --output-http "" --verbose 5 2021/04/19 13:52:16 [PPID 17457 and PID 17458] Version:1.2.0 [DEBUG][elapsed 880.288µs]: [EMITTER] input: 1 267192e01673d24ab22798d0 1617867909414492368 0 from: Limiting File input: csc1_test to: 200 (isPercent: true) [DEBUG][elapsed 108.201µs]: [EMITTER] error during copy: "io: read/write on closed pipe"

soundarig avatar Apr 19 '21 13:04 soundarig