Hi, I am using cxf 2.7.10 as the jax-rs implementation for my restful webservices. In order to do performance monitoring i registered the Counter Repository and InstrumentationManager in my spring config file.
When i start up the application and make a few requests and then view the Mbean using jconsole, I can see the Mbeans for Performance.Counter.Server. Now I needed to reset the counter, so I went ahead and invoked the operation reset() on each Mbean. What happened is that all attributes except the AvgResponseTime and MinResponseTime got reset to 0. AvgResponse time now is -1 and the MinResponseTime has a huge value. I was expecting these values also to be reset to 0. Is this a bug? Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Reset-operation-on-Performance-Counter-Server-CXF-JMX-Bean-tp5740942.html Sent from the cxf-user mailing list archive at Nabble.com.
