Show Table of Contents
5.3. Performing Minimal PCP Setup to Gather File System Data
The following procedure provides instructions on how to install a minimal PCP setup to collect statistics on Red Hat Enterprise Linux. The minimal setup involves adding the minimum number of packages on a production system needed to gather data for further analysis.
The resulting
tar.gz archive of the pmlogger output can be analyzed by using various PCP tools, such as PCP Charts, and compared with other sources of performance information.
- Install the pcp package:
#yum install pcp - Run the
pmlogconfutility to update thepmloggerconfiguration and enable the XFS information, XFS data, and log I/O traffic groups:#pmlogconf -r/var/lib/pcp/config/pmlogger/config.default - Start the
pmloggerservice:#systemctl start pmcd.service#systemctl start pmlogger.service - Perform operations on the XFS file system.
- Stop the
pmloggerservice:#systemctl stop pmcd.service#systemctl stop pmlogger.service - Collect the output and save it to a
tar.gzfile named based on the hostname and the current date and time:#cd /var/log/pcp/pmlogger/#tar -czf $(hostname).$(date +%F-%Hh%M).pcp.tar.gz $(hostname)

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.