2002-03-11 13:49:50 +00:00
|
|
|
<% this.skin name="head" %>
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
|
|
|
<tr>
|
|
|
|
<td class="list_separator" colspan="3">application</td>
|
|
|
|
</tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="3">
|
2002-03-11 13:49:50 +00:00
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left">active sessions</td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.countSessions %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left"><a href="<% this.href action="main" %>?showusers=true">logged-in users</a></td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.users %> </td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left">active evaluators</td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.countActiveEvaluators %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left">free evaluators</td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.countFreeEvaluators %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left">requests / 5 min</td>
|
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.requestCount %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="list_property" align="left">errors / 5 min</td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left"><% this.errorCount %></td>
|
2002-03-11 13:49:50 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<td class="list_property" align="left">cache usage</td>
|
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.cacheusage %> objects of <% this.cachesize %></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="list_property" align="left">uptime</td>
|
2002-03-11 13:49:50 +00:00
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.uptime %></td>
|
|
|
|
</tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<tr>
|
|
|
|
<td class="list_property" align="left">app directory</td>
|
|
|
|
<td class="list_property" width="5"> </td>
|
|
|
|
<td class="list_property" align="left"><% this.appdir %></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
2002-03-11 13:49:50 +00:00
|
|
|
<tr>
|
|
|
|
<td class="list_separator" colspan="3">app.properties</td>
|
|
|
|
</tr>
|
2002-11-21 18:36:03 +00:00
|
|
|
<% this.properties itemprefix='<tr><td class="list_property" valign="top">' separator='</td><td class="list_property" width="5"> </td><td class="list_property" valign="top">' itemsuffix='</td></tr>' %>
|
2002-03-11 13:49:50 +00:00
|
|
|
</table>
|
|
|
|
|