blob: 5df066fb40edbeaa2c5b723a090af85bc5197320 (
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
36
|
<!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>Event</td>
<td>Time (milliseconds)</td>
<td>Result-Count</td>
</tr>
#{table}#
<tr class="TableCellDark" valign="bottom">
<td>#[event]#</td>
<td>#[time]#</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>
|