1.获取虚拟机内存使用情况方法

totalMemory:Runtime.getRuntime().totalMemory()

freeMemory:Runtime.getRuntime().freeMemory()