How to Install and Uninstall ansible-pcp.noarch Package on CentOS Stream 8

Last updated: May 01,2024

1. Install "ansible-pcp.noarch" package

In this section, we are going to explain the necessary steps to install ansible-pcp.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ansible-pcp.noarch

2. Uninstall "ansible-pcp.noarch" package

This guide covers the steps necessary to uninstall ansible-pcp.noarch on CentOS Stream 8:

$ sudo dnf remove ansible-pcp.noarch $ sudo dnf autoremove

3. Information about the ansible-pcp.noarch package on CentOS Stream 8

Last metadata expiration check: 2:10:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ansible-pcp
Version : 2.2.5
Release : 1.el8
Architecture : noarch
Size : 114 k
Source : ansible-pcp-2.2.5-1.el8.src.rpm
Repository : appstream
Summary : Ansible Metric collection for Performance Co-Pilot
URL : https://github.com/performancecopilot/ansible-pcp
License : MIT
Description : A collection containing roles for Performance Co-Pilot (PCP) and related
: software such as Redis and Grafana. The collection is made up of several
: Ansible roles, including:
:
: redhat.rhel_metrics.pcp
: A role for core PCP capabilities, configuring live performance analysis
: with a large base set of metrics from the kernel and system services, as
: well as data recording and rule inference.
:
: redhat.rhel_metrics.redis
: A role for configuring a local Redis server, suitable for use with a
: Performance Co-Pilot archive repository (for single or many hosts) and
: fast, scalable querying of metrics.
:
: redhat.rhel_metrics.grafana
: A role for configuring a local Grafana server, providing web frontend
: visuals for Performance Co-Pilot metrics, both live and historically.
: Data sources for Vector (live), Redis (historical) and interactive
: bpftrace (eBPF) scripts can be configured by this role. The PCP REST
: API service (from the core pcp role) should be configured in order to
: use this role.
:
: redhat.rhel_metrics.bpftrace
: A role that extends the core PCP role, providing metrics from bpftrace
: scripts using Linux eBPF facilities. Configuring authentication of a
: local user capable of running bpftrace scripts via the PCP agent is a
: key task of this role.
:
: redhat.rhel_metrics.elasticsearch
: A role that extends the core PCP role, providing metrics from a live
: ElasticSearch instance for PCP analysis or exporting of PCP metric
: values (and metadata) to ElasticSearch for the indexing and querying
: of performance data.