Re: most of the dat in mbeans in empty

2017-07-31 Thread Nikolai Tikhonov
Sorry, I missed it. It's known behaviour. Count of operation (put/remove and etc) updated on data nodes (node which really stored data) but time of operation is counted on client node (node which perform this operation). We have plan to make this more clear and intuitive. You can track status of

Re: most of the dat in mbeans in empty

2017-07-30 Thread Neeraj Bhatt
Hi But this ia already set as I mentioned in my original question On 28-Jul-2017 5:45 PM, "Nikolai Tikhonov" wrote: > Hi, > > You need to enable mertics by > *CacheConfiguration#setStatisticsEnabled(true)* > > On Fri, Jul 28, 2017 at 3:04 PM, neerajbhatt

Re: most of the dat in mbeans in empty

2017-07-28 Thread Nikolai Tikhonov
Hi, You need to enable mertics by *CacheConfiguration#setStatisticsEnabled(true)* On Fri, Jul 28, 2017 at 3:04 PM, neerajbhatt wrote: > Hi All > > I am trying to monitor mbeans through jconsole. I have ste > setStatisticsEnabled(true) > > In jconsole I can see only

most of the dat in mbeans in empty

2017-07-28 Thread neerajbhatt
Hi All I am trying to monitor mbeans through jconsole. I have ste setStatisticsEnabled(true) In jconsole I can see only some entries for all caches like key size and off heap counts (see image) Why the rest of data is not available ?