You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
<?xml version="1.0"?>
|
|
<status>
|
|
<ppm>#[ppm]#</ppm>
|
|
|
|
<wordCacheSize>#[wordCacheSize]#</wordCacheSize>
|
|
<wordCacheMaxSize>#[wordCacheMaxSize]#</wordCacheMaxSize>
|
|
|
|
<memory>
|
|
<free>#[freeMemory]#</free>
|
|
<total>#[totalMemory]#</total>
|
|
<max>#[maxMemory]#</max>
|
|
</memory>
|
|
|
|
<processors>#[processors]#</processors>
|
|
|
|
<traffic>
|
|
<in>#[trafficIn]#</in>
|
|
<proxy>#[trafficProxy]#</proxy>
|
|
<crawler>#[trafficCrawler]#</crawler>
|
|
</traffic>
|
|
|
|
<dbsize>
|
|
<urlpublictext>#[urlpublictextSize]#</urlpublictext>
|
|
<webgraph>#[webgraphSize]#</webgraph>
|
|
<rwipublictext>#[rwipublictextSize]#</rwipublictext>
|
|
</dbsize>
|
|
|
|
<loaderqueue>
|
|
<size>#[loaderSize]#</size>
|
|
<max>#[loaderMax]#</max>
|
|
</loaderqueue>
|
|
|
|
<localcrawlerqueue>
|
|
<size>#[localCrawlSize]#</size>
|
|
<state>#[localCrawlState]#</state>
|
|
</localcrawlerqueue>
|
|
|
|
<limitcrawlerqueue>
|
|
<size>#[limitCrawlSize]#</size>
|
|
<state>#[limitCrawlState]#</state>
|
|
</limitcrawlerqueue>
|
|
|
|
<remotecrawlerqueue>
|
|
<size>#[remoteCrawlSize]#</size>
|
|
<state>#[remoteCrawlState]#</state>
|
|
</remotecrawlerqueue>
|
|
|
|
<noloadcrawlerqueue>
|
|
<size>#[noloadCrawlSize]#</size>
|
|
<state>#[noloadCrawlState]#</state>
|
|
</noloadcrawlerqueue>
|
|
|
|
<!-- crawl profile list -->
|
|
#(crawlProfiles)#::
|
|
<crawls count="#[count]#">
|
|
#{list}#
|
|
<crawl>
|
|
<name>#[name]#</name>
|
|
<count>#[count]#</count>
|
|
<handle>#[handle]#</handle>
|
|
<depth>#[depth]#</depth>
|
|
<status>#(terminateButton)#terminated::alive#(/terminateButton)#</status>
|
|
</crawl>
|
|
#{/list}#
|
|
</crawls>
|
|
#(/crawlProfiles)#
|
|
|
|
<postprocessing>
|
|
<status>#(postprocessingRunning)#idle::busy#(/postprocessingRunning)#</status>
|
|
</postprocessing>
|
|
|
|
</status>
|