yuokada126 / grafana-pcp

Performance Co-Pilot Grafana Plugin

Home Page:https://pcp.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance Co-Pilot Grafana Plugin

Build Status

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.

Vector Overview bpftrace Flame Graph Vector metrics autocompletion bpftrace probe autocompletion more screenshots

Features

  • analysis of historical PCP metrics using pmseries query language
  • analysis of real-time PCP metrics using pmwebapi live services
  • enhanced Berkeley Packet Filter (eBPF) tracing using bpftrace scripts
  • automatic rate conversation for counter metrics
  • heatmap and table support
  • auto completion of metric names [1,2], qualifier keys and values [1], and bpftrace probes, builtin variables and functions [3]
  • display of semantics, units and help texts of metrics [2] and bpftrace builtins [3]
  • legend templating support with $metric, $metric0, $instance, $some_label, $some_dashboard_variable
  • container support [1,2]
  • support for custom endpoint URL [1,2,3] and container [2] setting per query
  • support for repeated panels
  • sample dashboards for all datasources

[1] PCP Redis [2] PCP Vector [3] PCP bpftrace

Datasources

PCP Redis

This datasource queries the fast, scalable time series capabilities provided by the pmseries(1) functionality. It is intended to query historical data across multiple hosts and supports filtering based on labels.

PCP Vector

The PCP Vector datasource shows live, on-host metrics from the real-time pmwebapi(3) interfaces. It is intended for individual host, on-demand performance monitoring and includes container support.

PCP bpftrace

The PCP bpftrace datasource supports system introspection using bpftrace(8) scripts. It connects to the bpftrace PMDA and runs bpftrace scripts on the host.

Installation

Download a release tarball from https://github.com/performancecopilot/grafana-pcp/releases, extract it to /var/lib/grafana/plugins, restart grafana, enable the Performance Co-Pilot plugin and setup the datasources.

$ wget https://github.com/performancecopilot/grafana-pcp/archive/v1.0.3.tar.gz
$ sudo tar xfz v1.0.3.tar.gz -C /var/lib/grafana/plugins
$ sudo systemctl restart grafana-server 

Build

Clone the git repository at https://github.com/performancecopilot/grafana-pcp and type:

yarn install
yarn run build

About

Performance Co-Pilot Grafana Plugin

https://pcp.io

License:Apache License 2.0


Languages

Language:TypeScript 89.3%Language:JavaScript 5.7%Language:HTML 4.3%Language:CSS 0.4%Language:Shell 0.2%Language:Makefile 0.1%Language:Nix 0.1%