You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.9 KiB
88 lines
2.9 KiB
18 years ago
|
<!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 />
|
||
18 years ago
|
Wordcaches: <span id="wordcache"> </span>
|
||
18 years ago
|
</p>
|
||
|
<p>
|
||
18 years ago
|
Indexing Queue: size=<span id="indexingqueuesize"> </span>; max=<span id="indexingqueuemax"> </span>
|
||
18 years ago
|
</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1" id="indexingTable">
|
||
18 years ago
|
<tbody>
|
||
|
<tr class="TableHeader">
|
||
|
<th>Initiator</th>
|
||
|
<th>Depth</th>
|
||
|
<th>Modified Date</th>
|
||
|
<th>Anchor Name</th>
|
||
|
<th>URL</th>
|
||
18 years ago
|
<th>Size</th>
|
||
|
<th>Delete</th>
|
||
18 years ago
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<p>
|
||
18 years ago
|
Loader: size=<span id="loaderqueuesize"> </span>; max=<span id="loaderqueuemax"> </span>
|
||
18 years ago
|
</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1" id="loaderTable">
|
||
18 years ago
|
<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>
|
||
18 years ago
|
Local Crawler: size=<span id="localcrawlerqueuesize"> </span>
|
||
18 years ago
|
</p>
|
||
18 years ago
|
<table border="0" cellpadding="2" cellspacing="1" id="localCrawlerTable">
|
||
18 years ago
|
<tbody>
|
||
|
<tr class="TableHeader">
|
||
|
<th>Initiator</th>
|
||
|
<th>Depth</th>
|
||
|
<th>Modified Date</th>
|
||
|
<th>Anchor Name</th>
|
||
|
<th>URL</th>
|
||
18 years ago
|
<th>Size</th>
|
||
|
<th>Delete</th>
|
||
18 years ago
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
18 years ago
|
|
||
18 years ago
|
<p>
|
||
18 years ago
|
Remote Crawler: size=<span id="remotecrawlerqueuesize"> </span>
|
||
18 years ago
|
</p>
|
||
|
<table border="0" cellpadding="2" cellspacing="1" id="remoteCrawlerTable">
|
||
|
<tbody>
|
||
|
<tr class="TableHeader">
|
||
18 years ago
|
<th width="30">Initiator</th>
|
||
|
<th width="10">Depth</th>
|
||
|
<th width="60">Modified Date</th>
|
||
|
<th width="100">Anchor Name</th>
|
||
|
<th width="300">URL</th>
|
||
|
<th width="20">Size</th>
|
||
|
<th width="30">Delete</th>
|
||
18 years ago
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
19 years ago
|
|
||
18 years ago
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
19 years ago
|
</html>
|