Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Jim Albert
Some HTTP load balancers perform additional duties such as acting as a web application firewall (WAF). The load balancer/WAF helps to weed out attacks (and balance load) leaving the back end servers focusing on what are seen as legitimate requests... each portion of the reverse proxy environmen

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Marc Serra
Thank's for your reply Eric. if you have thousands of connections you need to have more servers and > then a balancer will help spreading the load (not increasing performance) > among all the servers, or add bigger figures to your mpm settings in your > single server (if the hardware will be able

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Daniel Ferradal
if you have thousands of connections you need to have more servers and then a balancer will help spreading the load (not increasing performance) among all the servers, or add bigger figures to your mpm settings in your single server (if the hardware will be able to cope with it). If you have thou

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Eric Covener
On Thu, May 27, 2021 at 7:41 AM Marc Serra wrote: > Thank's Eric, I understand. > > But if configuring a load balancer I'm adding another hop with reducing > the performance, seems that is not the best way to improve this > performance, correct? > > As I explained before, it's only a test setup b

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Marc Serra
Thank's Eric, I understand. But if configuring a load balancer I'm adding another hop with reducing the performance, seems that is not the best way to improve this performance, correct? As I explained before, it's only a test setup before move to a real environment. Now I have a single server (8

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Eric Covener
On Thu, May 27, 2021 at 7:06 AM Marc Serra wrote: > I has inverted the results! I'm sorry! I see -- I think this is a case where you aren't taxing either backend and you've just added another hop. This is probably especially true when testing static files. ---

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Marc Serra
Oh shit! copy/paste error!!! I has inverted the results! I'm sorry! the real ones... Results when I run 'ab -k -n 1 -c 1000 http://vm_host_ip_address:8010/' with NO balancer configured... Finished 1 requests Server Software:Apache/2.4.41 Server Hostname:192.168.68.210

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Eric Covener
On Thu, May 27, 2021 at 6:22 AM Marc Serra wrote: > I got better performance without the load balancer. > > Results when I run 'ab -k -n 1 -c 1000 > http://vm_host_ip_address:8010/' with no balancer... > Requests per second:416.16 [#/sec] (mean) > Transfer rate: 35391.87 [Kb

Re: [users@httpd] Poor Load Balancer performance

2021-05-27 Thread Nick Folino
I would expect that adding anything (including a load balancer) in the path would increase the time. On Thu, May 27, 2021 at 6:22 AM Marc Serra wrote: > Hi, I'm trying to understand how to load balancing works and testing it's > benefits, and I'm in a trouble: in my tests (using ab command) I go

[users@httpd] Poor Load Balancer performance

2021-05-27 Thread Marc Serra
Hi, I'm trying to understand how to load balancing works and testing it's benefits, and I'm in a trouble: in my tests (using ab command) I got better performance without the load balancer. I try to describe my environment... I created three VM on Virtualbox with the same hardware and software con