copycat icon indicating copy to clipboard operation
copycat copied to clipboard

question for performance

Open zttaotao2013 opened this issue 7 years ago • 4 comments

hello,i am interesting for copycat , now we intend to apply it to our project,but we found that its performance is not so high,according to my testing it reach 60-70 ops,is there a data for the performance or good advice for improvement it? thanks

zttaotao2013 avatar Mar 14 '17 08:03 zttaotao2013

@zttaotao2013 how are you getting that number? Is that submitting blocking requests from a single client or something?

kuujo avatar Mar 31 '17 17:03 kuujo

And what is the environment you're running it in?

kuujo avatar Mar 31 '17 17:03 kuujo

I'd like to learn more about your environment. I just ran my local tests again, and while I'm not running them on a cluster right now, ~2500 synchronous writes/sec from one client doesn't seem to suggest I should see 60-70 on a cluster.

kuujo avatar Mar 31 '17 19:03 kuujo

i run copycatserver on 3 node with linux server , one client write,the case is the examples in the copycat code ,i modified the client code ,make the write duration is zero, and every write is 1K bytes.

zttaotao2013 avatar Apr 05 '17 01:04 zttaotao2013