Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

perfmeter(1)

rup(1C)

rstatd(8C)

RSTAT(3R)  —  RPC SERVICES LIBRARY

NAME

rstat − get performance data from remote kernel

PROTOCOL

/usr/include/rpcsvc/rstat.x

DESCRIPTION

The rstat() protocol is used to gather statistics from remote kernel.  Statistics are available on items such as paging, swapping and cpu utilization. 

PROGRAMMING

#include <rpcsvc/rstat.h>

havedisk(host)
char ∗host;

rstat(host, statp)
char ∗host;
struct statstime ∗statp;

havedisk() returns 1 if host has a disk, 0 if it does not, and −1 if this cannot be determined.  rstat() fills in the statstime structure for host, and returns 0 if it was successful.

The following XDR routines are available in librpcsvc:

xdr_statstime
xdr_statsswtch
xdr_stats

SEE ALSO

perfmeter(1), rup(1C), rstatd(8C)

Sun Release 4.0  —  Last change: 6 October 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026