yacy_search_server/htroot/PerformanceConcurrency_p.html

53 lines
2.1 KiB
HTML

<!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]#': Performance of Concurrent Processes</title>
#%env/templates/metas.template%#
<script type="text/javascript" src="js/html.js"></script>
<meta http-equiv="REFRESH" content="3; url=/PerformanceConcurrency_p.html" />
</head>
<body id="PerformanceConcurrency">
#%env/templates/header.template%#
#%env/templates/submenuComputation.template%#
<h2>Performance of Concurrent Processes</h2>
<fieldset><legend>serverProcessor Objects</legend>
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Thread</td>
<td>Queue Size<br />Current</td>
<td>Queue Size<br />Maximum</td>
<td>Executors:<br />Current Number of Threads</td>
<td>Concurrency:<br />Maximum Number of Threads</td>
<td>Childs</td>
<td colspan="2">Average<br />Block Time<br />Reading</td>
<td colspan="2">Average<br />Exec Time</td>
<td colspan="2">Average<br />Block Time<br />Writing</td>
<td>Total<br />Cycles</td>
<td>Full Description</td>
</tr>
#{table}#
<tr #(class)#class="TableCellLight"::class="TableCellDark"::class="TableCellSummary"#(/class)#>
<td align="left">#[threadname]#</td>
<td align="right">#[queuesize]#</td>
<td align="right">#[queuesizemax]#</td>
<td align="right">#[executors]#</td>
<td align="right">#[concurrency]#</td>
<td align="right">#[childs]#</td>
<td align="right">#[blockreadtime]#&nbsp;ms</td>
<td align="right">#[blockreadpercent]#%</td>
<td align="right">#[exectime]#&nbsp;ms</td>
<td align="right">#[execpercent]#%</td>
<td align="right">#[blockwritetime]#&nbsp;ms</td>
<td align="right">#[blockwritepercent]#%</td>
<td align="right">#[totalcycles]#</td>
<td align="left">#[longdescr]#</td>
</tr>
#{/table}#
</table>
</fieldset>
#%env/templates/footer.template%#
</body>
</html>