Unix and Linux Discussions Tagged with average |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
3,487 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,212 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,947 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,398 |
Shell Programming and Scripting |
|
|
|
1 |
4,114 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,087 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
2,399 |
Shell Programming and Scripting |
|
|
|
2 |
2,861 |
Solaris |
|
|
|
3 |
1,640 |
Shell Programming and Scripting |
|
|
|
2 |
1,681 |
Shell Programming and Scripting |
|
|
|
5 |
5,547 |
Shell Programming and Scripting |
|
|
|
8 |
2,883 |
Shell Programming and Scripting |
|
|
|
2 |
1,857 |
Shell Programming and Scripting |
|
|
|
5 |
15,276 |
Homework & Coursework Questions |
|
|
|
11 |
29,008 |
Shell Programming and Scripting |
|
|
|
13 |
10,195 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,724 |
Shell Programming and Scripting |
|
|
|
1 |
2,611 |
Shell Programming and Scripting |
|
|
|
5 |
8,056 |
Shell Programming and Scripting |
|
|
|
2 |
3,091 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
42,862 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,407 |
Programming |
|
|
|
4 |
3,589 |
Shell Programming and Scripting |
|
|
|
7 |
19,279 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
5,971 |
Shell Programming and Scripting |
|
|
|
0 |
2,743 |
UNIX and Linux RSS News |
|
|
|
1 |
8,091 |
Linux |
|
|
|
4 |
5,011 |
Shell Programming and Scripting |
|
|
|
1 |
2,414 |
Shell Programming and Scripting |
|
|
|
6 |
3,067 |
Shell Programming and Scripting |
|
|
|
4 |
8,616 |
HP-UX |
|
|
|
5 |
12,171 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,650 |
Shell Programming and Scripting |
|
|
|
0 |
2,225 |
Shell Programming and Scripting |
|
|
|
1 |
3,152 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,806 |
Shell Programming and Scripting |
|
|
|
2 |
3,646 |
Programming |
|
|
|
1 |
3,909 |
UNIX for Advanced & Expert Users |
uptime(1) User Commands uptime(1)
NAME
uptime - show how long the system has been up
SYNOPSIS
uptime
DESCRIPTION
The uptime command prints the current time, the length of time the system has been up, and the average number of jobs in the run queue over
the last 1, 5 and 15 minutes. It is, essentially, the first line of a w(1) command.
EXAMPLES
Below is an example of the output uptime provides:
example% uptime
10:47am up 27 day(s), 50 mins, 1 user, load average: 0.18, 0.26, 0.20
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO
w(1), who(1), whodo(1M), attributes(5)
NOTES
who -b gives the time the system was last booted.
SunOS 5.10 18 Mar 1994 uptime(1)