|
|
|
@ -1,27 +1,21 @@
|
|
|
|
|
<!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]#': Crawler Queues</title>
|
|
|
|
|
<title>YaCy '#[clientname]#': Crawler</title>
|
|
|
|
|
#%env/templates/metas.template%#
|
|
|
|
|
<script type="text/javascript" src="/js/ajax.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/xml.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/html.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/rss2.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/query.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/js/Crawler.js"></script>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function refreshiframe()
|
|
|
|
|
{
|
|
|
|
|
var f = document.getElementById('QueuesTable');
|
|
|
|
|
f.contentWindow.location.reload(true);
|
|
|
|
|
setTimeout("refreshiframe()", 2000);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</head>
|
|
|
|
|
<body id="Crawler" onload="initCrawler();refreshiframe();">
|
|
|
|
|
<body id="Crawler" onload="initCrawler();">
|
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
|
#%env/templates/submenuCrawlMonitor.template%#
|
|
|
|
|
<h2>Crawler Queues</h2>
|
|
|
|
|
<h2>Crawler</h2>
|
|
|
|
|
<noscript><p>(Please enable JavaScript to automatically update this page!)</p></noscript>
|
|
|
|
|
<fieldset style="width:240px;height:130px;float:left;">
|
|
|
|
|
<fieldset style="width:220px;height:140px;float:left;">
|
|
|
|
|
<legend>Queues</legend>
|
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
|
|
|
|
|
<tbody>
|
|
|
|
@ -74,7 +68,7 @@
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset style="width:160px;height:130px;float:left;">
|
|
|
|
|
<fieldset style="width:140px;height:140px;float:left;">
|
|
|
|
|
<legend>Index Size</legend>
|
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
|
|
|
|
|
<tbody>
|
|
|
|
@ -93,13 +87,13 @@
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<fieldset style="width:440px;height:130px;;float:left;">
|
|
|
|
|
<fieldset style="width:520px;height:140px;;float:left;">
|
|
|
|
|
<legend>Progress</legend>
|
|
|
|
|
<form action="Crawler_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr class="TableHeader">
|
|
|
|
|
<th>Indicator</th>
|
|
|
|
|
<th width="80px">Indicator</th>
|
|
|
|
|
<th colspan="2">Level</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="TableCellLight">
|
|
|
|
@ -113,23 +107,20 @@
|
|
|
|
|
<tr class="TableCellLight">
|
|
|
|
|
<td align="left">PPM (Pages Per Minute)</td>
|
|
|
|
|
<td align="left" width="20"><span id="ppmNum"> </span></td>
|
|
|
|
|
<td align="left"><span id="ppmSpan"> </span></td>
|
|
|
|
|
<td align="left" width="400px"><span id="ppmSpan"> </span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="TableCellLight">
|
|
|
|
|
<td align="left">Traffic (Crawler)</td>
|
|
|
|
|
<td align="left"><span id="trafficCrawler"> </span> MB</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="TableCellLight">
|
|
|
|
|
<td align="left">RWI RAM (Word Cache)</td>
|
|
|
|
|
<td align="left"><span id="wordcacheNum"> </span></td>
|
|
|
|
|
<td align="left"><span id="wordcacheSpan"> </span></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<p class="watchCrawler"> #(info)#
|
|
|
|
|
</fieldset>
|
|
|
|
|
<p class="watchCrawler" style="clear:both;">
|
|
|
|
|
#(info)#
|
|
|
|
|
<!-- 0 -->
|
|
|
|
|
::
|
|
|
|
|
<!-- 1 -->
|
|
|
|
@ -155,11 +146,11 @@
|
|
|
|
|
Crawling of "#[crawlingURL]#" started. <strong>Please wait some seconds,
|
|
|
|
|
it may take some seconds until the first result appears there.</strong>
|
|
|
|
|
If you crawl any un-wanted pages, you can delete them <a href="IndexCreateWWWLocalQueue_p.html">here</a>.<br />
|
|
|
|
|
#(/info)# </p>
|
|
|
|
|
</fieldset>
|
|
|
|
|
<p style="clear:both;"></p>
|
|
|
|
|
#(/info)#
|
|
|
|
|
</p>
|
|
|
|
|
<!-- crawl queues -->
|
|
|
|
|
|
|
|
|
|
<p>See an <a href="/api/latency_p.xml">access timing</a></p>
|
|
|
|
|
<!-- crawl profile list -->
|
|
|
|
|
#(crawlProfilesShow)#::
|
|
|
|
|
<fieldset>
|
|
|
|
@ -187,13 +178,13 @@
|
|
|
|
|
</tr>
|
|
|
|
|
#{/list}#
|
|
|
|
|
</table>
|
|
|
|
|
<h3>Crawled Pages</h3>
|
|
|
|
|
<p id="crawllist"></p>
|
|
|
|
|
</fieldset>
|
|
|
|
|
#(/crawlProfilesShow)#
|
|
|
|
|
|
|
|
|
|
<p>See an <a href="/api/latency_p.xml">access timing</a></p>
|
|
|
|
|
|
|
|
|
|
<iframe id="QueuesTable" src="IndexCreateQueues_p.html?embed=&urlsPerHost=1" width="100%" height="0" align="left" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" ></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|