Open Source
Performance Co-Pilot Performance Co-Pilot Features

Performance Co-Pilot (PCP) provides a framework and services to support system-level performance monitoring and performance management. More specifically, the open source PCP code provides:

  • A single API for accessing the performance data that hides details of where the data comes from and how it was captured and imported into the PCP framework.

  • A client-server architecture allows multiple clients to monitor the same host, and a single client to monitor multiple hosts (e.g. in a Beowulf cluster). This enables centralized monitoring of distributed processing.

  • Integrated archive logging and replay so a client application can use the same API to process real-time data from a host or historical data from an archive.

  • The framework supports APIs and configuration file formats that enable the scope of performance monitoring to be extended at all levels.

  • A "plugin" framework (libraries, APIs, agents and daemon) to collect performance data from multiple sources on a single host, e.g. from the hardware, the kernel, the service layers, the application libraries, and the applications themselves.

  • Libraries and sample implementations encourage the development of new "plugins" (or agents) to capture and export the performance data that matters in your application environment, along side the other generic performance data.

  • An endian-safe transport layer for moving performance metrics between the collector and the monitoring applications over TCP/IP. This means an IRIX desktop with PCP can monitor one or more Linux systems with the Open Source release of PCP installed.

  • A Linux agent that exports a broad range of performance data from most kernels since 2.0.36 (RedHat 5.2) or later. This includes coverage of activity in the areas of: CPU, disk, memory, swapping, network, NFS, RPC, filesystems, and per-process statistics.

  • Other agents export performance data from:
    • Web server activity logs
    • arbitrary application-level tracing (via a PCP trace library)
    • Cisco routers
    • sendmail
    • the mail queue
    • the PCP infrastructure itself

  • Assorted simple monitoring tools that use the PCP APIs to retrieve and display either arbitrary performance metrics, or specific groups of metrics (as in pmstat a cluster-aware vmstat lookalike).

  • The PCP inference engine supports automated monitoring through a rule-based language and interpreter that performs user-defined actions when rule predicates are found to be true.