pmGetVersion (3) Linux Manual Page
pmGetVersion – fetch installed PCP version number C Synopsis #include <pcp/pmapi.h> int pmGetVersion(void); cc … -lpcp Description pmGetVersion returns a binary encoding of the locally installed PCP version number. This may be used in conjunction with the related macros PM_VERSION(a,b,c) and PM_VERSION_CURRENT that generate PCP version numbers in the same format. Refer to the example…
