For Akka 2.3.4, 2 machines, GbE network, one machine contains a sender 
actor, the other contains a reciver actor. Sender actor will continuously 
send message (100 bytes each, pre-created in memory) to receiver actor with 
simple flow control based on sliding window and acking(one ack per 100 
messages).

I can only get throughput about 60K messages/second , which is much slower 
than my expectation. The CPU usage is almost idle(3%). Network usage is 
about 20% of the bandwidth.  I use kryo serialization, and 
singleConsumerUnboundedMailBox, 4 local dispatcher, 4 remote dispatcher, 
default setting for netty. 

Is there performance baseline  number for akka remoting in your smoke test? 




-- 
>>>>>>>>>>      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