blob: 6f39e8a3a2af28586fda1dea9e563bb4c2cea627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Top 3 Uptime's by Host
Uptime is the total uptime of a host over the entire lifespan.
```
+-----+---------+-----------------------------+-----------------------------------+
| Pos | Host | Uptime | Last Kernel |
+-----+---------+-----------------------------+-----------------------------------+
| 1. | vulcan | 4 years, 4 months, 7 days | Linux 3.10.0-1160.81.1.el7.x86_64 |
| 2. | uranus | 3 years, 11 months, 21 days | Linux 5.16.14-arch1-1 |
| 3. | sun | 3 years, 9 months, 26 days | FreeBSD 10.3-RELEASE-p24 |
+-----+---------+-----------------------------+-----------------------------------+
```
|