diff options
| author | sixcooler <sgaebel@sixcooler.de> | 2012-09-06 22:02:29 +0200 |
|---|---|---|
| committer | sixcooler <sgaebel@sixcooler.de> | 2012-09-06 22:02:29 +0200 |
| commit | 9ee2e0998362806b3b1a486d1f9737f275500eec (patch) | |
| tree | 9bc8866505ca1c672201444f4a06e9a244c7b7ef /htroot/PerformanceMemory_p.html | |
| parent | d8425e6809017be6c5d2843b294256f59fbbafba (diff) | |
statistics for solr-cache
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 66d6ce879..afdfd412a 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -195,6 +195,30 @@ <td>Delete</td>
</tr>
<tr class="TableCellLight">
+ <td>Solr-Cache/Hit</td>
+ <td>#[solrcacheHit.size]#</td>
+ <td>#[solrcacheHit.Hit]#</td>
+ <td>#[solrcacheHit.Miss]#</td>
+ <td>#[solrcacheHit.Insert]#</td>
+ <td>(ARC)</td>
+ </tr>
+ <tr class="TableCellLight">
+ <td>Solr-Cache/Miss</td>
+ <td>#[solrcacheMiss.size]#</td>
+ <td>#[solrcacheMiss.Hit]#</td>
+ <td>#[solrcacheMiss.Miss]#</td>
+ <td>#[solrcacheMiss.Insert]#</td>
+ <td>(ARC)</td>
+ </tr>
+ <tr class="TableCellLight">
+ <td>Solr-Cache/Document</td>
+ <td>#[solrcacheDocument.size]#</td>
+ <td>#[solrcacheDocument.Hit]#</td>
+ <td>#[solrcacheDocument.Miss]#</td>
+ <td>#[solrcacheDocument.Insert]#</td>
+ <td>(ARC)</td>
+ </tr>
+ <tr class="TableCellLight">
<td>DNSCache/Hit</td>
<td>#[namecacheHit.size]#</td>
<td>#[namecacheHit.Hit]#</td>
|
