[akka-user] I just updated to Akka 2.3.3

2014-06-18 Thread Troy Payne
Hello, I just updated to Akka 2.3.3 and I'm getting INFO message about retrieving Metrics via MBeans? Metrics will be retreived from MBeans, and may be incorrect on some platforms. To increase metric accuracy add the 'sigar.jar' to the classpath and the appropriate platform-specific native lib

Re: [akka-user] I just updated to Akka 2.3.3

2014-06-19 Thread Konrad Malawski
Hello Troy, Welcome to 2.3.3 :-) Please refer to the cluster docs about Cluster Metrics to understand what that is used for. Basically, the JVM does not provide very detailed information via JMX which might be used by fo

Re: [akka-user] I just updated to Akka 2.3.3

2014-06-23 Thread Patrik Nordwall
and if you don't use the metrics (adaptive load balancing routers) you can disable it with: akka.cluster.metrics.enabled=off /Patrik On Thu, Jun 19, 2014 at 1:44 PM, Konrad Malawski wrote: > Hello Troy, > Welcome to 2.3.3 :-) > > Please refer to the cluster docs about Cluster Metrics >