1uptime(1) User Commands uptime(1)
2
3
4
6 uptime - show how long the system has been up
7
9 uptime
10
11
13 The uptime command prints the current time, the length of time the sys‐
14 tem has been up, and the average number of jobs in the run queue over
15 the last 1, 5 and 15 minutes. It is, essentially, the first line of a
16 w(1) command.
17
19 Below is an example of the output uptime provides:
20
21 example% uptime
22 10:47am up 27 day(s), 50 mins, 1 user, load average: 0.18, 0.26, 0.20
23
24
25
27 See attributes(5) for descriptions of the following attributes:
28
29
30
31
32 ┌───────────────────────────────────────────────────────────┐
33 │ATTRIBUTE TYPE ATTRIBUTE VALUE │
34 │Availability SUNWcsu │
35 └───────────────────────────────────────────────────────────┘
36
38 w(1), who(1), whodo(1M), attributes(5)
39
41 who -b gives the time the system was last booted.
42
43
44
45SunOS 5.11 18 Mar 1994 uptime(1)