yacy_search_server/htroot/Threaddump_p.html
Michael Peter Christen 701df02ead Complete redesign of administration top-level menu. This follows two
principles:
- provide an easy tutorial-like "what should I do first" menu
- provide all elements which are subject to most first questions to YaCy
exibition people on top level: Resource limitation, Parser and Ranking
settings
I apologize to everyone who are used to the old style and need to find
the menu items (again) after this change. I hope that this will make the
interface more usable for new users who see a web indexer/crawler the
first time.
2014-03-31 15:47:58 +02:00

35 lines
1.1 KiB
HTML

#(plain)#
<!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 Debugging: Thread Dump</title>
#%env/templates/metas.template%#
</head>
<body id="Threaddump">
#%env/templates/header.template%#
#%env/templates/submenuComputation.template%#
<h2>Threaddump</h2>
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="submit" name="singleThreaddump" value="Single Threaddump" />
</fieldset>
</form></td>
<td><form action="Threaddump_p.html" method="get" accept-charset="UTF-8">
<fieldset>
<input type="text" name="count" value="#[count]#" size="4" maxlength="4" />
<input type="submit" name="multipleThreaddump" value="Multiple Dump Statistic" />
</fieldset>
</form></td>
</tr></table>
<div>
<tt>#[content]#</tt>
</div>
#%env/templates/footer.template%#
</body>
</html>
::
#[content]#
#(/plain)#