yacy_search_server/htroot/api/status_p.xml

54 lines
1.2 KiB
XML
Raw Normal View History

<?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>
2012-01-05 18:33:05 +01:00
<noloadcrawlerqueue>
<size>#[noloadCrawlSize]#</size>
<state>#[noloadCrawlState]#</state>
2012-01-05 18:33:05 +01:00
</noloadcrawlerqueue>
</status>