Hi Prakhyat, I created an test benchmark which have two layers, source actors shuffle data to target actors. I add metrics in the source actors to determine how many messages are passed to downstream target actors. That is for message throughput. I then place the source actors and target actors at my will to different machines, that I know whehther the link from one selected source actor to a selected target actor requires network transfer traffic cross machine, I then use this to compute how many network bandwidth is required. I use ganglia to gather the overall network traffic bandwidth.
Thanks Sean On Sunday, August 10, 2014 8:58:58 PM UTC+8, Prakhyat Mallikarjun wrote: > > Hi Sean, > > I was just reading through your discussions. I was quiet curious on how > did you measure message throughput in your app? > > -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.
