diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-12 10:05:28 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-12 10:05:28 +0000 |
| commit | d126d6c1b55ebdc8b27a0f03c574ba3a5f817fa5 (patch) | |
| tree | 952e5083b472390bd1b7b893aa3d9d7f8f2d9825 /htroot/Crawler_p.html | |
| parent | 66c0a8e8492a66be34a5903bc84854bbc9705dc9 (diff) | |
renamed the servlet WatchCrawler_p to Crawler_p
this was done because that servlet may be used for wget/cronjob
triggered crawl starts and it appears to be confusing that the
name of the crawl start servlet looks like a pure monitoring tool.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6568 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html new file mode 100644 index 000000000..543c0bfd0 --- /dev/null +++ b/htroot/Crawler_p.html @@ -0,0 +1,175 @@ +<!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> +#%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/Crawler.js"></script></head> +<body id="Crawler" onload="initCrawler();"> +#%env/templates/header.template%# +#%env/templates/submenuCrawlMonitor.template%# +<h2>Crawler Queues</h2> +<noscript><p>(Please enable JavaScript to automatically update this page!)</p></noscript> +<p> Next update in <input type="text" id="nextUpdate" onfocus="changeInterval()" onblur="newInterval()" size="2" /> seconds. <img src="/env/grafics/empty.gif" id="ajax" alt="empty"/> + See a access timing <a href="/api/latency_p.xml">here</a></p> + <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <tbody> + <tr class="TableHeader"> + <th>Queue</th> + <th>Size</th> + <th> </th> + <th>Max</th> + </tr> + <tr class="TableCellLight"> + <td align="left">Indexing</td> + <td align="right"><span id="indexingqueuesize">#[indexingSize]#</span></td> + <td> </td> + <td align="right"><span id="indexingqueuemax">#[indexingMax]#</span></td> + </tr> + <tr class="TableCellLight"> + <td align="left">Loader</td> + <td align="right"><span id="loaderqueuesize">#[loaderSize]#</span></td> + <td> </td> + <td align="right"><span id="loaderqueuemax">#[loaderMax]#</span></td> + </tr> + <tr class="TableCellLight"> + <td align="left">Local Crawler</td> + <td align="right"><span id="localcrawlerqueuesize">#[localCrawlSize]#</span></td> + <td> + <a href="" id="localcrawlerstateA"> + <img src="" alt="" style="width:12px; height:12px;" id="localcrawlerstateIMG" /> + </a> + </td> + <td align="right">unlimited</td> + </tr> + <tr class="TableCellLight"> + <td align="left">Limit Crawler</td> + <td align="right"><span id="limitcrawlerqueuesize">#[limitCrawlSize]#</span></td> + <td> + <a href="" title="" id="limitcrawlerstateA"> + <img src="" alt="" style="width:12px; height:12px;" id="limitcrawlerstateIMG" /> + </a> + </td> + <td align="right">unlimited</td> + </tr> + <tr class="TableCellLight"> + <td align="left">Remote Crawler</td> + <td align="right"><span id="remotecrawlerqueuesize">#[remoteCrawlSize]#</span></td> + <td> + <a href="" title="" id="remotecrawlerstateA"> + <img src="" alt="" style="width:12px; height:12px;" id="remotecrawlerstateIMG" /> + </a> + </td> + <td align="right">unlimited</td> + </tr> + </tbody> + </table> + + <form action="Crawler_p.html" method="post" enctype="multipart/form-data"> + <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <tbody> + <tr class="TableHeader"> + <th colspan="3">Speed</th> + </tr> + <tr class="TableCellLight"> + <td align="left" #(crawlingSpeedMinChecked)#::class="TableCellDark"#(/crawlingSpeedMinChecked)#><input type="submit" name="crawlingPerformance" value="minimum" /></td> + <td align="left" #(crawlingSpeedCustChecked)#::class="TableCellDark"#(/crawlingSpeedCustChecked)#><input name="customPPM" type="text" size="5" maxlength="5" value="#[customPPMdefault]#" />PPM <input type="submit" name="crawlingPerformance" value="custom" /></td> + <td align="left" #(crawlingSpeedMaxChecked)#::class="TableCellDark"#(/crawlingSpeedMaxChecked)#><input type="submit" name="crawlingPerformance" value="maximum" /></td> + </tr> + </tbody> + </table> + </form> + + <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <tbody> + <tr class="TableHeader"> + <th>Database</th> + <th>Entries</th> + </tr> + <tr class="TableCellLight"> + <td align="left">Pages (URLs)</td> + <td align="right"><span id="urldbsize">#[urlpublictextSize]#</span></td> + </tr> + <tr class="TableCellLight"> + <td align="left">RWIs (Words)</td> + <td align="right"><span id="rwidbsize">#[rwipublictextSize]#</span></td> + </tr> + </tbody> + </table> + + <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <tbody> + <tr class="TableHeader"> + <th>Indicator</th> + <th colspan="2">Level</th> + </tr> + <tr class="TableCellLight"> + <td align="left">PPM (Pages Per Minute)</td> + <td align="left"><span id="ppmNum"> </span></td> + <td align="left"><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> + + <p class="watchCrawler"> #(info)# + <!-- 0 --> + :: + <!-- 1 --> + Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db + and restart. :: + <!-- 2 --> + Error: #[errmsg]# :: + <!-- 3 --> + Application not yet initialized. Sorry. Please wait some seconds and repeat + the request. :: + <!-- 4 --> + <strong>ERROR: Crawl filter "#[newcrawlingfilter]#" does not match with + crawl root "#[crawlingStart]#".</strong> Please try again with different + filter. :: + <!-- 5 --> + Crawling of "#[crawlingURL]#" failed. Reason: #[reasonString]#<br> + :: + <!-- 6 --> + Error with URL input "#[crawlingStart]#": #[error]# :: + <!-- 7 --> + Error with file input "#[crawlingStart]#": #[error]# :: + <!-- 8 --> + 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> + +<!-- crawl queues --> + +<p id="crawlingQueues"><strong>Crawl Queue:</strong></p> +<table border="0" cellpadding="2" cellspacing="1" id="queueTable"> + <tbody> + <tr class="TableHeader"> + <th>Queue</th> + <th>Profile</th> + <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> + +#%env/templates/footer.template%# +</body> +</html> |
