19b50d902SRodney W. Grimes.\" Copyright (c) 1983, 1990, 1993, 1994 29b50d902SRodney W. Grimes.\" The Regents of the University of California. All rights reserved. 39b50d902SRodney W. Grimes.\" 49b50d902SRodney W. Grimes.\" Redistribution and use in source and binary forms, with or without 59b50d902SRodney W. Grimes.\" modification, are permitted provided that the following conditions 69b50d902SRodney W. Grimes.\" are met: 79b50d902SRodney W. Grimes.\" 1. Redistributions of source code must retain the above copyright 89b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer. 99b50d902SRodney W. Grimes.\" 2. Redistributions in binary form must reproduce the above copyright 109b50d902SRodney W. Grimes.\" notice, this list of conditions and the following disclaimer in the 119b50d902SRodney W. Grimes.\" documentation and/or other materials provided with the distribution. 12fbbd9655SWarner Losh.\" 3. Neither the name of the University nor the names of its contributors 139b50d902SRodney W. Grimes.\" may be used to endorse or promote products derived from this software 149b50d902SRodney W. Grimes.\" without specific prior written permission. 159b50d902SRodney W. Grimes.\" 169b50d902SRodney W. Grimes.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 179b50d902SRodney W. Grimes.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 189b50d902SRodney W. Grimes.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 199b50d902SRodney W. Grimes.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 209b50d902SRodney W. Grimes.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 219b50d902SRodney W. Grimes.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 229b50d902SRodney W. Grimes.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 239b50d902SRodney W. Grimes.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 249b50d902SRodney W. Grimes.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 259b50d902SRodney W. Grimes.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 269b50d902SRodney W. Grimes.\" SUCH DAMAGE. 279b50d902SRodney W. Grimes.\" 28*06965400SJeremie Le Hen.Dd August 8, 2017 299b50d902SRodney W. Grimes.Dt RUPTIME 1 3062500372SRuslan Ermilov.Os 319b50d902SRodney W. Grimes.Sh NAME 329b50d902SRodney W. Grimes.Nm ruptime 339b50d902SRodney W. Grimes.Nd show host status of local machines 349b50d902SRodney W. Grimes.Sh SYNOPSIS 358fe908efSRuslan Ermilov.Nm 369b50d902SRodney W. Grimes.Op Fl alrtu 37e7cb5ef7SJuli Mallett.Op Ar host ... 389b50d902SRodney W. Grimes.Sh DESCRIPTION 39e8937ba0SPhilippe CharnierThe 40e8937ba0SPhilippe Charnier.Nm 41e8937ba0SPhilippe Charnierutility gives a status line like 42e88b3b4fSPhilippe Charnier.Xr uptime 1 439b50d902SRodney W. Grimesfor each machine on the local network; these are formed from packets 443a9fa67aSChris Costellobroadcast by each host on the network once every three minutes. 459b50d902SRodney W. Grimes.Pp 46e7cb5ef7SJuli MallettIf no operands are given, 47e7cb5ef7SJuli Mallett.Nm 48e7cb5ef7SJuli Mallettdisplays uptime status for all machines; 49e7cb5ef7SJuli Mallettotherwise only those hosts specified on the command line are displayed. 50e7cb5ef7SJuli MallettIf hosts are specified on the command line, the sort order is equivalent 51e7cb5ef7SJuli Mallettto the order hosts were specified on the command line. 52e7cb5ef7SJuli Mallett.Pp 539b50d902SRodney W. GrimesMachines for which no status report has been received for 11 54a572f25fSNik Claytonminutes are shown as being down, and machines for which no status 55a572f25fSNik Claytonreport has been received for 4 days are not shown in the list at all. 569b50d902SRodney W. Grimes.Pp 579b50d902SRodney W. GrimesThe options are as follows: 589b50d902SRodney W. Grimes.Bl -tag -width Ds 599b50d902SRodney W. Grimes.It Fl a 606a3e8b0aSRuslan ErmilovInclude all users. 610227791bSRuslan ErmilovBy default, if a user has not typed to the system for 62e88b3b4fSPhilippe Charnieran hour or more, then the user will be omitted from the output. 639b50d902SRodney W. Grimes.It Fl l 649b50d902SRodney W. GrimesSort by load average. 659b50d902SRodney W. Grimes.It Fl r 66e88b3b4fSPhilippe CharnierReverse the sort order. 679b50d902SRodney W. Grimes.It Fl t 689b50d902SRodney W. GrimesSort by uptime. 699b50d902SRodney W. Grimes.It Fl u 709b50d902SRodney W. GrimesSort by number of users. 719b50d902SRodney W. Grimes.El 729b50d902SRodney W. Grimes.Pp 739b50d902SRodney W. GrimesThe default listing is sorted by host name. 749b50d902SRodney W. Grimes.Sh FILES 759b50d902SRodney W. Grimes.Bl -tag -width /var/rwho/whod.* -compact 769b50d902SRodney W. Grimes.It Pa /var/rwho/whod.* 779b50d902SRodney W. Grimesdata files 789b50d902SRodney W. Grimes.El 799b50d902SRodney W. Grimes.Sh SEE ALSO 80e0e5145cSWolfram Schneider.Xr rwho 1 , 817ad5a725SBrian Somers.Xr uptime 1 , 827ad5a725SBrian Somers.Xr rwhod 8 839b50d902SRodney W. Grimes.Sh HISTORY 84e8937ba0SPhilippe CharnierA 85e8937ba0SPhilippe Charnier.Nm 86e8937ba0SPhilippe Charnierutility appeared in 879b50d902SRodney W. Grimes.Bx 4.2 . 88