How to Install and Uninstall ansible-pcp.noarch Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "ansible-pcp.noarch" package

This tutorial shows how to install ansible-pcp.noarch on Oracle Linux 9

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

2. Uninstall "ansible-pcp.noarch" package

This is a short guide on how to uninstall ansible-pcp.noarch on Oracle Linux 9:

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

3. Information about the ansible-pcp.noarch package on Oracle Linux 9

Last metadata expiration check: 3:28:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ansible-pcp
Version : 2.2.7
Release : 1.el9
Architecture : noarch
Size : 359 k
Source : ansible-pcp-2.2.7-1.el9.src.rpm
Repository : ol9_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.