pmPrintDesc
print a metric descriptor
- Provided by: libpcp3-dev (Version: 6.2.0-1.1build4)
- Source: pcp
- Report a bug
print a metric descriptor
#include <pcp/pmapi.h>
void pmPrintDesc(FILE *f, const pmDesc *desc)
cc ... -lpcp
Display all the fields of the Performance Metrics Descriptor desc on the output stream f.
PMAPI(3) and pmLookupDesc(3).