Re: Benchmark results questions

2017-11-09 Thread dkarachentsev
Hi Ray, I've finally got results of query benchmarks: 4s1c 80725.80 80725.80 4s2c 78797.90 157595.80 4s4c 54029.70 216118.80 8s1c 64185.60 64185.60 8s2c 61058.10 122116.20 8s4c 34792.70 139170.80 First column - cluster configuration (in 8 server variant 2 nodes per machine), second - average thr

Re: Benchmark results questions

2017-11-02 Thread Ray
Hi Dmitry, Thanks for you results. I'll try to increase the number of clients as well to see if the throughput can increase. Can you also test the sql query throughput? In my result, it seems with more servers the sql query throughput goes down dramatically. Is there a valid explanation for this

Re: Benchmark results questions

2017-11-02 Thread dkarachentsev
Hi Ray, I wasn't able to run benchmarks quickly, but I've got following results for atomic put throughput (numbers are a bit lower that could be, because of profiling): Throughput Cluster 264930 1c4s 513775 2c4s 968475 4c4s 281425 1c8s 530597

Re: Benchmark results questions

2017-11-01 Thread Ray
Hi Dmitry, It's been a while now, did you check out what happens? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Benchmark results questions

2017-10-24 Thread dkarachentsev
Hi Ray, I've got the same results on my environment and checking what happens. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Benchmark results questions

2017-10-18 Thread Ray
Hi Dmitry, The dstat and gc log for 4 and 12 are in the attachment. dstat.zip -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Benchmark results questions

2017-10-16 Thread dkarachentsev
Hi Ray, Could you please attach dstat and GC logs for client and servers for 4 and 12 configurations (put operations would be just enough)? dstat --top-mem -msgdtc --fs --top-io Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Benchmark results questions

2017-10-16 Thread Ray
Already tried tuning a few parameters, here's some quick update. Increasing 128 threads to 256 threads in yardstick configuration for 8 node setup, the result is still the same. Increasing warm up seconds from 60s to 120s in yardstick configuration for 8 node setup, the result is still the same.

Re: Benchmark results questions

2017-10-15 Thread Ray
Please see the attachment for yardstick configuration/parameters and cluster nodes configuration I used. Yes, I run the standard classes without modification, I run benchmark for these three classes IgnitePutBenchmark.java IgnitePutGetBenchmark.java IgniteSqlQueryBenchmark.java. config.zip

Re: Benchmark results questions

2017-10-13 Thread Denis Magda
Ray, Please share yardstick configuration/parameters and cluster nodes configuration you used. We might need to tune them. Another question is did you run standard benchmarking classes w/o modifications? Please list the names. — Denis > On Oct 13, 2017, at 1:58 AM, Ray wrote: > > We use Yar

Benchmark results questions

2017-10-13 Thread Ray
We use Yardstick to do some benchmark of Ignite in our lab. The Ignite cluster size scale from one node with 16GB memory to 12 node with 64GB memory. We evaluated Atomic Put, Atomic PUT/GET and SQL Query. Please see the results in the attachment. My question is that the performance for Atomic Put