summaryrefslogtreecommitdiff
path: root/htroot/PerformanceSearch_p.html
blob: 78f92af073393a1e32f743ec85463e898bdf2cd2 (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
37
38
39
40
<!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>Duration (milliseconds)</td>
        <td>Result-Count</td>
      </tr>
    #{table}#
      <tr class="TableCellDark" valign="bottom">
        <td>#[query]#</td>
        <td>#[event]#</td>
        <td>#[time]#</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>