How To Install pcp-system-tools on Fedora 36

In this tutorial we learn how to install pcp-system-tools in Fedora 36. pcp-system-tools is Performance Co-Pilot (PCP) System and Monitoring Tools

Introduction

In this tutorial we learn how to install pcp-system-tools on Fedora 36.

What is pcp-system-tools

This PCP module contains additional system monitoring tools written in the Python language.

We can use yum or dnf to install pcp-system-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-system-tools.

Install pcp-system-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pcp-system-tools using dnf by running the following command:

sudo dnf -y install pcp-system-tools

Install pcp-system-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pcp-system-tools using yum by running the following command:

sudo yum -y install pcp-system-tools

How To Uninstall pcp-system-tools on Fedora 36

To uninstall only the pcp-system-tools package we can use the following command:

sudo dnf remove pcp-system-tools

pcp-system-tools Package Contents on Fedora 36

/etc/pcp/dstat
/etc/pcp/dstat/aio
/etc/pcp/dstat/cpu
/etc/pcp/dstat/disk
/etc/pcp/dstat/dm
/etc/pcp/dstat/entropy
/etc/pcp/dstat/freespace
/etc/pcp/dstat/fs
/etc/pcp/dstat/gpfs
/etc/pcp/dstat/int
/etc/pcp/dstat/io
/etc/pcp/dstat/ipc
/etc/pcp/dstat/load
/etc/pcp/dstat/locks
/etc/pcp/dstat/md
/etc/pcp/dstat/mem
/etc/pcp/dstat/memcache
/etc/pcp/dstat/mongodb
/etc/pcp/dstat/mysql
/etc/pcp/dstat/net
/etc/pcp/dstat/nfs
/etc/pcp/dstat/page
/etc/pcp/dstat/part
/etc/pcp/dstat/postfix
/etc/pcp/dstat/proc
/etc/pcp/dstat/redis
/etc/pcp/dstat/rpc
/etc/pcp/dstat/sockets
/etc/pcp/dstat/swap
/etc/pcp/dstat/sys
/etc/pcp/dstat/tcp
/etc/pcp/dstat/utmp
/etc/pcp/dstat/vm
/etc/pcp/htop
/etc/pcp/htop/columns
/etc/pcp/htop/meters
/etc/pcp/pmrep
/etc/pcp/pmrep/00-defaults.conf
/etc/pcp/pmrep/collectl.conf
/etc/pcp/pmrep/iostat.conf
/etc/pcp/pmrep/iostat_v10.conf
/etc/pcp/pmrep/iostat_v11.conf
/etc/pcp/pmrep/iostat_v12_5.conf
/etc/pcp/pmrep/mpstat.conf
/etc/pcp/pmrep/numa.conf
/etc/pcp/pmrep/pidstat.conf
/etc/pcp/pmrep/pmproxy.conf
/etc/pcp/pmrep/proc.conf
/etc/pcp/pmrep/sar.conf
/etc/pcp/pmrep/sar_v11.conf
/etc/pcp/pmrep/vmstat.conf
/usr/bin/dstat
/usr/bin/pcp2csv
/usr/bin/pmiostat
/usr/bin/pmrep
/usr/lib/.build-id
/usr/lib/.build-id/03/4a9399110e1a56095bfa892afdae42aa85f2b2
/usr/lib/.build-id/7b/9645697aa075f12438a165e44063f018136253
/usr/libexec/pcp/bin/pcp-atop
/usr/libexec/pcp/bin/pcp-atopsar
/usr/libexec/pcp/bin/pcp-dmcache
/usr/libexec/pcp/bin/pcp-dstat
/usr/libexec/pcp/bin/pcp-free
/usr/libexec/pcp/bin/pcp-htop
/usr/libexec/pcp/bin/pcp-iostat
/usr/libexec/pcp/bin/pcp-ipcs
/usr/libexec/pcp/bin/pcp-lvmcache
/usr/libexec/pcp/bin/pcp-mpstat
/usr/libexec/pcp/bin/pcp-numastat
/usr/libexec/pcp/bin/pcp-pidstat
/usr/libexec/pcp/bin/pcp-shping
/usr/libexec/pcp/bin/pcp-ss
/usr/libexec/pcp/bin/pcp-tapestat
/usr/libexec/pcp/bin/pcp-uptime
/usr/libexec/pcp/bin/pcp-verify
/usr/share/bash-completion/completions/pmrep
/usr/share/pcp/htop
/usr/share/pcp/htop/columns/container
/usr/share/pcp/htop/columns/delayacct
/usr/share/pcp/htop/columns/fdcount
/usr/share/pcp/htop/columns/guest
/usr/share/pcp/htop/columns/memory
/usr/share/pcp/htop/columns/sched
/usr/share/pcp/htop/columns/swap
/usr/share/pcp/htop/columns/tcp
/usr/share/pcp/htop/columns/udp
/usr/share/pcp/htop/columns/wchan
/usr/share/pcp/htop/meters
/usr/share/pcp/htop/meters/entropy
/usr/share/pcp/htop/meters/freespace
/usr/share/pcp/htop/meters/ipc
/usr/share/pcp/htop/meters/locks
/usr/share/pcp/htop/meters/memcache
/usr/share/pcp/htop/meters/mysql
/usr/share/pcp/htop/meters/postfix
/usr/share/pcp/htop/meters/redis
/usr/share/pcp/htop/meters/tcp

References

Summary

In this tutorial we learn how to install pcp-system-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).