Here you can find the plot after the data collection:
On X axis we have concurrency
So, what do I have learnt from this? The thread number does not certainly look like a very relevant factor when it comes to performance in Cherokee. By default, it launched 10 threads in the testing server, which seems to be a very reasonable value.
On X axis we have concurrency
On Y axis we have the request/second
As you can see, as long as the server runs with more than a single thread the performance it similar. As you can imagine by now, the blue line represents the performance of that special case.
As you can see, as long as the server runs with more than a single thread the performance it similar. As you can imagine by now, the blue line represents the performance of that special case.


