распечатать массив наборов этикеток (print an array of label sets)
Имя (Name)
pmPrintLabelSets - print an array of label sets
Синопсис C (C Synopsis)
#include <pcp/pmapi.h>
void pmPrintLabelSets(FILE *f, int ident, int type, pmLabelSet
*sets, int nsets);
cc ... -lpcp
Описание (Description)
Display all elements of the Performance Metrics LabelSet sets
associated with identifier ident of hierarchy level type. on the
output stream f.
Смотри также (See also)
PMAPI(3) and pmLookupLabels(3).