1a82f86e1SGeoff Rehmet.\" -*- nroff -*- 2a82f86e1SGeoff Rehmet.\" 3a82f86e1SGeoff Rehmet.\" Copyright (c) 1985, 1991 The Regents of the University of California. 4a82f86e1SGeoff Rehmet.\" All rights reserved. 5a82f86e1SGeoff Rehmet.\" 6a82f86e1SGeoff Rehmet.\" Redistribution and use in source and binary forms, with or without 7a82f86e1SGeoff Rehmet.\" modification, are permitted provided that the following conditions 8a82f86e1SGeoff Rehmet.\" are met: 9a82f86e1SGeoff Rehmet.\" 1. Redistributions of source code must retain the above copyright 10a82f86e1SGeoff Rehmet.\" notice, this list of conditions and the following disclaimer. 11a82f86e1SGeoff Rehmet.\" 2. Redistributions in binary form must reproduce the above copyright 12a82f86e1SGeoff Rehmet.\" notice, this list of conditions and the following disclaimer in the 13a82f86e1SGeoff Rehmet.\" documentation and/or other materials provided with the distribution. 14a82f86e1SGeoff Rehmet.\" 3. All advertising materials mentioning features or use of this software 15a82f86e1SGeoff Rehmet.\" must display the following acknowledgement: 16a82f86e1SGeoff Rehmet.\" This product includes software developed by the University of 17a82f86e1SGeoff Rehmet.\" California, Berkeley and its contributors. 18a82f86e1SGeoff Rehmet.\" 4. Neither the name of the University nor the names of its contributors 19a82f86e1SGeoff Rehmet.\" may be used to endorse or promote products derived from this software 20a82f86e1SGeoff Rehmet.\" without specific prior written permission. 21a82f86e1SGeoff Rehmet.\" 22a82f86e1SGeoff Rehmet.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 23a82f86e1SGeoff Rehmet.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24a82f86e1SGeoff Rehmet.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25a82f86e1SGeoff Rehmet.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 26a82f86e1SGeoff Rehmet.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 27a82f86e1SGeoff Rehmet.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28a82f86e1SGeoff Rehmet.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 29a82f86e1SGeoff Rehmet.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30a82f86e1SGeoff Rehmet.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 31a82f86e1SGeoff Rehmet.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 32a82f86e1SGeoff Rehmet.\" SUCH DAMAGE. 33a82f86e1SGeoff Rehmet.\" 34c3aac50fSPeter Wemm.\" $FreeBSD$ 35a82f86e1SGeoff Rehmet.\" 36a82f86e1SGeoff Rehmet.Dd June 7, 1993 37a82f86e1SGeoff Rehmet.Dt RUP 1 38a82f86e1SGeoff Rehmet.Os BSD 4.3 39a82f86e1SGeoff Rehmet.Sh NAME 40a82f86e1SGeoff Rehmet.Nm rup 41a82f86e1SGeoff Rehmet.Nd remote status display 42a82f86e1SGeoff Rehmet.Sh SYNOPSIS 43692bc4fdSPhilippe Charnier.Nm 44a82f86e1SGeoff Rehmet.Op Ar host ... 45a82f86e1SGeoff Rehmet.Sh DESCRIPTION 46692bc4fdSPhilippe Charnier.Nm Rup 47a82f86e1SGeoff Rehmetdisplays a summary of the current system status of a particular 48742c75f3SPhilippe Charnier.Ar host 49a82f86e1SGeoff Rehmetor all hosts on the local network. 50a82f86e1SGeoff RehmetThe output shows the current time of day, how long the system has 51a82f86e1SGeoff Rehmetbeen up, 52a82f86e1SGeoff Rehmetand the load averages. 53a82f86e1SGeoff RehmetThe load average numbers give the number of jobs in the run queue 54a82f86e1SGeoff Rehmetaveraged over 1, 5 and 15 minutes. 55a82f86e1SGeoff Rehmet.Pp 56a82f86e1SGeoff RehmetThe 57a82f86e1SGeoff Rehmet.Xr rpc.rstatd 8 58a82f86e1SGeoff Rehmetdaemon must be running on the remote host for this command to 59a82f86e1SGeoff Rehmetwork. 60692bc4fdSPhilippe Charnier.Nm Rup 61742c75f3SPhilippe Charnieruses an RPC protocol defined in 62742c75f3SPhilippe Charnier.Pa /usr/include/rpcsvc/rstat.x . 63251c176fSRuslan Ermilov.Sh EXAMPLES 643cfb58ecSRuslan Ermilov.Bd -literal 65a82f86e1SGeoff Rehmetexample% rup otherhost 66a82f86e1SGeoff Rehmetotherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18 67a82f86e1SGeoff Rehmetexample% 68a82f86e1SGeoff Rehmet.Ed 69a82f86e1SGeoff Rehmet.Sh DIAGNOSTICS 7019ab52cbSDima Dorfman.Bl -diag 71a82f86e1SGeoff Rehmet.It rup: RPC: Program not registered 72a82f86e1SGeoff RehmetThe 73a82f86e1SGeoff Rehmet.Xr rpc.rstatd 8 74a82f86e1SGeoff Rehmetdaemon has not been started on the remote host. 75a82f86e1SGeoff Rehmet.It rup: RPC: Timed out 76a82f86e1SGeoff RehmetA communication error occurred. Either the network is 77a82f86e1SGeoff Rehmetexcessively congested, or the 78a82f86e1SGeoff Rehmet.Xr rpc.rstatd 8 79a82f86e1SGeoff Rehmetdaemon has terminated on the remote host. 80a82f86e1SGeoff Rehmet.It rup: RPC: Port mapper failure - RPC: Timed out 81a82f86e1SGeoff RehmetThe remote host is not running the portmapper (see 82a82f86e1SGeoff Rehmet.Xr portmap 8 ) , 834a8d0283SMike Pritchardand cannot accommodate any RPC-based services. The host may be down. 84a82f86e1SGeoff Rehmet.El 85a82f86e1SGeoff Rehmet.Sh SEE ALSO 86a82f86e1SGeoff Rehmet.Xr portmap 8 , 87a82f86e1SGeoff Rehmet.Xr rpc.rstatd 8 88a82f86e1SGeoff Rehmet.Sh HISTORY 89a82f86e1SGeoff RehmetThe 90692bc4fdSPhilippe Charnier.Nm 91a82f86e1SGeoff Rehmetcommand 92a82f86e1SGeoff Rehmetappeared in 93a82f86e1SGeoff Rehmet.Em Sun-OS . 94a82f86e1SGeoff Rehmet.Sh BUGS 95a82f86e1SGeoff RehmetThe sorting options are not implemented. 96