Hi Florin, Have you read back the actual state of the couch server as you are doing these tests, e.g. via the _stats interface? ( http://docs.couchdb.org/en/latest/api/server/common.html#stats) This could help you investigate further, e.g., where couch is topping out.
There's also a nice munin interface ( http://gws.github.io/munin-plugin-couchdb/guide-to-couchdb-monitoring.html) that allows tracking behavior over time. This may be too slow for your current tests, but we use it to help diagnose issues that crop up over time and may be useful. Cheers, Mike On Fri, Oct 9, 2015 at 9:55 AM, Tom Chiverton <[email protected]> wrote: > On 08/10/15 21:19, Florin Andrei wrote: > >> What could possibly limit the number of connections that are serviced >> simultaneously? >> > > RAM ? CPU ? Disk contention ? > > Tom >
