<
Depuis la version < 4.1
modifié par superadmin
sur 2021/12/12 23:50
À la version < 3.1 >
modifié par superadmin
sur 2021/12/12 23:49
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon Propriétés de la Page
Contenu
... ... @@ -1,8 +1,9 @@
1 +{{{
1 1  {{groovy}}
2 2  def t = new java.text.DecimalFormat("000,000,000,000");
3 3  def rt = Runtime.getRuntime();
4 -println("{{{- free memory " + t.format(rt.freeMemory()) + "}}}")
5 -println("{{{- max memory " + t.format(rt.maxMemory()) + "}}}")
6 -println("{{{- total memory " + t.format(rt.totalMemory())+ "}}}")
5 +println("- free memory " + t.format(rt.freeMemory()))
6 +println("- max memory " + t.format(rt.maxMemory()))
7 +println("- total memory " + t.format(rt.totalMemory()))
7 7  {{/groovy}}
8 -
9 +}}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions