This container contains a preview of modern Performance Co-Pilot features as an all-in-one container. It includes the following components:
- Performance Co-Pilot
- grafana-pcp - PCP Plugin for Grafana
- Redis - required for pmseries(1) for fast, scalable time series aggregation across multiple hosts
- bpftrace - used by the bpftrace PMDA
sudo -H podman run -d --privileged -v /lib/modules:/lib/modules:ro -v /usr/src:/usr/src:ro -p 3000:3000 quay.io/performancecopilot/pcp-preview
sudo -H docker run -d --privileged -v /lib/modules:/lib/modules:ro -v /usr/src:/usr/src:ro -p 3000:3000 quay.io/performancecopilot/pcp-preview
Grafana is ready at http://localhost:3000
The following services run inside the container and can be exposed by using the -p
argument on podman/docker run:
- pmcd is listening on localhost:44321
- pmproxy is listening on localhost:44322 (HTTP)
- redis is listening on localhost:6379