Hi, We are deploying Akka (2.3.4) in OSGI container in cluster. As per our use case we need to deploy multiple nodes within same OSGI container. It means that JVM process of OSGI container will be shared by multiple Akka nodes (deployed as bundles in OSGI)
Our implementation based on the approach mentioned in Akka documentation ( http://doc.akka.io/docs/akka/snapshot/scala/cluster-usage.html) *Subscribe to Metrics Events* Stats for cpu and heap starts appearing but these stats values (cpu and heap) do not differentiate between nodes and same values(cumulative i.e. karaf process cpu and heap) are popping up for all the nodes deployed in same OSGI container. Is there anything that can be done with in built akka cluster metrics or these metrics needs to be written from scratch? Need to know if this kind of behavior always comes in pictures if we run multiple Akka nodes with same JVM process irrespective of using OSGI here? We need to have separate cpu usage and heap for all Akka nodes, even if we deploy them in same JVM process Regards Neeraj -- >>>>>>>>>> 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.
