yacy_search_server/htroot/LogStatistics_p.html
lotus 1afc36d9a8 * update to JRE 6u6
* fix for proper translation

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4965 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-07-02 13:36:42 +00:00

105 lines
4.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Log Statistics</title>
#%env/templates/metas.template%#
</head>
<body id="ViewProfile">
#%env/templates/header.template%#
#(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
<h2>Log Statistics</h2>
#(results)#::
<p>Needed #[totalParserTime]# #[totalParserTimeUnit]# to parse #[totalParserRuns]# Entries#(avgExists)#:: (#[avgParserRunsPerMinute]#/sec)#(/avgExists)#</p>
<p>To enable Log Statistics open DATA/LOG/yacy.logging and set "de.anomic.server.logging.LogalizerHandler.enabled = true".</p>
<form method="get" action="LogStatistics_p.html">
<fieldset><legend>DHT</legend>
<fieldset>
<legend>URLs</legend>
<dl style="margin-top: .3em;">
<dt>URLs Received:</dt><dd>#[urlSum]#</dd>
<dt>URLs Requested:</dt><dd>#[urlReqSum]#</dd>
<dt>URLs Blocked:</dt><dd>#[blockedURLSum]#</dd>
<dt>Total receive time:</dt><dd>#[urlTimeSum]# #[urlTimeSumUnit]#</dd>
<dt>URLs Sent:</dt><dd>#[DHTSendURLs]#</dd>
</dl>
</fieldset>
<fieldset>
<legend>RWIs / Words</legend>
<dl style="margin-top: .3em;">
<dt>Words received:</dt><dd>#[wordsSum]#</dd>
<dt>RWIs received:</dt><dd>#[rwiSum]#</dd>
<dt>RWIs blocked:</dt><dd>#[blockedRWISum]#</dd>
<dt>Total receive processing time:</dt><dd>#[rwiTimeSum]# #[rwiTimeSumUnit]#</dd>
<dt>RWIs selected:</dt><dd>#[DHTSelectionWordsCount]#</dd>
<dt>Selection time:</dt><dd>#[DHTSelectionWordsTimeCount]#</dd>
</dl>
</fieldset>
<fieldset>
<legend>Chunks / Protocol</legend>
<dl style="margin-top: .3em;">
<dt>Sent traffic:</dt><dd>#[DHTSendTraffic]# #[DHTSendTrafficUnit]#</dd>
<dt>Total peers selected:</dt><dd>#[DHTSelectionTargetCount]#</dd>
<dt>DHT Distance: Min/Average/Max:</dt><dd>#[minDHTDist]# / #[avgDHTDist]# / #[maxDHTDist]#</dd>
<dt>Not enough peers found for distribution:</dt><dd>#[notEnoughDHTPeers]#</dd>
<dt>Peers busy:</dt><dd>#[busyPeerCount]#</dd>
<dt>Distribution failed:</dt><dd>#[failedIndexDistributionCount]#</dd>
<dt>Rejected index receives:</dt><dd>#[RWIRejectCount]#</dd>
<dt>Rejected index receives from:</dt>
<dd class="hides">
#[DHTRejectPeers]# peers#(useDHTRejectPeers)#::
<div class="hoverShow">
<ul class="tagList">#{DHTRejectPeers}#
<li>( <span class="tt">#[hash]#</span> ) #[name]#</li>#{/DHTRejectPeers}#
</ul>
</div>#(/useDHTRejectPeers)#
</dd>
<dt>Sent indexes to:</dt>
<dd class="hides">
#[DHTPeers]# peers#(useDHTPeers)#::
<div class="hoverShow">
<ul class="tagList">#{DHTPeers}#
<li>( <span class="tt">#[hash]#</span> ) #[name]#</li>#{/DHTPeers}#
</ul>
</div>#(/useDHTPeers)#
</dd>
</dl>
</fieldset>
</fieldset>
<fieldset><legend>Ranking Distribution</legend>
<dl>
<dt>Submitted ranking files:</dt><dd>#[rankingDistributionCount]#</dd>
<dt>Total time submitting ranking files:</dt><dd>#[rankingDistributionTime]#</dd>
<dt>Failed ranking distributions:</dt><dd>#[rankingDistributionFailCount]#</dd>
</dl>
</fieldset>
<fieldset><legend>Indexing</legend>
<dl>
<dt>Indexed sites:</dt><dd>#[indexedSites]#</dd>
<dt>Size of indexed sites:</dt><dd>#[indexedSiteSizeSum]# #[indexedSiteSizeSumUnit]#</dd>
<dt>Indexed words:</dt><dd>#[indexedWords]#</dd>
<dt>Indexed anchors:</dt><dd>#[indexedAnchors]#</dd>
<dt>Total link storage time:</dt><dd>#[indexedLinkStorageTime]# #[indexedLinkStorageTimeUnit]#</dd>
<dt>Total index storage time:</dt><dd>#[indexedIndexStorageTime]# #[indexedIndexStorageTimeUnit]#</dd>
</dl>
</fieldset>
<fieldset><legend>Errors</legend>
<dl>
<dt><span class="tt">Tried to create left child node twice</span></dt><dd>#[leftChildTwiceCount]#</dd>
<dt><span class="tt">Tried to create right child node twice</span></dt><dd>#[rightChildTwiceCount]#</dd>
<dt><span class="tt">Malformed URL Exception</span></dt><dd>#[malformedURLCount]#</dd>
</dl>
</fieldset>
</form>
#(/results)#
#%env/templates/footer.template%#
</body>
</html>