Deleted Added
full compact
rup.1 (79755) rup.1 (95124)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1985, 1991 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:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1985, 1991 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:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $FreeBSD: head/usr.bin/rup/rup.1 79755 2001-07-15 08:06:20Z dd $
34.\" $FreeBSD: head/usr.bin/rup/rup.1 95124 2002-04-20 12:18:28Z charnier $
35.\"
36.Dd June 7, 1993
37.Dt RUP 1
38.Os
39.Sh NAME
40.Nm rup
41.Nd remote status display
42.Sh SYNOPSIS
43.Nm
44.Op Ar host ...
45.Sh DESCRIPTION
35.\"
36.Dd June 7, 1993
37.Dt RUP 1
38.Os
39.Sh NAME
40.Nm rup
41.Nd remote status display
42.Sh SYNOPSIS
43.Nm
44.Op Ar host ...
45.Sh DESCRIPTION
46.Nm Rup
47displays a summary of the current system status of a particular
46The
47.Nm
48utility displays a summary of the current system status of a particular
48.Ar host
49or all hosts on the local network.
50The output shows the current time of day, how long the system has
51been up,
52and the load averages.
53The load average numbers give the number of jobs in the run queue
54averaged over 1, 5 and 15 minutes.
55.Pp
56The
57.Xr rpc.rstatd 8
58daemon must be running on the remote host for this command to
59work.
49.Ar host
50or all hosts on the local network.
51The output shows the current time of day, how long the system has
52been up,
53and the load averages.
54The load average numbers give the number of jobs in the run queue
55averaged over 1, 5 and 15 minutes.
56.Pp
57The
58.Xr rpc.rstatd 8
59daemon must be running on the remote host for this command to
60work.
60.Nm Rup
61uses an RPC protocol defined in
61The
62.Nm
63utility uses an RPC protocol defined in
62.Pa /usr/include/rpcsvc/rstat.x .
63.Sh EXAMPLES
64.Bd -literal
65example% rup otherhost
66otherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18
67example%
68.Ed
69.Sh DIAGNOSTICS

--- 26 unchanged lines hidden ---
64.Pa /usr/include/rpcsvc/rstat.x .
65.Sh EXAMPLES
66.Bd -literal
67example% rup otherhost
68otherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18
69example%
70.Ed
71.Sh DIAGNOSTICS

--- 26 unchanged lines hidden ---