{{groovy}}
def t = new java.text.DecimalFormat("000,000,000,000");
def rt = Runtime.getRuntime();
println("- free  memory " + t.format(rt.freeMemory()))
println("- max   memory " + t.format(rt.maxMemory()))
println("- total memory " + t.format(rt.totalMemory()))
{{/groovy}}
Tags :
   
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions