yacy_search_server/htroot/xml/status_p.xml
2006-11-03 19:44:31 +00:00

21 lines
561 B
XML

<?xml version="1.0"?>
<status>
<ppm>#[ppm]#</ppm>
<wordCacheSize>#[wordCacheSize]#</wordCacheSize>
<wordCacheWSize>#[wordCacheWSize]#</wordCacheWSize>
<wordCacheKSize>#[wordCacheKSize]#</wordCacheKSize>
<wordCacheMaxCount>#[wordCacheMaxCount]#</wordCacheMaxCount>
<memory>
<free>#[freeMemory]#</free>
<total>#[totalMemory]#</total>
<max>#[maxMemory]#</max>
</memory>
<processors>#[processors]#</processors>
<traffic>
<in>#[trafficIn]#</in>
<out>#[trafficOut]#</out>
<crawler>#[trafficCrawler]#</crawler>
</traffic>
</status>