Download

Pre-built Performance Co-Pilot packages and containers can be installed from Packagecloud.

Please follow the installation instructions on how to setup the repositories for your distribution.

Distributions

Performance Co-Pilot is already included in all popular distributions (RHEL, Debian, Fedora, Suse, Ubuntu). Here are some instructions to install PCP from your distribution.

Debian / Ubuntu

apt-get install pcp
invoke-rc.d pmcd start
invoke-rc.d pmie start
invoke-rc.d pmlogger start

Fedora / RHEL

yum install pcp
# RHEL 6
service pmcd start
service pmlogger start
service pmie start
# RHEL 7 and later / Fedora
systemctl start pmcd
systemctl start pmie
systemctl start pmlogger

openSUSE

Direct Install link

Solaris

No downloads, only building from source.

Mac OSX

No downloads, only building from source.

Windows

No downloads, only building from source.