fix interoperability problem with decnet phase V;
[unix-history] / usr / src / usr.bin / ruptime / ruptime.1
CommitLineData
daacd5f0 1.\" Copyright (c) 1983, 1990 The Regents of the University of California.
fc78434d 2.\" All rights reserved.
a0fc2fe6 3.\"
daacd5f0 4.\" %sccs.include.redist.man%
a0fc2fe6 5.\"
6e9687a6 6.\" @(#)ruptime.1 6.6 (Berkeley) %G%
fc78434d 7.\"
daacd5f0 8.TH RUPTIME 1 "%Q"
a0fc2fe6
KM
9.UC 5
10.SH NAME
6e9687a6 11ruptime \- display status of local network machines
a0fc2fe6 12.SH SYNOPSIS
6e9687a6
KB
13.ft B
14.nf
15ruptime [ -alrtu ]
16.fi
17.ft R
a0fc2fe6
KM
18.SH DESCRIPTION
19.I Ruptime
6e9687a6
KB
20displays a status line like
21.IR uptime (1)
22for each host on the local network, sorted by host name.
23The information is obtained from packets broadcast once per minute
24by the hosts.
a0fc2fe6 25.PP
6e9687a6 26Machines for which no status report has been received for the last 11
41cb0867 27minutes are shown as being down.
a0fc2fe6 28.PP
6e9687a6
KB
29The options are as follows:
30.TP
31\-a
32Users idle for more than an hour are not counted unless the \-a
33option is specified.
34.TP
35\-l
36Sort the output by load average, greatest to least, instead of host name.
37.TP
38\-r
39Reverse the sort order.
40.TP
41\-t
42Sort the output by uptime, longest to shortest, instead of host name.
43.TP
44\-u
45Sort the output by number of users, most to least, instead of host name.
a0fc2fe6
KM
46.SH FILES
47.DT
6e9687a6 48/var/rwho/whod.* data files
a0fc2fe6 49.SH SEE ALSO
6e9687a6 50rwho(1), uptime(1), w(1)