[BACK]Return to ruptime.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ruptime

Annotation of src/usr.bin/ruptime/ruptime.1, Revision 1.10

1.10    ! jmc         1: .\"    $OpenBSD: ruptime.1,v 1.9 2003/06/03 02:56:15 millert Exp $
1.8       aaron       2: .\"
1.1       deraadt     3: .\" Copyright (c) 1983, 1990 The Regents of the University of California.
                      4: .\" All rights reserved.
                      5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
1.9       millert    14: .\" 3. Neither the name of the University nor the names of its contributors
1.1       deraadt    15: .\"    may be used to endorse or promote products derived from this software
                     16: .\"    without specific prior written permission.
                     17: .\"
                     18: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     19: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     20: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     21: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     22: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     23: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     24: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     25: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     26: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     27: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     28: .\" SUCH DAMAGE.
                     29: .\"
                     30: .\"     from: @(#)ruptime.1    6.9 (Berkeley) 4/23/91
                     31: .\"
1.10    ! jmc        32: .Dd $Mdocdate$
1.1       deraadt    33: .Dt RUPTIME 1
1.5       aaron      34: .Os
1.1       deraadt    35: .Sh NAME
                     36: .Nm ruptime
                     37: .Nd show host status of local machines
                     38: .Sh SYNOPSIS
                     39: .Nm ruptime
                     40: .Op Fl alrtu
                     41: .Sh DESCRIPTION
1.8       aaron      42: .Nm
1.1       deraadt    43: gives a status line like
1.8       aaron      44: .Xr uptime 1
1.1       deraadt    45: for each machine on the local network; these are formed from packets
                     46: broadcast by each host on the network once a minute.
                     47: .Pp
                     48: Machines for which no status report has been received for 11
                     49: minutes are shown as being down.
                     50: .Pp
1.6       aaron      51: The options are as follows:
1.1       deraadt    52: .Bl -tag -width Ds
                     53: .It Fl a
                     54: Users idle an hour or more are not counted unless the
                     55: .Fl a
                     56: flag is given.
                     57: .It Fl l
                     58: Sort by load average.
                     59: .It Fl r
                     60: Reverses the sort order.
                     61: .It Fl t
                     62: Sort by uptime.
                     63: .It Fl u
                     64: Sort by number of users.
                     65: .El
                     66: .Pp
                     67: The default listing is sorted by host name.
                     68: .Sh FILES
                     69: .Bl -tag -width /var/rwho/whod.* -compact
                     70: .It Pa /var/rwho/whod.*
                     71: data files
                     72: .El
                     73: .Sh SEE ALSO
                     74: .Xr rup 1 ,
                     75: .Xr rwho 1 ,
1.3       deraadt    76: .Xr uptime 1 ,
                     77: .Xr rwhod 8
1.1       deraadt    78: .Sh HISTORY
1.7       aaron      79: The
1.8       aaron      80: .Nm
1.7       aaron      81: command appeared in
1.1       deraadt    82: .Bx 4.2 .