What is concurrent request (-c) in apache benchmark?
I think it is number of simultaneous request(Process) created in single point of time?
Can anybody explain i
From the manual page: -c concurrency Number of multiple requests to perform at a time. Default is one request at a time.