Module openj9.jvm
Package com.ibm.jvm

Class Stats

java.lang.Object
com.ibm.jvm.Stats

public class Stats extends Object
This class is used provide the following java heap and system statistics:
  • committed heap memory
  • used heap memory
  • max heap memory
  • softmx heap memory
  • free physical memory
  • total physical memory
All this info is retrieved without any allocation of new objects.