From dedfc7df7f5e2be64deeed474e769e8fe9016b29 Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 22 Jan 2009 00:03:54 +0000 Subject: 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 --- htroot/PerformanceQueues_p.html | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'htroot/PerformanceQueues_p.html') 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 @@
Cache Settings: - - - + + - + - - + - - + - - + - - + - -
Cache TypeDHT-OutDHT-InRAM Cache Description
URLs in RAM buffer:#[urlCacheSize]##[urlCacheSize]# 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 @@
Words in RAM cache:
(Size in KBytes)
#[wordCacheWSize]#
(#[wordCacheWSizeKBytes]# KB)
#[wordCacheKSize]#
(#[wordCacheKSizeKBytes]# KB)
#[wordCacheSize]#
(#[wordCacheSizeKBytes]# KB)
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 @@
Maximum URLs currently assigned
to one cached word:
#[maxURLinWCache]##[maxURLinKCache]##[maxURLinCache]# 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 @@
Maximum age of a word:#[maxAgeOfWCache]##[maxAgeOfKCache]##[maxAgeOfCache]# This is the maximum age of a word in an index in minutes.
Minimum age of a word:#[minAgeOfWCache]##[minAgeOfKCache]##[minAgeOfCache]# This is the minimum age of a word in an index in minutes.
Maximum number of words in cache: + @@ -129,7 +124,7 @@
Initial space of words in cache: + -- cgit v1.2.3