albertogpz commented on a change in pull request #7407:
URL: https://github.com/apache/geode/pull/7407#discussion_r824936506
##########
File path:
geode-core/src/main/java/org/apache/geode/management/MemberMXBean.java
##########
@@ -877,6 +877,12 @@ String processCommand(String commandString, Map<String,
String> env,
*/
int getOffHeapFragmentation();
+ long getOffHeapFragments();
+
+ long getOffHeapFreedChunks();
+
+ int getOffHeapLargestFragment();
+
Review comment:
@dschneider-pivotal @kirklund Could you please review this PR?
Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]