pmSortInstances - Man Page
sort performance metric values on instance identifier
C Synopsis
#include <pcp/pmapi.h>
void pmSortInstances(pmResult *result); int pmSortHighResInstances(pmHighResResult *result);
cc ... -lpcp
Description
The routine pmSortInstances may be used to guarantee that for each performance metric in the result from pmFetch(3) or pmFetchHighRes(3), the instances are in ascending instance identifier sequence.
This is useful when computing rates from two consecutive samples.
See Also
Referenced By
The man page pmSortHighResInstances(3) is an alias of pmSortInstances(3).
PCP Performance Co-Pilot