1PMSEARCHINFO(3) Library Functions Manual PMSEARCHINFO(3)
2
3
4
6 pmSearchInfo - diagnostic metrics of PCP search services
7
9 #include <pcp/pmwebapi.h>
10
11 int pmSearchInfo(pmSearchSettings *settings, sds key, void *arg)
12
13 cc ... -lpcp_web
14
16 Diagnostic metrics related to the Performance Co-Pilot (PCP) fast,
17 scalable and fulltext capable search services.
18
19 Currently, as all fulltext related services are using single RediSearch
20 index, diagnostic metrics are requestable by passing in key with a
21 value of `text'. The results will passed to on_metrics callback pro‐
22 vided by settings.
23
25 This function always returns zero on success. On failure a negative
26 PMAPI error code is returned.
27
29 pmproxy(1), pmlogger(1), pmsearch(1), redis-server(1), pmSearch‐
30 Setup(3), PMAPI(3) and PMWEBAPI(3).
31
32
33
34Performance Co-Pilot PCP PMSEARCHINFO(3)