OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [librpc/] [src/] [rpc/] [rstat.1] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
.\" $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
5
rstat \- remote status display
6
.SH SYNOPSIS
7
.B rstat
8
.B host
9
.SH DESCRIPTION
10
.LP
11
.B rstat
12
displays a summary of the current system status of a particular
13
.BR host .
14
The output shows the current time of day, how long the system has
15
been up,
16
and the load averages.
17
The load average numbers give the number of jobs in the run queue
18
averaged over 1, 5 and 15 minutes.
19
.PP
20
The
21
.B rstat_svc(8)
22
daemon must be running on the remote host for this command to
23
work.
24
.B rstat
25
uses an RPC protocol defined in /usr/include/rpcsvc/rstat.x.
26
.SH EXAMPLE
27
.RS
28
.ft B
29
.nf
30
example% rstat otherhost
31
7:36am  up 6 days, 16:45,  load average: 0.20, 0.23, 0.18
32
example%
33
.ft R
34
.fi
35
.RE
36
.SH DIAGNOSTICS
37
.LP
38
rstat: RPC: Program not registered
39
.IP
40
The
41
.B rstat_svc
42
daemon has not been started on the remote host.
43
.LP
44
rstat: RPC: Timed out
45
.IP
46
A communication error occurred.  Either the network is
47
excessively congested, or the
48
.B rstat_svc
49
daemon has terminated on the remote host.
50
.LP
51
rstat: RPC: Port mapper failure - RPC: Timed out
52
.IP
53
The remote host is not running the portmapper (see
54
.BR portmap(8) ),
55
and cannot accommodate any RPC-based services.  The host may be down.
56
.SH "SEE ALSO"
57
.BR portmap (8),
58
.BR rstat_svc (8)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.