diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-02-07 00:02:19 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-02-07 00:02:19 +0100 |
| commit | e8bdf16ea7550ee9db20ac1be9d6cfa0571d6485 (patch) | |
| tree | 2cf5d48f47895d4f93b3556fd13371dee3183ffe /htroot/PerformanceMemory_p.html | |
| parent | 931541d198baf043ac2fc49f083e162ef9084d94 (diff) | |
added statistic information for solr resources in PerformanceMemory
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index c1ef9995e..200aee8f2 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -74,6 +74,29 @@ </tr>
</table>
+ <p><strong>Solr Resources:</strong></p>
+ <table border="0" cellpadding="2" cellspacing="1">
+ <tr class="TableHeader" valign="bottom">
+ <td>Class</td>
+ <td>Type</td>
+ <td>Description</td>
+ <td>Statistics</td>
+ <td>Size</td>
+ </tr>
+ #{SolrList}#
+ <tr class="TableCellLight">
+ <td align="left" class="TableCellDark">#[class]#</td>
+ <td align="left" class="TableCellDark">#[type]#</td>
+ <td align="left">#[description]#</td>
+ <td align="left">#[statistics]#</td>
+ <td align="right">#[size]#</td>
+ </tr>
+ #{/SolrList}#
+ <tr class="TableCellDark">
+ <td colspan="5">Total Cache Count = #[SolrCacheCount]#</td>
+ </tr>
+ </table>
+
<p><strong>Table RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
