On 25 March 2014 20:08, Check Peck <[email protected]> wrote: > Has anyone done any load test on three node zookeeper cluster? In general, > I am trying to see how much requests per second, it can handle? > > Any past experiences will help a lot. > > I am using curator api to read from zookeeper node. And the configuration > of the machine is - > > 4vCPU, 12GB RAM, 60GB HD >
I find https://github.com/phunt/zk-smoketest handy to calibrate settings on a new cluster (specially the globalOutstandingLimit param, among others). -rgs
