Masquer les derniers auteurs
superadmin 1.1 1 {{groovy}}
superadmin 3.1 2 def t = new java.text.DecimalFormat("000,000,000,000");
superadmin 1.1 3 def rt = Runtime.getRuntime();
superadmin 4.1 4 println("{{{- free memory " + t.format(rt.freeMemory()) + "}}}")
5 println("{{{- max memory " + t.format(rt.maxMemory()) + "}}}")
6 println("{{{- total memory " + t.format(rt.totalMemory())+ "}}}")
superadmin 1.1 7 {{/groovy}}
superadmin 4.1 8
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions