Statistics VectorThe statistics vector data structure contains statistics from the RPC runtime on a per address space basis. The statistics vector contains a count member (count), followed by an array of statistics. Each array element contains an unsigned32 value. The following list describes the statistics indexed by the specified constant:
typedef struct { To obtain runtime statistics, an application calls therpc_mgmt_inq_stats( ) routine. The RPC runtime allocates memory for the statistics vector. The application calls the rpc_mgmt_stats_vector_free( ) routine to free the statistics vector.
|