- Send 10,000 requests, using 10 sockets at a time:
ab -n 10000 -c 10 https://10.10.10.10/
- Send requests with a BIG-IP persistence cookie:
ab -n 10000 -C BIGipServerMyPool=1677787402.36895.0000 http://10.10.10.10/
ab -n 10000 -c 10 https://10.10.10.10/
ab -n 10000 -C BIGipServerMyPool=1677787402.36895.0000 http://10.10.10.10/