From 5924a0d85162172c1c898c39292c01d3a88f5d1c Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 3 Aug 2010 04:58:48 +0000 Subject: - enhanced concurrency in database index access for multicore - added statistics about database index caches in PerformanceMemory_p.html - adoped many classes to use the new statistics - added missing close statements git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7018 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/PerformanceMemory_p.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'htroot/PerformanceMemory_p.html') diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index b3e533548..e0fac875b 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -99,6 +99,30 @@ +

Object Index Caches:

+ + + + + + + + + + #{indexcache}# + + + + + + + + #{/indexcache}# + + + +
TableSizeChunk SizeNeeded MemoryUsed Memory
#[Name]##[Count]##[ChunkSize]##[NeededMem]##[UsedMem]#
Total Mem: #[indexcacheTotalMem]# MB
+

Object Read Caches:

-- cgit v1.2.3