From 88b277978776c65aa80b8190e1528c6386bf6af7 Mon Sep 17 00:00:00 2001 From: lulabad Date: Sat, 5 Jan 2008 21:04:30 +0000 Subject: [PATCH] added PerformanceMemory_p.xml git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4300 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/PerformanceMemory_p.xml | 90 ++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 htroot/PerformanceMemory_p.xml diff --git a/htroot/PerformanceMemory_p.xml b/htroot/PerformanceMemory_p.xml new file mode 100644 index 000000000..d545e869d --- /dev/null +++ b/htroot/PerformanceMemory_p.xml @@ -0,0 +1,90 @@ + + + + #[memoryAvailAfterStartup]# + #[memoryAvailAfterInitBGC]# + #[memoryAvailAfterInitAGC]# + #[memoryAvailNow]# + + #[memoryTotalAfterStartup]# + #[memoryTotalAfterInitBGC]# + #[memoryTotalAfterInitAGC]# + #[memoryTotalNow]# + + #[memoryFreeAfterStartup]# + #[memoryFreeAfterInitBGC]# + #[memoryFreeAfterInitAGC]# + #[memoryFreeNow]# + + #[memoryUsedAfterStartup]# + #[memoryUsedAfterInitBGC]# + #[memoryUsedAfterInitAGC]# + #[memoryUsedNow]# + + #[Xmx]# + + + #{TableList}# + + #[tableIndexPath]# + #[tableIndexChunkSize]# + #[tableIndexCount]# + #[tableIndexMem]# + + #{/TableList}# + #[TableIndexTotalMem]# + + + + #{NodeList}# + + #[nodeCachePath]# + #[nodeChunkSize]# + #[nodeCacheCount]# + #[nodeCacheMem]# + #[nodeCacheReadHit]# + #[nodeCacheReadMiss]# + #[nodeCacheWriteUnique]# + #[nodeCacheWriteDouble]# + #[nodeCacheDeletes]# + #[nodeCacheFlushes]# + + #{/NodeList}# + #[nodeCacheTotalMem]# + #[nodeCacheStopGrow]# + #[nodeCacheStartShrink]# + + + + #{ObjectList}# + + #[objectCachePath]# + #[objectHitChunkSize]# + #[objectHitCacheCount]# + #[objectHitCacheMem]# + #[objectHitCacheReadHit]# + #[objectHitCacheReadMiss]# + #[objectHitCacheWriteUnique]# + #[objectHitCacheWriteDouble]# + #[objectHitCacheDeletes]# + #[objectHitCacheFlushes]# + #[objectMissChunkSize]# + #[objectMissCacheCount]# + #[objectMissCacheMem]# + #[objectMissCacheReadHit]# + #[objectMissCacheReadMiss]# + #[objectMissCacheWriteUnique]# + #[objectMissCacheWriteDouble]# + #[objectMissCacheDeletes]# + + #{/ObjectList}# + #[objectHitCacheTotalMem]# + #[objectMissCacheTotalMem]# + #[objectCacheStopGrow]# + #[objectCacheStartShrink]# + + #[namecache.hit]# + #[namecache.noCache]# + #[blacklistcache.size]# + + \ No newline at end of file