yacy_search_server/htroot/PerformanceQueues_p.xml
luccioman b5dc1f376f Made outgoing pools max total connections user configurable
For a finer control over the maximum simultaneously active outgoing
connections.
2018-06-06 09:36:50 +02:00

63 lines
2.5 KiB
XML

<?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>
<highcpucycles>#[highcpucycles]#</highcpucycles>
<sleeppercycle>#[sleeppercycle]#</sleeppercycle>
<execpercycle>#[execpercycle]#</execpercycle>
<memusepercycle>#[memusepercycle]#</memusepercycle>
<delayIdleLoop>#[idlesleep]#</delayIdleLoop>
<delayBusyLoop>#[busysleep]#</delayBusyLoop>
<minMemory>#[memprereq]#</minMemory>
<maxLoad>#[loadprereq]#</maxLoad>
<description><![CDATA[#[longdescr]##(recommendation)#::<br/>recommended: #[value]##(/recommendation)#]]></description>
</Task>
#{/table}#</Tasks>
<RemoteSearch>
<rwiMaxLoad>#[remoteSearchRWIMaxLoad]#</rwiMaxLoad>
<solrMaxLoad>#[remoteSearchSolrMaxLoad]#</solrMaxLoad>
</RemoteSearch>
<Cache>
<wordCacheSize>#[wordCacheSize]#</wordCacheSize>
<maxURLinCache>#[maxURLinCache]#</maxURLinCache>
<maxAgeOfCache>#[maxAgeOfCache]#</maxAgeOfCache>
<minAgeOfCache>#[minAgeOfCache]#</minAgeOfCache>
<wordCacheMaxCount>#[wordOutCacheMaxCount]#</wordCacheMaxCount>
<wordFlushSize>#[wordFlushSize]#</wordFlushSize>
</Cache>
<ThreadPools>
#{pool}#<Pool>
<Name><![CDATA[#[name]#]]></Name>
<maxActive>#[maxActive]#</maxActive>
<numActive>#[numActive]#</numActive>
</Pool>#{/pool}#
</ThreadPools>
<ConnectionPools>
<ConnectionPool>
<Name>General</Name>
<maxTotal>#[http.outgoing.pool.general.maxTotal]#</maxTotal>
<active>#[pool.general.leased]#</active>
<idle>#[pool.general.available]#</idle>
<pending>#[pool.general.pending]#</pending>
</ConnectionPool>
<ConnectionPool>
<Name>Remote Solr servers</Name>
<maxTotal>#[http.outgoing.pool.remoteSolr.maxTotal]#</maxTotal>
<active>#[pool.remoteSolr.leased]#</active>
<idle>#[pool.remoteSolr.available]#</idle>
<pending>#[pool.remoteSolr.pending]#</pending>
</ConnectionPool>
</ConnectionPools>
</PerfmanceQueues>