Rajnish
Rajnish

Reputation: 1351

is there is any limit for concurrent connection in ab apache benchmarking?

currently I am using apache benchmark ab for load testing of my url , I just want to knew is there is any maximum limit for concurrent connection (i.e -c) .

if my OS ulimit and other setting are fine then how many concurrent process i am able to open using ab apache benchmarking .

Upvotes: 1

Views: 1270

Answers (1)

Abhishek Pandey
Abhishek Pandey

Reputation: 41

There is a limit of 20,000 on currency. The error you get if you enter more than 20,000 is:

ab: Invalid Concurrency [Range 0..20000]

Upvotes: 2

Related Questions