Andrey Lebedev

Results 58 comments of Andrey Lebedev

> any chance to test 3.2.latest? Testing 3.2.latest might not be straightforward. HAProxy 3 is something we haven’t tried yet, so our build configuration may require significant changes. Additionally, even...

> any chance to test 3.2.latest? We updated our build configuration and tested with HAProxy `3.2.4`. While we may need additional testing, at first glance the CPU usage and success...

> Also you mentioned OpenSSL 1.1 but I'm seeing OpenSSL 3.0.7 1 Nov 2022 in your haproxy -vv which might be a good reason for your problems. HAProxy `2.8.10` was...

> During your tests on 3.2, it could be helpful if you could issue this on the CLI: > > `set profiling tasks on` # to enable task profiling >...

> Also, two series of `show info;show activity` 10 seconds apart during the test would be very helpful to spot problems. On the same HAProxy `3.2.4` with OpenSSL1. First run:...

Thank you for the swift reply! > I suspect that after a run is complete, haproxy's CPU stays high _We cannot confirm that. CPU usage drops back down once the...

> Also the output of a perf top during a test could help as well. HAProxy 3.2.4 with OpenSSL1 was tested using `-max-workers 5000 -rate 0 --duration=1m`: ``` 38.08% haproxy...

HAProxy 3.2.4 with OpenSSL1 but with the problematic commit (`4c48edba4f45bb78f41af7d79d3c176710fe6a90`) reverted gives 100% success rate with the same parameters (`5000/1m`, `5000/3m`): ``` $ echo "GET https://hello-world.com/" | vegeta attack -max-workers...