Traffic Generators: Difference between revisions

No edit summary
Line 25:
curl -s -o /dev/null -w "%{http_code}" http://waf.avitest.com
seq 100 | parallel -j0 curl -s -o /dev/null -w "%{http_code}" http://waf.avitest.com
 
 
= Apache Benchmark =