Class Memory


  • public class Memory
    extends Object
    Utility functions to report JVM memory usage.
    Author:
    mbdavis
    • Constructor Detail

      • Memory

        public Memory()
    • Method Detail

      • used

        public static long used()
      • usedString

        public static String usedString()
      • free

        public static long free()
      • freeString

        public static String freeString()
      • total

        public static long total()
      • totalString

        public static String totalString()
      • usedTotalString

        public static String usedTotalString()
      • allString

        public static String allString()
      • format

        public static String format​(long mem)
      • round

        public static double round​(double d)