Update of /var/cvs/html/mmbase/admin
In directory james.mmbase.org:/tmp/cvs-serv28099/admin
Modified Files:
Tag: MMBase-1_8
stats.jsp
Log Message:
MMB-1712
See also: http://cvs.mmbase.org/viewcvs/html/mmbase/admin
See also: http://www.mmbase.org/jira/browse/MMB-1712
Index: stats.jsp
===================================================================
RCS file: /var/cvs/html/mmbase/admin/stats.jsp,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -u -b -r1.8.2.2 -r1.8.2.3
--- stats.jsp 25 May 2007 10:29:17 -0000 1.8.2.2
+++ stats.jsp 20 Aug 2008 09:17:08 -0000 1.8.2.3
@@ -18,7 +18,7 @@
<% Runtime runtime = Runtime.getRuntime(); %>
<mm:import externid="gc" />
<mm:present referid="gc">
- <% // runtime.gc();%>
+ <% runtime.gc();%>
</mm:present>
<%
long freeMemory = runtime.freeMemory();
@@ -89,7 +89,7 @@
int timeDiff = (int)((System.currentTimeMillis()/1000) -
MMBase.getMMBase().startTime);
int days = timeDiff / (60 * 60 * 24);
%>
-days <%= days %> <mm:time time="<%="" + timeDiff%>" format="HH:mm:ss"
timezone="GMT" /> (hours:minutes:seconds)
+days <%= days %> <mm:time time='<%="" + timeDiff%>' format="HH:mm:ss"
timezone="GMT" /> (hours:minutes:seconds)
<%= MMBase.getMMBase().getHost() %>
</mm:compare>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs