this is what I meant (make df work on raw disks, remove other compat stuff)
[unix-history] / usr / src / usr.bin / ruptime / ruptime.1
CommitLineData
fc78434d
KB
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
a0fc2fe6 3.\"
fc78434d
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
a0fc2fe6 15.\"
41cb0867 16.\" @(#)ruptime.1 6.3 (Berkeley) %G%
fc78434d
KB
17.\"
18.TH RUPTIME 1 ""
a0fc2fe6
KM
19.UC 5
20.SH NAME
21ruptime \- show host status of local machines
22.SH SYNOPSIS
23.B ruptime
24[
41cb0867 25.B -alrtu
a0fc2fe6
KM
26]
27.SH DESCRIPTION
28.I Ruptime
29gives a status line like
30.I uptime
41cb0867
KB
31for each machine on the local network; these are formed from packets
32broadcast by each host on the network once a minute.
a0fc2fe6 33.PP
41cb0867
KB
34Machines for which no status report has been received for 11
35minutes are shown as being down.
a0fc2fe6
KM
36.PP
37Users idle an hour or more are not counted unless the
38.B \-a
39flag is given.
40.PP
41Normally, the listing is sorted by host name.
42The
41cb0867
KB
43.BR \-l ,
44.BR \-t ,
a0fc2fe6 45and
41cb0867
KB
46.BR \-u
47flags specify sorting by load average, uptime, and number of users,
48respectively.
49e7c5a9
KM
49The
50.B \-r
51flag reverses the sort order.
a0fc2fe6
KM
52.SH FILES
53.DT
54/usr/spool/rwho/whod.* data files
55.SH SEE ALSO
fc78434d 56rwho(1)