Hi Manas,
----- Original Message -----
>
> Dear Team,
>
> Please let me know is there any DB can be involved in PCP backend? If so
> please let me know the procedure to implements the same.
>
PCP has its own ondisk "database" format - but other database backend could
be used, provided someone writes the "glue" code to take PCP data and write
to that database, using the PCP API (and whatever database API is needed of
course).
There are python examples in the pcp git tree you could start from:
src/pcp2graphite/pcp2graphite.py
src/pmrep/pmrep.py
Alternatively, you could write C/C++ code to export using the PMAPI(3) - see
the PCP Programmers guide [ http://www.pcp.io/doc/pcp-programmers-guide.pdf ]
for examples of how to do that.
> And one more ask can multiple PCP shared in same DB?
Multiple PCP clients can share the one PCP archive file, yes.
> Please respond as I was trying to send mail via : pcp@xxxxxxxxxxx and got a
> notice as delivered failed.
(It was "held for approval" at first, as you're not subscribed to the list)
cheers.
--
Nathan
|