source: https://www.tutorialspoint.com/apache_bench/apache_bench_quick_guide.htm
Installation
1
2
apt-get update
apt-get install apache2-utils
Example
1
ab -n 100 -c 10 https://www.apache.org/
source: https://www.tutorialspoint.com/apache_bench/apache_bench_quick_guide.htm
1
2
apt-get update
apt-get install apache2-utils
1
ab -n 100 -c 10 https://www.apache.org/
A new version of content is available.