For end-to-end tests I have used and liked http://gatling.io a bit. For microbenchmarks (not what you need for your case IMO), I'd recommend JMH http://openjdk.java.net/projects/code-tools/jmh/ and the sbt plugin: https://github.com/ktoso/sbt-jmh
Happy hakking On Wed, Sep 10, 2014 at 9:53 AM, Prakhyat Mallikarjun <[email protected] > wrote: > Team, > > We are using akka persistence/akka sharding/akka cluster in our app. In > short we are using event sourcing. > > Wanted to understand how Typesafe or any other akka users do the > performance tests/benchmarking. > > I am more concerned in knowing *tools *used for creating load on system > built on akka persistence/akka sharding/akka cluster(i.e. event > sourcing). > > What are the pointers for event sourcing application to pass performance > bench marking? How to manifest event sourcing application passes all > performance benchmarks? > > I know performance testing but want to understand from the perspective of > performance bench marking applications having eventsourcing. > > -Prakhyat M M > > -- > >>>>>>>>>> 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. > -- Cheers, Konrad 'ktoso' Malawski hAkker @ Typesafe <http://typesafe.com> -- >>>>>>>>>> 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.
