Re: Cache size in Memory

2017-10-03 Thread Gaurav Bajaj
Adding to the same question, can I see the off heap memory usage in Visor or Web console? I see on-heap memory size in Web console. On Tue, Oct 3, 2017 at 8:28 AM, Alexey Kuznetsov wrote: > Hi, > > Take a look at documentation: https://apacheignite.readme.io/docs/ >

Re: Cache size in Memory

2017-10-03 Thread Alexey Kuznetsov
Hi, Take a look at documentation: https://apacheignite.readme.io/docs/memory-metrics You can multiply TotalAllocatedPages on page size to get an estimation. On Tue, Oct 3, 2017 at 3:35 AM, pradeepchanumolu wrote: > Hi , > > Can someone let me know how to get the stats

Cache size in Memory

2017-10-02 Thread pradeepchanumolu
Hi , Can someone let me know how to get the stats of the cache like how large (like how many MB/GB) is the cache in memory (both on and off heap)? Currently, I can only get number of entries in the cache using the cache.size(CachePeekMode.ONHEAP), cache.size(CachePeekMode.OFFHEAP).