1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/pcpicon-light.png">
<source media="(prefers-color-scheme: light)" srcset="images/pcpicon.png">
<img alt="Performance Co-Pilot logo" src="images/pcpicon.png">
</picture>
[](https://performancecopilot.github.io/qa-reports/reports/latest/)
[](https://scan.coverity.com/projects/15853)
[](https://pcp.readthedocs.io)
[](https://quay.io/repository/performancecopilot/pcp)
[](https://bestpractices.coreinfrastructure.org/projects/1872)
[](CODE_OF_CONDUCT.md)
[](https://groups.io/g/pcp)
[](https://h7zo83mvt1.execute-api.us-west-2.amazonaws.com/Express/)
[](https://web.libera.chat/#pcp)
[](https://github.com/performancecopilot/pcp/releases/latest)
Performance Co-Pilot (PCP) provides a framework and services to support
system-level performance monitoring and management. It presents a unifying
abstraction for all of the performance data in a system, and many tools
for interrogating, retrieving and processing that data.
PCP is a feature-rich, mature, extensible, cross-platform toolkit
supporting both live and retrospective analysis. The distributed PCP
architecture makes it especially useful for those seeking centralized
monitoring of distributed processing.
See the [INSTALL](INSTALL.md) file for build, installation and configuration steps.
For more information and details on how to contribute to the PCP project
visit [pcp.io](https://pcp.io/community.html)
|