You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested NGINX with a stream SSL proxy using the Apache Benchmark (ab) tool. I am observing a hang while processing the last 50-100 requests, resulting in a timeout.
Please suggest any configuration changes to avoid hangs and improve stream SSL performance.
Is it good to use the ab tool to test a stream SSL proxy? If not, please suggest a good benchmark tool for stream SSL.”
stream {
upstream backend {
server 11.0.0.5:8000;
}
I have tested NGINX with a stream SSL proxy using the Apache Benchmark (ab) tool. I am observing a hang while processing the last 50-100 requests, resulting in a timeout.
stream {
upstream backend {
server 11.0.0.5:8000;
}
}
The text was updated successfully, but these errors were encountered: