rstat(3N) rstat(3N)NAME rstat, havedisk - get performance data from remote kernel SYNOPSIS #include <rpcsvc/rstat.h> havedisk(host) char *host; rstat(host, statp) CONTROL.br struct statstime *statp; DESCRIPTION rstat fills in the statstime structure with statistics, such as paging, swapping, and CPU utilization, from a remote kernel specified by host, and returns 0 if successful. havedisk returns 1 if the remote host specified by host has a disk, 0 if the remote host does not have a disk, and -1 if it cannot determine whether the remote host has a disk. The following eXternal Data represenation Routines (XDRs) are available in librpcsvc: xdr_statstime xdr_statsswtch xdr_stats SEE ALSO rstatd(1M) rup(1C) in A/UX Command Reference January 1992 1