yacy_search_server/htroot/IndexCleaner_p.html

53 lines
1.7 KiB
HTML
Raw Normal View History

<!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>