blob: 0aaa7ee750f4e4003f3cd55a530c0c886d777895 (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/gif" href="https://foo.zone/favicon.ico" />
<link rel="stylesheet" href="https://foo.zone/style.css" />
<title>Top 3 Score's by Kernel</title>
</head>
<body>
<p class="header">
<a href="/">Dashboard</a> | <a href="https://foo.zone">foo.zone</a> | <a class="textlink" href="/report?OutputFormat=HTML&limit=3">Report API</a>
</p>
<h1 style="display: inline">Top 3 Score's by Kernel</h1><br />
<br />
<span class="quote">Score is calculated by combining all other metrics.</span><br />
<br />
<pre>+-----+------------------------------------+-------+
| Pos | Kernel | Score |
+-----+------------------------------------+-------+
| 1. | Linux 3.2.0-4-amd64 | 241 |
| 2. | Linux 3.10.0-1160.15.2.el7.x86_64 | 123 |
| 3. | Linux 3.10.0-957.21.3.el7.x86_64 | 96 |
+-----+------------------------------------+-------+
</pre>
</body>
</html>
|