значения показателей производительности сортировки по идентификатору экземпляра (sort performance metric values on instance identifier)
Имя (Name)
pmSortInstances
- sort performance metric values on instance
identifier
Синопсис C (C Synopsis)
#include <pcp/pmapi.h>
void pmSortInstances(pmResult *
result);
cc ... -lpcp
Описание (Description)
The routine pmSortInstances
may be used to guarantee that for
each performance metric in the result from pmFetch(3), the
instances are in ascending instance identifier sequence.
This is most useful when trying to compute rates from two
consecutive pmFetch(3) results.
Смотри также (See also)
PMAPI(3) and pmFetch(3).