Man page - pmprintdesc(3)

Packages contains this manual

Manual

PMPRINTDESC

NAME
C SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

pmPrintDesc - print a metric descriptor

C SYNOPSIS

#include <pcp/pmapi.h>

void pmPrintDesc(FILE * f , const pmDesc * desc );

cc ... -lpcp

DESCRIPTION

Display all the fields of the Performance Metrics Descriptor desc on the output stream f .

SEE ALSO

PMAPI (3) and pmLookupDesc (3).