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.
53 lines
1.7 KiB
53 lines
1.7 KiB
19 years ago
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>YaCy '#[clientname]#': Index Control</title>
|
||
|
#%env/templates/metas.template%#
|
||
|
<meta http-equiv="REFRESH" content="10">
|
||
|
</head>
|
||
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
||
|
#%env/templates/header.template%#
|
||
|
#%env/templates/submenuIndexControl.template%#
|
||
|
<br>
|
||
|
<h2>Index Cleaner</h2>
|
||
|
|
||
|
#(urldb)#
|
||
|
::
|
||
|
<p>
|
||
|
ThreadAlive: #[threadAlive]#<br>
|
||
|
ThreadToString: #[threadToString]#<br>
|
||
|
Total URLs searched: #[total]# (#[percentUrls]#%)<br>
|
||
|
Blacklisted URLs found: #[blacklisted]#<br>
|
||
|
Percentage blacklisted: #[percent]#%<br>
|
||
|
last searched URL: #[lastUrl]# (#[lastHash]#)<br>
|
||
|
last blacklisted URL found: #[lastBlacklistedUrl]# (#[lastBlacklistedHash]#)<br>
|
||
|
</p>
|
||
|
#(/urldb)#
|
||
|
#(rwidb)#
|
||
|
::
|
||
|
<p>
|
||
|
ThreadAlive: #[threadAlive]#<br>
|
||
|
ThreadToString: #[threadToString]#<br>
|
||
|
RWIs at Start: #[RWIcountstart]#<br>
|
||
|
RWIs now: #[RWIcountnow]#<br>
|
||
|
wordHash in Progress: #[wordHashNow]#<br>
|
||
|
last wordHash with deleted URLs: #[lastWordHash]#<br>
|
||
|
Number of deleted URLs in on this Hash: #[lastDeletionCounter]#<br>
|
||
|
</p>
|
||
|
#(/rwidb)#
|
||
|
<p>
|
||
|
UrldbCleaner - Clean up the database by deletion of blacklisted urls:<br>
|
||
|
<a href="IndexCleaner_p.html?action=ustart">Start/Resume</a>
|
||
|
<a href="IndexCleaner_p.html?action=ustop">Stop</a>
|
||
|
<a href="IndexCleaner_p.html?action=upause">Pause</a>
|
||
|
</p>
|
||
|
<p>
|
||
|
RWIDbCleaner - Clean up the database by deletion of words with reference to blacklisted urls:<br>
|
||
|
<a href="IndexCleaner_p.html?action=rstart">Start/Resume</a>
|
||
|
<a href="IndexCleaner_p.html?action=rstop">Stop</a>
|
||
|
<a href="IndexCleaner_p.html?action=rpause">Pause</a>
|
||
|
</p>
|
||
|
|
||
|
#%env/templates/footer.template%#
|
||
|
</body>
|
||
|
</html>
|