[Erp5-report] r16808 - /erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 3 17:37:24 CEST 2007


Author: ivan
Date: Wed Oct  3 17:37:24 2007
New Revision: 16808

URL: http://svn.erp5.org?rev=16808&view=rev
Log:
Show cache memory usage.

Modified:
    erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml

Modified: erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml?rev=16808&r1=16807&r2=16808&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml (original)
+++ erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml Wed Oct  3 17:37:24 2007
@@ -1,5 +1,8 @@
 <dtml-var manage_page_header>
 <dtml-var manage_tabs>
+
+<h3>Cache memory usage (in bytes)</h3>
+  <dtml-var expr="getCacheTotalMemorySize()">
 
 <h3>Cache invalidation</h3>
   <form action="clearAllCache" method="POST">




More information about the Erp5-report mailing list