Difference between revisions of "Loadbalancers"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
- https://www.cloudbees.com/blog/performance-tuning-haproxy | - https://www.cloudbees.com/blog/performance-tuning-haproxy | ||
- https://httpd.apache.org/docs/2.4/programs/ab.html | - https://httpd.apache.org/docs/2.4/programs/ab.html | ||
| + | |||
| + | # Apache Benchmark Tool | ||
| + | ``` | ||
| + | apt-get install apache2-utils | ||
| + | ab -c 2500 -n 5000 https://demo.uvoo.io/ | ||
| + | ``` | ||
Revision as of 21:06, 17 February 2023
Performance & Comparisons
Perf Tests
- https://github.com/NickMRamirez/Proxy-Benchmarks
- https://www.loggly.com/blog/benchmarking-5-popular-load-balancers-nginx-haproxy-envoy-traefik-and-alb/
Migrations
Repsonces
haproxy
- https://www.cloudbees.com/blog/performance-tuning-haproxy
- https://httpd.apache.org/docs/2.4/programs/ab.html
Apache Benchmark Tool
apt-get install apache2-utils ab -c 2500 -n 5000 https://demo.uvoo.io/