This content has been marked as final.
Show 3 replies
-
1. Re: cache statistics via JMX
manik Aug 8, 2008 11:45 AM (in response to mircea.markus)BuddyManager - current group details (data owner name and buddies) as well as groups the current cache participates in, as a buddy.
RPCManager - channel information (configuration stack, bound address and port, JGroups View)
Cache configuration (read-only for non-@Dynamic fields, ability to modify for @Dynamic fields?)
Eviction queue status - but wait for JBCACHE-1141 for this.
LockManager - locks currently held? Essentially invoking LockManager.printLockInfo()? -
2. Re: cache statistics via JMX
galder.zamarreno Aug 12, 2008 8:11 AM (in response to mircea.markus)Not sure whether this is already included in CacheMngmtInterceptor, but what about read/write percentages?
What about physical size of cache/regions? (I had someone asking this a short while back) -
3. Re: cache statistics via JMX
mircea.markus Aug 13, 2008 12:13 PM (in response to mircea.markus)Not sure whether this is already included in CacheMngmtInterceptor, but what about read/write percentages?
not exposed yet, good pointWhat about physical size of cache/regions? (I had someone asking this a short while back)
+1
we need to implement https://jira.jboss.org/jira/browse/JBCACHE-11 before being able to expose that one