summaryrefslogtreecommitdiff
path: root/htroot/Threaddump_p.html
blob: 1e20c0cfd4bf8e7058b3b567c8b2873cd5335f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#(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" class="btn btn-primary" 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" class="btn btn-primary" value="Multiple Dump Statistic" />
      </fieldset>
    </form></td>
    </tr></table>
    
    <div>
    <tt>#[content]#</tt>
    </div>
    #%env/templates/footer.template%#
</body>
</html>
::
#[content]#
#(/plain)#