pmPrintLabelSets — print an array of label sets
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
Referenced By
The man page pmprintlabelsets(3) is an alias of pmPrintLabelSets(3).
PCP Performance Co-Pilot