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.
43 lines
1.3 KiB
43 lines
1.3 KiB
<!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 Settings of Search Sequence</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="PerformanceSearch">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuConfig.template%#
|
|
<h2>Search Sequence Timing</h2>
|
|
|
|
<p>
|
|
<strong>Timing results of latest search request:</strong>
|
|
</p>
|
|
<table border="0" cellpadding="2" cellspacing="1">
|
|
<tr class="TableHeader" valign="bottom">
|
|
<td>Query</td>
|
|
<td>Event</td>
|
|
<td>Time</td>
|
|
<td>Delta (ms)</td>
|
|
<td>Duration (ms)</td>
|
|
<td>Result-Count</td>
|
|
</tr>
|
|
#{table}#
|
|
<tr class="TableCellDark" valign="bottom">
|
|
<td>#[query]#</td>
|
|
<td>#[event]#</td>
|
|
<td>#[time]#</td>
|
|
<td>#[delta]#</td>
|
|
<td>#[duration]#</td>
|
|
<td>#[count]#</td>
|
|
</tr>
|
|
#{/table}#
|
|
</table>
|
|
|
|
<p>
|
|
The network picture below shows how the latest search query was solved by asking corresponding peers in the DHT:
|
|
<img src="SearchEventPicture.png" alt="Search event picture" />
|
|
</p>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|