OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / procps / original / man1 / uptime.1
1 .\"             -*-Nroff-*-
2 .\"
3 .TH UPTIME 1 "26 Jan 1993" "Cohesive Systems" "Linux User's Manual"
4 .SH NAME
5 uptime \- Tell how long the system has been running.
6 .SH SYNOPSIS
7 .B uptime
8 .br
9 .BR uptime " [" "\-V" ]
10 .SH DESCRIPTION
11 .B uptime
12 gives a one line display of the following information.
13 The current time,
14 how long the system has been running,
15 how many users are currently logged on,
16 and the system load averages for the past 1, 5, and 15 minutes.
17 .sp
18 This is the same information contained in the header line displayed by 
19 .BR w (1).
20 .SH FILES
21 .IR /var/run/utmp "     information about who is currently logged on"
22 .br
23 .IR /proc "     process information"
24 .SH AUTHORS
25 .B uptime
26 was written by Larry Greenfield <greenfie@gauss.rutgers.edu> and
27 Michael K. Johnson <johnsonm@sunsite.unc.edu>.
28
29 Please send bug reports to <albert@users.sf.net>
30 .SH "SEE ALSO"
31 .BR ps (1),
32 .BR top (1),
33 .BR utmp (5),
34 .BR w (1)