pmAtomStr (3) Linux Manual Page
pmAtomStr, pmAtomStr_r – convert a performance metric value into a string C Synopsis #include <pcp/pmapi.h> const char *pmAtomStr(const pmAtomValue *avp, int type); char *pmAtomStr_r(const pmAtomValue *avp, int type, char *buf, int buflen); cc … -lpcp Description All performance metric values may be encoded in a pmAtomValue union, defined as follows; typedef union { __int32_t l;…
