diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-03 04:58:48 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-03 04:58:48 +0000 |
| commit | 5924a0d85162172c1c898c39292c01d3a88f5d1c (patch) | |
| tree | a31378b530b8ef86c0d7b1cc67a5c9f8f50796d4 /htroot/PerformanceMemory_p.html | |
| parent | 55a2536bcf0309faae20c9f4dee5c4b7b5f2dd05 (diff) | |
- 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
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 b3e533548..e0fac875b 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -99,6 +99,30 @@ </tr>
</table>
+ <p><strong>Object Index Caches:</strong></p>
+ <table border="0" cellpadding="2" cellspacing="1">
+ <tr class="TableHeader" valign="bottom">
+ <td>Table</td>
+ <td>Size</td>
+ <td>Chunk Size</td>
+ <td>Needed Memory</td>
+ <td>Used Memory</td>
+ <!-- <td>Flushes</td> -->
+ </tr>
+ #{indexcache}#
+ <tr class="TableCellLight">
+ <td align="left" class="TableCellDark">#[Name]#</td>
+ <td align="right">#[Count]#</td>
+ <td align="right">#[ChunkSize]#</td>
+ <td align="right">#[NeededMem]#</td>
+ <td align="right">#[UsedMem]#</td>
+ </tr>
+ #{/indexcache}#
+ <tr class="TableCellDark">
+ <td colspan="9">Total Mem: #[indexcacheTotalMem]# MB</td>
+ </tr>
+ </table>
+
<p><strong>Object Read Caches:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
