diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-01-17 21:48:08 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-01-17 21:48:08 +0000 |
| commit | 94f21d9403f5aeb92d42cd487060e65b0ed0687b (patch) | |
| tree | 790f10429a5d866fc238a8ea8115772a127fe740 /htroot/PerformanceMemory_p.html | |
| parent | 739f35d389718d10816617f976b520f9fa886ea0 (diff) | |
activated new kelondroEcoTable file structure.
This data structure replaces almost all files in the PLASMA directory
also the collection.index and the LURL-db will be created as Eco-DB, if it does not exist before
existing Flex-databases will be used as they are (the is no data lost)
If you want to force the creation of a Eco-collection.index, simply delete the old index.
The Eco file system will only be used if there is enough memory.
The collection.index RAM limit is 200MB, if you have less, a flex-Table is createt.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4340 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 9cc7d67da..c5c12efdd 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -80,6 +80,33 @@ <p><img src="PerformanceGraph.png" name="graph" /></p>
+ <p><strong>EcoTable RAM Index:</strong></p>
+ <table border="0" cellpadding="2" cellspacing="1">
+ <tr class="TableHeader" valign="bottom">
+ <td>Table</td>
+ <td>Key Chunk Size</td>
+ <td>Key Count</td>
+ <td>Key Used Memory</td>
+ <td>Value Chunk Size</td>
+ <td>Value Count</td>
+ <td>Value Used Memory</td>
+ </tr>
+ #{EcoList}#
+ <tr class="TableCellLight">
+ <td align="left" class="TableCellDark">#[tableIndexPath]#</td>
+ <td align="right">#[tableIndexChunkSize]#</td>
+ <td align="right">#[tableIndexCount]#</td>
+ <td align="right">#[tableIndexMem]#</td>
+ <td align="right">#[tableTailChunkSize]#</td>
+ <td align="right">#[tableTailCount]#</td>
+ <td align="right">#[tableTailMem]#</td>
+ </tr>
+ #{/EcoList}#
+ <tr class="TableCellDark">
+ <td colspan="9">Total Mem = #[EcoIndexTotalMem]# MB</td>
+ </tr>
+ </table>
+
<p><strong>FlexTable RAM Index:</strong></p>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
|
