MAN page from Old RedHat 5.X rusers-0.10-8.i386.rpm
RUP
Section: User Commands (1)
IndexBSD mandoc
BSD 4.3
NAME
rup - remote status display
SYNOPSIS
rup [-
dhlt][
host ...]
DESCRIPTION
rupdisplays a summary of the current system status of a particular
host or all hosts on the local network.The output shows the current time of day, how long the system hasbeen up,and the load averages.The load average numbers give the number of jobs in the run queueaveraged over 1, 5 and 15 minutes.
The following options are available:
- -d
- For each host, report what it's local time is.This is useful for checking time syncronization on a network.
- -h
- Sort the display alphabetically by host name.
- -l
- Sort the display by load average.
- -t
- Sort the display by up time.
Therpc.rstatd8daemon must be running on the remote host for this command towork.rupuses an RPC protocol defined in /usr/include/rpcsvc/rstat.x.
EXAMPLE
example% rup otherhostotherhost up 6 days, 16:45, load average: 0.20, 0.23, 0.18example%
DIAGNOSTICS
- rup: RPC: Program not registered
- Therpc.rstatd8daemon has not been started on the remote host.
- rup: RPC: Timed out
- A communication error occurred. Either the network isexcessively congested, or therpc.rstatd8daemon has terminated on the remote host.
- rup: RPC: Port mapper failure - RPC: Timed out
- The remote host is not running the portmapper (seeportmap(8)),and cannot accomodate any RPC-based services. The host may be down.
SEE ALSO
ruptime(1),
portmap(8),rpc.rstatd8
HISTORY
The
rupcommandappeared in
SunOS
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- EXAMPLE
- DIAGNOSTICS
- SEE ALSO
- HISTORY
This document was created byman2html,using the manual pages.