|
|
|
@ -6,6 +6,7 @@
|
|
|
|
|
</head>
|
|
|
|
|
<body id="ViewProfile">
|
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
|
#(submenu)#::#%env/templates/submenuViewLog.template%##(/submenu)#
|
|
|
|
|
<h2>Log Statistics</h2>
|
|
|
|
|
|
|
|
|
|
#(results)#::
|
|
|
|
@ -14,7 +15,7 @@
|
|
|
|
|
<form method="get" action="LogStatistics_p.html">
|
|
|
|
|
<fieldset><legend>DHT</legend>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>URLs</legend>
|
|
|
|
|
<legend>URLs</legend><table border="0"><tr><td>
|
|
|
|
|
<dl style="margin-top: .3em;">
|
|
|
|
|
<dt>URLs Received:</dt><dd>#[urlSum]#</dd>
|
|
|
|
|
<dt>URLs Requested:</dt><dd>#[urlReqSum]#</dd>
|
|
|
|
@ -22,10 +23,10 @@
|
|
|
|
|
<dt>Total time:</dt><dd>#[urlTimeSum]# #[urlTimeSumUnit]#</dd>
|
|
|
|
|
<dt>URLs Sent:</dt><dd>#[DHTSendURLs]#</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</td></tr></table></fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>RWIs / Words</legend>
|
|
|
|
|
<legend>RWIs / Words</legend><table border="0"><tr><td>
|
|
|
|
|
<dl style="margin-top: .3em;">
|
|
|
|
|
<dt>Words received:</dt><dd>#[wordsSum]#</dd>
|
|
|
|
|
<dt>RWIs reveived:</dt><dd>#[rwiSum]#</dd>
|
|
|
|
@ -33,11 +34,11 @@
|
|
|
|
|
<dt>Total time:</dt><dd>#[rwiTimeSum]# #[rwiTimeSumUnit]#</dd>
|
|
|
|
|
<dt>RWIs selected:</dt><dd>#[DHTSelectionWordsCount]#</dd>
|
|
|
|
|
<dt>Selection time:</dt><dd>#[DHTSelectionWordsTimeCount]#</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</dl></td></tr></table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>Chunks / Protocol</legend>
|
|
|
|
|
<legend>Chunks / Protocol</legend><table border="0"><tr><td>
|
|
|
|
|
<dl style="margin-top: .3em;">
|
|
|
|
|
<dt>Sent traffic:</dt><dd>#[DHTSendTraffic]# #[DHTSendTrafficUnit]#</dd>
|
|
|
|
|
<dt>Total peers selected:</dt><dd>#[DHTSelectionTargetCount]#</dd>
|
|
|
|
@ -64,19 +65,19 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</div>#(/useDHTPeers)#
|
|
|
|
|
</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</dl></td></tr></table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset><legend>Ranking Distribution</legend>
|
|
|
|
|
<fieldset><legend>Ranking Distribution</legend><table border="0"><tr><td>
|
|
|
|
|
<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>
|
|
|
|
|
</dl></td></tr></table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset><legend>Indexing</legend>
|
|
|
|
|
<fieldset><legend>Indexing</legend><table border="0"><tr><td>
|
|
|
|
|
<dl>
|
|
|
|
|
<dt>Indexed sites:</dt><dd>#[indexedSites]#</dd>
|
|
|
|
|
<dt>Size of indexed sites:</dt><dd>#[indexedSiteSizeSum]# #[indexedSiteSizeSumUnit]#</dd>
|
|
|
|
@ -86,15 +87,15 @@
|
|
|
|
|
<dt>Total parsing time:</dt><dd>#[indexedParsingTime]# #[indexedParsingTimeUnit]#</dd>
|
|
|
|
|
<dt>Total indexing time:</dt><dd>#[indexedIndexingTime]# #[indexedIndexingTimeUnit]#</dd>
|
|
|
|
|
<dt>Total storage time:</dt><dd>#[indexedStorageTime]# #[indexedStorageTimeUnit]#</dd>
|
|
|
|
|
</dl>
|
|
|
|
|
</dl></td></tr></table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
<fieldset><legend>Errors</legend>
|
|
|
|
|
<fieldset><legend>Errors</legend><table border="0"><tr><td>
|
|
|
|
|
<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>
|
|
|
|
|
</dl></td></tr></table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
</form>
|
|
|
|
|
#(/results)#
|
|
|
|
|