Igniters,
I trying to solve https://issues.apache.org/jira/browse/IGNITE-2616 I see that the grid output statistics we use MemoryMXBean (GridDiscoveryManager.java:150) and it does not take what we expect. We have own implementation for manipulationg with offheap memory: GridUnsafeMemory which stores the necessary information .GridUnsafeMemory#systemAllocatedSize Why do not we create a MBean based GridInsafeTetory? Can someone understood better and can offer a solution?