Hi,

We are going to use akka-persistance for our application and we are running
our things on ec2, I tried to start PerformanceSpec on m1.medium instance,
it gives ~ 10k persistent commands per sec (but actually test fails).

Also tried to start this spec on basic DigitalOcean (512RAM, SSD) instance,
it gives ~ 20k persistent commands per sec, so looks like disk io is a
bottleneck here.

https://gist.github.com/whiter4bbit/9609930 - output for DO instance
https://gist.github.com/whiter4bbit/9610488 - output for ec2 m1.medium
instance.

Pavel.




2014-03-17 18:53 GMT+03:00 Daniel Wang <[email protected]>:

> Thanks for sharing.
>
> 在 2014年3月17日,下午9:55,Carsten Saathoff <[email protected]> 写道:
>
> Using a (custom) HBase journal, I am able to persist 10k commands per
> second, both using a single processor (slightly above 10k) and using
> multiple processors (slightly below 10k). In that respect, HBase seems to
> scale better. The journal is not optimized, so probably there is potential
> for more.
>
> Am Montag, 17. März 2014 13:45:39 UTC+1 schrieb Carsten Saathoff:
>>
>> Hi,
>>
>> Am Montag, 17. März 2014 09:06:28 UTC+1 schrieb Patrik Nordwall:
>>
>> On my MacBook Pro: 2,3 GHz Intel Core i7, SSD
>>>>> 110201.58 persistent commands per second
>>>>> 10204.87 persistent events per second
>>>>>
>>>>
>>>> How have these numbers be obtained? If I can achieve those numbers with
>>>> a lot of Porcessors in the system, I am more than happy ;)
>>>>
>>>
>>> with the PerformanceSpec
>>> Run with:
>>> sbt -Dakka.persistence.performance.cycles.load=200000
>>> -Dakka.persistence.performance.cycles.warmup=10000 "project
>>> akka-persistence-experimental" "test-only akka.persistence.
>>> PerformanceSpec"
>>>
>>
>> I ran those tests as well.
>> Output is in the following gist:
>>
>> https://gist.github.com/kodemaniak/9598402
>>
>> The eventsourcing and persistent channel test don't even terminate
>> successfully. Only the command sourcing works partially, but the numbers
>> are way worse than your numbers. I ran those tests on a desktop PC, 16 GB
>> RAM (sbt gets 4GB), SATA Harddisks (RAID 1) and a Core i5 processor.
>>
>> I am doing a lot of data importing on this machine with HBase, and my
>> feeling is that given the hardware a higher throughput should be possible.
>> So I really start to wonder whether anything else is wrong on my machine.
>>
>> Do you have any comparative numbers fpr systems without a SSD?
>>
>> best
>>
>> Carsten
>>
>>   --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Akka User List" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/akka-user/7GE495Ks-5c/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
>
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>
>  --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to