File: README.md

package info (click to toggle)
pcp 7.0.5-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 252,916 kB
  • sloc: ansic: 1,478,844; sh: 177,285; xml: 160,462; cpp: 83,809; python: 24,349; perl: 18,303; yacc: 6,877; lex: 2,864; makefile: 2,694; awk: 165; fortran: 60; java: 52
file content (31 lines) | stat: -rw-r--r-- 2,197 bytes parent folder | download
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>

[![CI](https://github.com/performancecopilot/pcp/workflows/CI/badge.svg)](https://performancecopilot.github.io/qa-reports/reports/latest/)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/15853/badge.svg)](https://scan.coverity.com/projects/15853)
[![Documentation Status](https://readthedocs.org/projects/pcp/badge/?version=latest)](https://pcp.readthedocs.io)
[![Container](https://quay.io/repository/performancecopilot/pcp/status)](https://quay.io/repository/performancecopilot/pcp)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1872/badge)](https://bestpractices.coreinfrastructure.org/projects/1872)
[![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-2.1-4b.svg)](CODE_OF_CONDUCT.md) 

[![Mailing List](https://img.shields.io/badge/Mailing%20List-pcp-blue.svg)](https://groups.io/g/pcp)
[![Slack Team](https://img.shields.io/badge/Slack-pcp-blue.svg)](https://h7zo83mvt1.execute-api.us-west-2.amazonaws.com/Express/)
[![IRC #pcp](https://img.shields.io/badge/IRC-pcp-blue.svg)](https://web.libera.chat/#pcp)
[![Github Release](https://img.shields.io/github/release/performancecopilot/pcp.svg)](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)