Difference between revisions of "Loadbalancers"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
- https://httpd.apache.org/docs/2.4/programs/ab.html
 
- https://httpd.apache.org/docs/2.4/programs/ab.html
  
# Apache Benchmark Tool
+
# HTTP(S) Performance Testing Tools
 +
 
 +
## Apache Benchmark Tool
 
```
 
```
 
apt-get install apache2-utils
 
apt-get install apache2-utils
 
ab -c 2500 -n 5000 https://demo.uvoo.io/
 
ab -c 2500 -n 5000 https://demo.uvoo.io/
 
```
 
```
 +
 +
## ddosify
 +
- https://github.com/ddosify/ddosify
 +
``
 +
ddosify -n 30000 -d 3 -t https://demo.example.com
 +
``

Revision as of 21:08, 17 February 2023