Home Generating web traffic with Apache Bench
Post
Cancel

Generating web traffic with Apache Bench

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/
This post is licensed under CC BY 4.0 by the author.