blob: 7fa920bc95feb4149f0f3b60c5dfef9ccd190d37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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 Lifespan's by Host</title>
</head>
<body>
<h1 style="display: inline">Top 3 Lifespan's by Host</h1><br />
<br />
<span class="quote">Lifespan is the total uptime + the total downtime of a host.</span><br />
<br />
<pre>+-----+----------------+----------------------------+--------------------------+
| Pos | Host | Lifespan | Last Kernel |
+-----+----------------+----------------------------+--------------------------+
| 1. | dionysus | 8 years, 6 months, 17 days | FreeBSD 13.0-RELEASE-p11 |
| 2. | uranus | 7 years, 2 months, 16 days | Linux 5.16.14-arch1-1 |
| 3. | alphacentauri | 6 years, 9 months, 13 days | FreeBSD 11.4-RELEASE-p7 |
+-----+----------------+----------------------------+--------------------------+
</pre>
</body>
</html>
|