Java Memory Information getNowMemoryStatus()

Here you can find the source of getNowMemoryStatus()

Description

get Now Memory Status

License

GNU General Public License

Declaration

public static String getNowMemoryStatus() 

Method Source Code

//package com.java2s;
/**//w  w  w  . j  a  va 2  s.c o  m
 * ?????????????????????????.<br>
 *
 * @author T.Okuyama
 * @license GPL(Lv3)
 */

public class Main {
    private static String nowMemoryStatus = null;

    public static String getNowMemoryStatus() {
        return nowMemoryStatus;
    }
}

Related

  1. getMemoryStats(int mode)
  2. getMemoryStatus(boolean preRunGarbageCollector)
  3. getMemoryString()
  4. getMemoryString()
  5. getMemoryUtilizationPercent()
  6. getRuntimeMemoryStats()
  7. getRuntimeMemoryStats()
  8. getSummaryMemoryReportHeader()
  9. getTotalMemoryStringInMb()