xref: /illumos-gate/usr/src/man/man1/rup.1 (revision bbf21555)
te
Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
RUP 1 "May 13, 2017"
NAME
rup - show host status of remote machines (RPC version)
SYNOPSIS

rup [-hlt]

rup [host]...
DESCRIPTION

rup gives a status similar to uptime for remote machines. It broadcasts on the local network, and displays the responses it receives.

Normally, the listing is in the order that responses are received, but this order can be changed by specifying one of the options listed below.

When host arguments are given, rather than broadcasting rup will only query the list of specified hosts.

A remote host will only respond if it is running the rstatd daemon.

In the absence of a name service, rup displays host names as numeric IP addresses.

OPTIONS
-h

Sort the display alphabetically by host name.

-l

Sort the display by load average.

-t

Sort the display by up time.

SEE ALSO

ruptime (1), attributes (7)

BUGS

Broadcasting does not work through gateways.