No items left in the yadmin SOAP-TODO :-) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3776 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
92351c4dcb
commit
f89517203d
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<PerfmanceQueues>
|
||||
<Tasks>#{table}#
|
||||
<Task>
|
||||
<name><![CDATA[#(hasurl)##[shortdescr]#::#[shortdescr]##(/hasurl)#]]></name>
|
||||
<queueSize>#[queuesize]#</queueSize>
|
||||
<blocktime>#[blocktime]#</blocktime>
|
||||
<blockpercent>#[blockpercent]#</blockpercent>
|
||||
<sleeptime>#[sleeptime]#</sleeptime>
|
||||
<sleeppercent>#[sleeppercent]#</sleeppercent>
|
||||
<exectime>#[exectime]#</exectime>
|
||||
<execpercent>#[execpercent]#</execpercent>
|
||||
<totalcycles>#[totalcycles]#</totalcycles>
|
||||
<idlecycles>#[idlecycles]#</idlecycles>
|
||||
<busycycles>#[busycycles]#</busycycles>
|
||||
<memscycles>#[memscycles]#</memscycles>
|
||||
<sleeppercycle>#[sleeppercycle]#</sleeppercycle>
|
||||
<execpercycle>#[execpercycle]#</execpercycle>
|
||||
<memusepercycle>#[memusepercycle]#</memusepercycle>
|
||||
<delayIdleLoop>#[idlesleep]#"</delayIdleLoop>
|
||||
<delayBusyLoop>#[busysleep]#</delayBusyLoop>
|
||||
<minMemory>#[memprereq]#</minMemory>
|
||||
<description><![CDATA[#[longdescr]##(recommendation)#::<br/>recommended: #[value]##(/recommendation)#]]></description>
|
||||
</Task>
|
||||
#{/table}#</Tasks>
|
||||
<Cache>
|
||||
<dhtOut>
|
||||
<urlCacheSize>#[urlCacheSize]#</urlCacheSize>
|
||||
<wordCacheSize>#[wordCacheWSize]#</wordCacheSize>
|
||||
<maxURLinCache>#[maxURLinWCache]#</maxURLinCache>
|
||||
<maxAgeOfCache>#[maxAgeOfWCache]#</maxAgeOfCache>
|
||||
<minAgeOfCache>#[minAgeOfWCache]#</minAgeOfCache>
|
||||
<wordCacheMaxCount>#[wordOutCacheMaxCount]#</wordCacheMaxCount>
|
||||
<wordCacheInitCount>#[wordCacheInitCount]#</wordCacheInitCount>
|
||||
<wordFlushSize>#[wordFlushSize]#</wordFlushSize>
|
||||
</dhtOut>
|
||||
<dhtIn>
|
||||
<urlCacheSize>#[urlCacheSize]#</urlCacheSize>
|
||||
<wordCacheSize>#[wordCacheKSize]#</wordCacheSize>
|
||||
<maxURLinCache>#[maxURLinKCache]#</maxURLinCache>
|
||||
<maxAgeOfCache>#[maxAgeOfKCache]#</maxAgeOfCache>
|
||||
<minAgeOfCache>#[minAgeOfKCache]#</minAgeOfCache>
|
||||
<wordCacheMaxCount>#[wordInCacheMaxCount]#</wordCacheMaxCount>
|
||||
<wordCacheInitCount>#[wordCacheInitCount]#</wordCacheInitCount>
|
||||
<wordFlushSize>#[wordFlushSize]#</wordFlushSize>
|
||||
</dhtIn>
|
||||
</Cache>
|
||||
<ThreadPools>
|
||||
#{pool}#<Pool>
|
||||
<Name><![CDATA[#[name]#]]></Name>
|
||||
<maxActive>#[maxActive]#</maxActive>
|
||||
<maxIdle>#[maxIdle]#</maxIdle>
|
||||
<minIdle>#[minIdle]#</minIdle>
|
||||
<numActive>#[numActive]#</numActive>
|
||||
<numIdle>#[numIdle]#</numIdle>
|
||||
</Pool>#{/pool}#
|
||||
</ThreadPools>
|
||||
</PerfmanceQueues>
|
Loading…
Reference in new issue