Software:Performance Co-Pilot

From HandWiki
Short description: Open-source tool for monitoring multiple computer systems
Performance Co-Pilot
Screenshot of PCP Charts
Screenshot of PCP Charts monitoring a KVM server
Original author(s)Ken McDonell[1]
Initial releaseApril 1995
Stable release
5.3.5 / November 2021 (2021-11)[2]
Repositoryhttps://github.com/performancecopilot/pcp
Operating systemUnix-like, Windows, Mac OS X
TypeNetwork monitoring
LicenseGNU Lesser General Public License, GNU General Public License
Websitehttp://www.pcp.io/

Performance Co-Pilot (also known as PCP) is an open source software infrastructure for monitoring, visualizing, recording, responding to, and controlling the status, activity, and performance of networks, computers, applications, and servers.

Features

The following features are provided by the Performance Co-Pilot:[3]

  • Runs on many Unix/Linux variants, as well as Windows and Mac OS X.
  • Has a fully distributed architecture; any client may interact with any instrumented server or application.
  • Has a plug-in architecture for instrumenting any custom application or server.
  • Can query hundreds of operational measurements from operating systems, Apache, Sendmail, MySQL, the Java VM, VMware, KVM, etc.
  • Can send operational parameters to remote processes, to change their behavior (cf. computational steering).
  • Can query or send any type of value, including: integers, strings, floating point numbers, and arbitrary composite data structures.
  • Has a communication protocol designed to minimize consumption of network bandwidth.

History

Performance Co-Pilot was originally created by Silicon Graphics (SGI) as a proprietary software product, exclusively for SGI customers. PCP's initial design was done at SGI in Melbourne, Australia, by Ken McDonell and Mark Goodwin, starting in October 1993. The pair were joined by Seppo Keronen and Jonathan Knispel, early in 1994. These four produced the initial version of Performance Co-Pilot 1.0, which was released in April 1995 as add-on software for SGI's IRIX operating system. Components included in that initial release were: pmcd (Ken and Jonathan), pmchart (Mark), libpcp (Ken), pmie (Seppo), pmgadgets (Jonathan), and a host of other smaller bits and pieces. Other significant early contributors were Ania Bodeit, David Chatterton (pmview), Ivan Rayner, Nathan Scott and Tim Shimmin.

In 2000, the core of PCP was re-released as free software, under the GNU LGPL. Additional proprietary components have been re-released as free software since then.

Currently an active community of contributors is enhancing the open source distribution of PCP and releasing new tools built upon it.

Netflix built Vector.io [4] which used PCP. This has been modified to being a Grafana data source which will be integrated into mainline PCP.

See also

References

External links