Hello, I'm interested in some statistics so I read http://servicemix.org/site/management.html which states that Stats.csv will be written if ServiceMix is configured to do so. In the basic example, servicemix.xml contains the attributes dumpStats="true" statsInterval="10" so I assumed ServiceMix will dump statistics to a file. While running the example in the binary distribution incubating-servicemix-3.0-SNAPSHOT, I searched the whole hard drive but no .csv was found. So I did further reseach. When starting the quartz example of the current SVN snapshot from within eclipse in debugging mode, ServiceMix really reads the information from the servicemix.xml and org.apache.servicemix.jbi.container.EnvironmentContext.setDumpStats(boolean value) is called with value=true (so like it shall) but org.apache.servicemix.jbi.container.JBIContainer.notifyStatistics stays false and no csv is written to harddisk. I did not find the place in the source of servicemix where a Stats.csv is created/filled/appended. Moreover, the string "Stats.csv" cannot be found in any source file.
How can I enable the dumping of statistic information to files? Or did the approch change so that JMX _has_ to be used always now? Thanks a lot, Georg -- View this message in context: http://www.nabble.com/Statistics-working--tf2028543.html#a5578938 Sent from the ServiceMix - User forum at Nabble.com.
