PMFIND(1) | General Commands Manual | PMFIND(1) |
pmfind - find PCP services on the network
pmfind [-q] [-m mechanism] [-s service] [-r] [-t timeout]
pmfind searches for instances of the specified PCP service being advertised on the network and prints a list of URLs corresponding to the services discovered.
By default pmfind will search for all supported PCP services, however a specific PCP service to discover can be specified using the -s (or --service) option. Supported services are pmcd(1), pmproxy(1) and pmwebd(1).
The -m (or --mechanism) option sets the mechanism that pmfind uses when performing service discovery. By default, or if the keyword "all" is specified, every available mechanism will be used (iteratively). Supported mechanisms are:
The -r (or --resolve) option requests that DNS name resolution be attempted for the addresses of any discovered services. The default is to display the network addresses of any discovered services.
The -t (or --timeout) option sets the maximum amount of time that pmfind will take before interrupting the service discovery. The argument is a floating point number representing the number of seconds before timing out. The default is to take as much time as is needed to complete the process.
The -q (or --quiet) option suppresses all output on the standard output stream.
Environment variables with the prefix PCP_ are used to parameterize the file and directory names used by PCP. On each installation, the file /etc/pcp.conf contains the local values for these variables. The $PCP_CONF variable may be used to specify an alternative configuration file, as described in pcp.conf(5).
The value of the exit status from the command is zero when services were successfully located, one if no services were found, and two if an error occurred.
In the event of an error, a message will be generated on standard error that is intended to be self-explanatory.
pmfind will interrupt the service discovery process when one of the following signals is received: SIGHUP, SIGPIPE, SIGINT, SIGTERM, SIGXFSZ, SIGXCPU. pmfind will report any results which were discovered up to point of the interruption.
PCPIntro(1), pmcd(1), pmproxy(1), pmwebd(1), pcp-kube-pods(1), PMAPI(3), pmDiscoverServices(3), pcp.conf(5) and pcp.env(5).
PCP | Performance Co-Pilot |