|
|
|
<!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 Watch 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/WatchCrawler.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
<h2>Crawler Monitor</h2>
|
|
|
|
<p>
|
|
|
|
Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.<br />
|
|
|
|
PPM: <span id="ppm"> </span><br />
|
|
|
|
wordcaches: <span id="wordcache"> </span>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Loader:
|
|
|
|
<br />
|
|
|
|
Size: <span id="loaderqueuesize"> </span><br />
|
|
|
|
Max: <span id="loaderqueuemax"> </span><br />
|
|
|
|
</p>
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" id="loaderTable">
|
|
|
|
<tbody>
|
|
|
|
<tr class="TableHeader">
|
|
|
|
<th>Initiator</th>
|
|
|
|
<th>Depth</th>
|
|
|
|
<th>Modified Date</th>
|
|
|
|
<th>Anchor Name</th>
|
|
|
|
<th>URL</th>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
|
|
Indexing Queue:<br />
|
|
|
|
Size: <span id="indexingqueuesize"> </span><br />
|
|
|
|
Max: <span id="indexingqueuemax"> </span><br />
|
|
|
|
</p>
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" id="indexingTable">
|
|
|
|
<tbody>
|
|
|
|
<tr class="TableHeader">
|
|
|
|
<th>Initiator</th>
|
|
|
|
<th>Depth</th>
|
|
|
|
<th>Modified Date</th>
|
|
|
|
<th>Anchor Name</th>
|
|
|
|
<th>URL</th>
|
|
|
|
<th>Size</th>
|
|
|
|
<th>Delete</th>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
|
|
Local Crawler<br />
|
|
|
|
Size: <span id="localcrawlerqueuesize"> </span><br />
|
|
|
|
</p>
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" id="localCrawlerTable" >
|
|
|
|
<tbody>
|
|
|
|
<tr class="TableHeader">
|
|
|
|
<th>Initiator</th>
|
|
|
|
<th>Depth</th>
|
|
|
|
<th>Modified Date</th>
|
|
|
|
<th>Anchor Name</th>
|
|
|
|
<th>URL</th>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
|
|
Remote Crawler<br />
|
|
|
|
Size: <span id="remotecrawlerqueuesize"> </span><br />
|
|
|
|
</p>
|
|
|
|
<table border="0" cellpadding="2" cellspacing="1" id="remoteCrawlerTable">
|
|
|
|
<tbody>
|
|
|
|
<tr class="TableHeader">
|
|
|
|
<th>Profile</th>
|
|
|
|
<th>Depth</th>
|
|
|
|
<th>Modified Date</th>
|
|
|
|
<th>Anchor Name</th>
|
|
|
|
<th>URL</th>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
</body>
|
|
|
|
</html>
|