Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
How to Install and Configure Performance Co-Pilot (PCP)
in Linux
Applies to
Oracle Cloud Infrastructure - Version N/A and later
Linux x86-64
Goal
This document explains how to install and configure Performance Co-Pilot (PCP) for analyzing system performance across one or more Oracle Linux installations.
Solution
Installing PCP
1 - Enable the following yum repositories on your system:
- For OL7:
ol7_latest
andol7_addons
- For OL8:
ol8_appstream
andol8_addons
- For OL9:
ol9_appstream
andol9_addons
2 - Install the pcp-oracle-conf
, pcp-system-tools
and pcp-gui
packages:
- For OL7:
# yum install pcp-oracle-conf pcp-system-tools pcp-gui
- For OL8 and OL9:
# dnf install pcp-oracle-conf pcp-system-tools pcp-gui
3 - Enable and start the pmcd and pmlogger services:
Tagged:
0