[akka-user] Akka Cluster Metrics- Node Wise

2014-09-30 Thread tomerneeraj
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 appro

[akka-user] Akka Cluster Metrics- Node Wise

2014-09-30 Thread Adam
You cannot have separate cpu and heap metrics for nodes within the same JVM. OSGI won't help either - it mostly achieves containment through complex class loaders. You could sort of have an approximiation of CPU consumption per node by summing up the thread cpu consumption for the related dispat

Re: [akka-user] Akka Cluster Metrics- Node Wise

2014-09-30 Thread √iktor Ҡlang
On Tue, Sep 30, 2014 at 10:20 AM, tomerneeraj wrote: > 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 > (depl