diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-06-15 18:57:04 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-06-15 18:57:04 +0000 |
| commit | 07cbb6cb5fc82c87ed130b507cae653afd7518f8 (patch) | |
| tree | ef61ba475d3e2aa86a04ba3e4aefbde41d059c55 /htroot/PerformanceMemory_p.html | |
| parent | f87865a50bf6ba07bf6735c41ea7ff7462af667f (diff) | |
display cache hit/miss values in correct column
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7781 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index bc7b2cfb6..5b98b0013 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -192,19 +192,11 @@ </tr>
<tr class="TableCellLight">
<td>DNSCache</td>
- <td>#[namecacheHit.size]#</td>
- <td></td>
- <td></td>
<td></td>
- <td></td>
- </tr>
- <tr class="TableCellLight">
- <td>DNSCache</td>
+ <td>#[namecacheHit.size]#</td>
<td>#[namecacheMiss.size]#</td>
<td></td>
<td></td>
- <td></td>
- <td></td>
</tr>
<tr class="TableCellDark">
<td>DNSNoCache</td>
|
