Pre-built Performance Co-Pilot packages and containers can be installed from BinTray
First find the repository and then follow the "Set Me Up" instructions appropriate to your distribution.
Performance Co-Pilot is already included in the most popular distributions (RHEL, Debian, Fedora, Suse, Ubuntu). Here are some instructions to install PCP from your distribution.
apt-get install pcp invoke-rc.d pmcd start invoke-rc.d pmie start invoke-rc.d pmlogger start
yum install pcp # RHEL 6 service pmcd start service pmlogger start service pmie start # RHEL 7 / Fedora systemctl start pmcd systemctl start pmie systemctl start pmlogger
Source .tar.gz files can be found here: PCP source
Git clone from the PCP repository
C++ PMDA interface: git://github.com/pcolby/pcp-pmda-cpp.git
Apache Qpid metrics: git://github.com/pcolby/pcp-pmda-qpid.git
Java instrumentation: git://github.com/performancecopilot/parfait.git
Netflix Vector frontend: git://github.com/Netflix/Vector.git
Other Javascript frontends: git://github.com/performancecopilot/pcp-webjs.git
PDF graph converter: git://github.com/performancecopilot/pcp2pdf.git