[jboss-user] [JBossCache] - Re: statistics not refreshing

jzmmek2k2 do-not-reply at jboss.com
Thu Oct 19 04:51:47 EDT 2006


After some stuggling I can see the following attributes refreshing:

- NumberOfNodes
- Stores
- NumberOfAttributes

But the following are still not refreshing:

- HitMissRatio : 0
- Misses : 0
- Evictions : 0


I have digged in the class CacheMgmtInterceptor and it seams that


  | ...
  | PojoCacheIfc pojoCache = // lookup via jndi
  | return pojoCache.getObject(Fqn.fromString(fqn));
  | ...
  | 

does not result in a CacheMgmtInterceptor.invoke() call.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979287#3979287

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979287



More information about the jboss-user mailing list