pmTypeStr (3) Linux Manual Page
pmTypeStr, pmTypeStr_r – convert a performance metric type into a string C Synopsis #include <pcp/pmapi.h> const char *pmTypeStr(int type); char *pmTypeStr_r(int type, char *buf, int buflen); cc … -lpcp Description Given a performance metric type, pmTypeStr produces a terse ASCII equivalent, appropriate for use in error and diagnostic messages. The pmTypeStr_r function does the same,…
