[GitHub] [apisix] xujl930 commented on issue #3276: bug: the plugin limit-req reached threshold response with error code 503 by Apache Benchmark

2021-01-14 Thread GitBox
xujl930 commented on issue #3276: URL: https://github.com/apache/apisix/issues/3276#issuecomment-760115358 > Would you please use another benchmark tool like wrk or vegeta to test it? ``` Running 1s test @ http://127.0.0.1:9080/52-dev/sqleditor/test-jlxu 10 threads and 100

[GitHub] [apisix] xujl930 commented on issue #3276: bug: the plugin limit-req reached threshold response with error code 503 by Apache Benchmark

2021-01-13 Thread GitBox
xujl930 commented on issue #3276: URL: https://github.com/apache/apisix/issues/3276#issuecomment-759960239 > and if you got 5xx response, you can check your error log first: `apisix/logs/error.log`, we can get more useful information there is no info output in error.log, the

[GitHub] [apisix] xujl930 commented on issue #3276: bug: the plugin limit-req reached threshold response with error code 503 by Apache Benchmark

2021-01-13 Thread GitBox
xujl930 commented on issue #3276: URL: https://github.com/apache/apisix/issues/3276#issuecomment-759958419 > `ab` uses short connections by default, you need to use the `-k` parameter. > > https://httpd.apache.org/docs/2.4/programs/ab.html: > > `-k Use HTTP KeepAlive feature`