Gets performance data from remote kernels.
#include <rpcsvc/rstat.h>
rstat (host, statp) char *host; struct statstime *statp;
The rstat subroutine gathers statistics from remote kernels. These statistics are available on items such as paging, swapping and CPU utilization.
host | Specifies the name of the machine going to be contacted to obtain statistics found in the statp parameter. |
statp | Contains statistics from host. |
If successful, the rstat subroutine fills in the statstime for host and returns a value of 0.
These subroutines are part of the Base Operating System (BOS) Runtime.
/usr/include/rpcsvc/rstat.x |
The rup command.
The rstatd daemon