summaryrefslogtreecommitdiff
path: root/htroot/PerformanceQueues_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-01-22 00:03:54 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2009-01-22 00:03:54 +0000
commitdedfc7df7f5e2be64deeed474e769e8fe9016b29 (patch)
tree484a973cedb5544242e5b594dbe276876dff8869 /htroot/PerformanceQueues_p.html
parent34da04c7dd46c11a2a2df2b63a62c2506224320c (diff)
removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5511 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
-rw-r--r--htroot/PerformanceQueues_p.html23
1 files changed, 9 insertions, 14 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html
index c34ff8eea..1f2cfcd57 100644
--- a/htroot/PerformanceQueues_p.html
+++ b/htroot/PerformanceQueues_p.html
@@ -68,14 +68,13 @@
<fieldset><legend>Cache Settings:</legend>
<table border="0" cellpadding="5" cellspacing="1">
<tr valign="top" class="TableHeader">
- <td>Cache Type</td>
- <td>DHT-Out</td>
- <td>DHT-In</td>
+ <td></td>
+ <td>RAM Cache</td>
<td>Description</td>
</tr>
<tr valign="top" class="TableCellDark">
<td>URLs in RAM buffer:</td>
- <td colspan="2" align="center">#[urlCacheSize]#</td>
+ <td align="center">#[urlCacheSize]#</td>
<td>
This is the size of the URL write buffer. Its purpose is to buffer incoming URLs
in case of search result transmission and during DHT transfer.
@@ -83,8 +82,7 @@
</tr>
<tr valign="top" class="TableCellDark">
<td>Words in RAM cache:<br />(Size in KBytes)</td>
- <td>#[wordCacheWSize]#<br />(#[wordCacheWSizeKBytes]# KB)</td>
- <td>#[wordCacheKSize]#<br />(#[wordCacheKSizeKBytes]# KB)</td>
+ <td>#[wordCacheSize]#<br />(#[wordCacheSizeKBytes]# KB)</td>
<td>
This is the current size of the word caches.
The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval.
@@ -93,8 +91,7 @@
</tr>
<tr valign="top" class="TableCellDark">
<td>Maximum URLs currently assigned<br />to one cached word:</td>
- <td>#[maxURLinWCache]#</td>
- <td>#[maxURLinKCache]#</td>
+ <td>#[maxURLinCache]#</td>
<td>
This is the maximum size of URLs assigned to a single word cache entry.
If this is a big number, it shows that the caching works efficiently.
@@ -102,23 +99,21 @@
</tr>
<tr valign="top" class="TableCellDark">
<td>Maximum age of a word:</td>
- <td>#[maxAgeOfWCache]#</td>
- <td>#[maxAgeOfKCache]#</td>
+ <td>#[maxAgeOfCache]#</td>
<td>
This is the maximum age of a word in an index in minutes.
</td>
</tr>
<tr valign="top" class="TableCellDark">
<td>Minimum age of a word:</td>
- <td>#[minAgeOfWCache]#</td>
- <td>#[minAgeOfKCache]#</td>
+ <td>#[minAgeOfCache]#</td>
<td>
This is the minimum age of a word in an index in minutes.
</td>
</tr>
<tr valign="top" class="TableCellDark">
<td>Maximum number of words in cache:</td>
- <td colspan="2">
+ <td>
<input name="wordCacheMaxCount" type="text" size="10" maxlength="100" value="#[wordCacheMaxCount]#" />
</td>
<td>
@@ -129,7 +124,7 @@
</tr>
<tr valign="top" class="TableCellDark">
<td>Initial space of words in cache:</td>
- <td colspan="2">
+ <td>
<input name="wordCacheInitCount" type="text" size="10" maxlength="100" value="#[wordCacheInitCount]#" />
</td>
<td>