Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

Chapter 5. Performance Co-Pilot (PCP)

5.1. PCP Overview and Resources

Red Hat Enterprise Linux 7 provides support for Performance Co-Pilot (PCP), a suite of tools, services, and libraries for monitoring, visualizing, storing, and analyzing system-level performance measurements. Its light-weight distributed architecture makes it particularly well-suited for centralized analysis of complex systems. Performance metrics can be added using the Python, Perl, C++, and C interfaces. Analysis tools can use the client APIs (Python, C++, C) directly, and rich web applications can explore all available performance data using a JSON interface.
PCP allows:
  • the monitoring and management of real-time data
  • the logging and retrieval of historical data
You can use historical data to analyze patterns with issues by comparing live results with archived data.
The Performance Metric Collection Daemon (pmcd) is responsible for collecting performance data on the host system, and various client tools, such as pminfo or pmstat, can be used to retrieve, display, archive, and process this data on the same host or over the network. The pcp package provides the command-line tools and underlying functionality. The graphical tool requires the pcp-gui package.

Resources