1PMPRINTDESC(3) Library Functions Manual PMPRINTDESC(3)
23
4
NAME
6pmPrintDesc - print a metric descriptor
7
C SYNOPSIS
9#include <pcp/pmapi.h>
1011
void pmPrintDesc(FILE *f, const pmDesc *desc)
1213
cc ... -lpcp
14
DESCRIPTION
16Display all the fields of the Performance Metrics Descriptor desc on
17the output stream f.
18
SEE ALSO
20PMAPI(3) and pmLookupDesc(3).
2122
23
24
Performance Co-Pilot PCP PMPRINTDESC(3)