blob: d68bbf6c553401464156e6f240c6bfb40d9fba4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<?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>
|