pmDiscoverServices (3) Linux Manual Page
pmDiscoverServices – discover PCP services on the network C Synopsis #include <pcp/pmapi.h> int pmDiscoverServices(const char *service, const char *mechanism, char ***urls); #include <pcp/impl.h> int __pmDiscoverServicesWithOptions(const char *service, const char *mechanism, const char *optionsString, const volatile unsigned *flags, char ***urls); cc … -lpcp Description Given a PCP service name, as identified by service, and using the…
