source: rtems/cpukit/librpc/src/rpc/rstat.1 @ f26145b

4.104.114.84.95
Last change on this file since f26145b was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.\" $FreeBSD: src/lib/libc/rpc/rstat.1,v 1.5 1999/08/28 00:00:46 peter Exp $
2.\" @(#)rstat.1 2.1 88/08/03 4.0 RPCSRC
3.TH RSTAT 1 "3 August 1988"
4.SH NAME
5rstat \- remote status display
6.SH SYNOPSIS
7.B rstat
8.B host
9.SH DESCRIPTION
10.LP
11.B rstat
12displays a summary of the current system status of a particular
13.BR host .
14The output shows the current time of day, how long the system has
15been up,
16and the load averages.
17The load average numbers give the number of jobs in the run queue
18averaged over 1, 5 and 15 minutes.
19.PP
20The
21.B rstat_svc(8)
22daemon must be running on the remote host for this command to
23work.
24.B rstat
25uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x.
26.SH EXAMPLE
27.RS
28.ft B
29.nf
30example% rstat otherhost
317:36am  up 6 days, 16:45,  load average: 0.20, 0.23, 0.18
32example%
33.ft R
34.fi
35.RE
36.SH DIAGNOSTICS
37.LP
38rstat: RPC: Program not registered
39.IP
40The
41.B rstat_svc
42daemon has not been started on the remote host.
43.LP
44rstat: RPC: Timed out
45.IP
46A communication error occurred.  Either the network is
47excessively congested, or the
48.B rstat_svc
49daemon has terminated on the remote host.
50.LP
51rstat: RPC: Port mapper failure - RPC: Timed out
52.IP
53The remote host is not running the portmapper (see
54.BR portmap(8) ),
55and cannot accommodate any RPC-based services.  The host may be down.
56.SH "SEE ALSO"
57.BR portmap (8),
58.BR rstat_svc (8)
Note: See TracBrowser for help on using the repository browser.