Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pcp-6.2.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: pcp Distribution: openSUSE Tumbleweed
Version: 6.2.0 Vendor: openSUSE
Release: 1.1 Build date: Wed Apr 3 16:49:06 2024
Group: System/Monitoring Build host: reproducible
Size: 5337565 Source RPM: pcp-6.2.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://pcp.io
Summary: System-level performance monitoring and performance management
Performance Co-Pilot (PCP) provides a framework and services to support
system-level performance monitoring and performance management.

The PCP open source release provides a unifying abstraction for all of
the interesting performance data in a system, and allows client
applications to easily retrieve and process any subset of that data.

Provides

Requires

License

GPL-2.0+ AND LGPL-2.0+ AND CC-BY-SA-3.0

Changelog

* Wed Apr 03 2024 Martin Schreiner <martin.schreiner@suse.com>
  - Add fix for bsc#1222121:
    * 0011-disable-redis-proxying-by-default.patch
* Mon Apr 01 2024 Martin Schreiner <martin.schreiner@suse.com>
  - Upgrade to 6.2.0 (bsc#1217826):
    * Changes from pcp-6.2.0:
    - Client tools and utilities:
      pmlogger: default to creating version 3 PCP archives
      pmie, pmlogger, pmcd, pmproxy: init script hardening to
      run less as root:root, more as pcp:pcp and more safely
      pcp-reboot-init: new systemd service for $PCP_RC_DIR setup
      pcp2arrow: new, export metrics to parquet format for pandas
      pcp-atop: deterministic process sort when handling NULLs
      pcp-atop: update to v2.10.0 upstream code
      pcp-htop: update to latest upstream fixes
      pcp-geolocate: function with older versions of python
      pcp-meminfo: resolve possible 'broken pipe' diagnostics
      pcp-ss: fix handling of listening state sockets to match ss
      pcp-ss: fix the UDP UNCONN vs LISTEN state handling
    - PMDA additions, enhancements and bug fixes:
      pmdaproc: improvements for process accounting metrics
      pmdalinux: add pgpromote* and pgdemote* memory metrics
      pmdalinux: add metric sysfs.module.zswap.max_pool_percent
      pmdalinux: add new SNMP metric network.ip.outtransmits
      pmdasummary: send state change 0 (no change) back to pmcd
      pmdapostgresql: support the psycopg3 python module as well
      pmdaopenmetrics: kepler support - live metrics and logging
    - Server-side utilities and log management scripts:
      pmlogrewrite, pmlogredact: fix for missing data volumes
      pmcd: cosmetic change to avoid pipe2 name clash
      runaspcp: new helper utility for unprivileged rc scripts
      pmnsmerge: be more defensive in qsort comparison routine
      pmlogsize: fix qsort comparison function handling of equality
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp: pmOpenLog refactor for handling previous log files
      libpcp: new __pmCleanMapDir routine to aid log culling
      libpcp & pmcd: READY-NOT-READY hardening
      libpcp: avoid possible thread issues (coverity)
      libpcp: refactor pmDupContext for thread safety
      libpcp_import: add guard in pmiPutMark to prevent SIGSEGV
    - Build, infrastructure and packaging updates:
      build: changes to re-enable builds for FreeBSD 12, 13, 14
      build: add diffutils rpm dep as pmdaproc script uses diff
      build: add main.yml for building and publishing container
      build: resolve compiler warnings in various tools/libraries
      packaging: use tmpfiles.d method to create PCP_RUN_DIR
      build: packaging changes for openSUSE 15.5 and 15.6
      debian: do not ship empty directory /usr/lib/pkgconfig
      build: el10 systemd-presets for pmcd/pmie/pmlogger enabling
      build: drop rpm dep on bpftool as local version used only
      build: change perl YAML::XS::LibYAML module to YAML::XS
    - Security Enhanced Linux:
      selinux: policy improvements for CentOS/RHEL 7 and 8
    - Documentation:
      docs: Fedora 39 found some tbl(1)/troff(1) issues, fix
      docs: add an explicit code-of-conduct for PCP
      docs: pmns(5) note that metric names must only contain ASCII
      docs: update the BPF README to describe bpftool reality
    * Changes from pcp-6.1.1:
    - Client tools and utilities:
      pmie: add -o/--format to control output format with archives
      pcp-geolocate: automatic latitude and longitude metric labels
      pcp-atop: fix segv encountered on a multi-node NUMA system
      pcp-atop: add last level cache support using pmdaresctrl
      pcp-htop: updated with latest fixes from htop.dev
      pcp-netstat: without time options report one sample only
      pcp-netstat: add machine header info
      pcp-meminfo: without time options report one sample only
      pcp-meminfo: add machine header info
      pcp-buddyinfo: resolve a key issue when using python v2
      pcp-zoneinfo: ensure determinism in pcp-zoneinfo output
      pcp-zoneinfo: fix failure with older PCP metric instances
    - PMDA additions, enhancements and bug fixes:
      pmdaresctrl: new PMDA for x86_64 last level cache metrics
      pmdafarm: new Seagate Field Access Reliability Metrics PMDA
      pmdadarwin: updated for changes in NFS stats management
      pmdalinux: new mem.util metrics from recent kernel versions
      pmdalinux: new networking metrics relating to MPTcpExt
      pmdasockets: allow sockets with duplicate sources to exist
      pmdabpftrace: rework exit/wait handling to avoid errors
      pmdahaproxy: fixed connect script handling of string quoting
      pmdastatsd: fixed metadata for a couple of metrics
      pmdalinux: fixed semantics for mem.vmstat.nr_free_cma metric
      pmdadenki: simplification and refactoring of metrics
      pmdagfs2: correct permissions of several installed files
      pmdakvm: fixed semantics for kvm.largepages metric
    - Server-side utilities and log management scripts:
      pmproxy: add support for HTTP compression
      pmlogger: rework heuristic for Latest folio creation
      pmlogctl: fix incorrect rewriting of PCP_ARCHIVE_DIR
      pmlogredact: add latitude and longitude labels to redacted set
      pmlogrewrite: resolve a small memory leak
      pmlogrewrite: use PM_CTXFLAG_METADATA_ONLY for speed
      pmcd: add $PMCD_CREDS_TIMEOUT as an alternative to -q
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp: new PM_CTXFLAG_METADATA_ONLY flag for pmNewContext
      libpcp: fix a couple of derived metric bugs
      libpcp_web: implement config override by canonical env vars
    - Misc build, infrastructure and packaging updates:
      build: new CI build to keep PCP for MacOS up-to-date
      build: several fixes to tools when compiling with clang
      build: install pmlog[redact,reduce,rewrite] on default PATH
      build: default to using a path-prefixed PCP_PYTHON_PROG
      build: update the Fedora container to f38
      build: drop of i386/i686 architectures from Fedora builds
      build: enable build of pmdalibvirt on CentOS 7 platform
      build: enable Qt6 in Fedora and post-RHEL-9 rpm spec files
      build: add pyodbc rpm dep for pcp-pmda-mssql in RHEL 9
    - Security Enhanced Linux:
      selinux: allow pmproxy use the io_uring API
      selinux: policy fixes for recent AVCs on RHEL 7.9
      selinux: add netlink_kobject_uevent_socket getattr (bpftrace)
    - Documentation:
      man pages: change all to map font CW -> CR for latest groff
      man: note pmseries Redis timeseries load order limitation
    * Changes from pcp-6.1.0:
    - pmlogredact: new command for archive anonymisation
    - pcp-atop: new bar graph visualisation mode
    - pcp-atop: update to atoptool.nl 2.9.1 sources
    - pcp-htop: support dynamic screens (user-configurable tabs)
    - pcp-htop: update to latest upstream source
    - pcp-htop: default screens for filesystems, disks and cgroups
    - pcp-htop: non-default screens for several libbpf modules
    - pcp-htop: fix mishandling of some process argument shading
    - pcp-buddyinfo: new tool reporting Linux buddyinfo stats
    - pcp-meminfo: new tool reporting Linux kernel memory stats
    - pcp-netstat: new tool reporting networking statistics
    - pcp-slabinfo: new tool reporting Linux slabinfo kernel stats
    - pcp-zoneinfo: new tool reporting Linux zoneinfo kernel stats
    - pmsleep,pmpause: add -w where option for systemd annotation
    - pmieconf: move test_action from primary into a separate group
    - pmieconf: update webhook action for better EDA integration
    - pmlogconf: remove latency-inducing fsync on config write
    - pmlogconf: updates for new metrics used in pcp-atop
    - pmdalinux: add three new /proc/vmstat pscan/pgsteal metrics
    - pmdalinux: fix bug when lsb-release is only /etc/*-release file
    - pmdabpf: add -q/--tryload command line option
    - pmdaopenmetrics: reduce transient instance logs, improve labels
    - libpcp: improved SSL error reporting
    - selinux: add policy updates for pmproxy (io_uring,ipc_lock)
    - build: support for Qt6, drop remaining Qt4 configure-support
    - build: updated licence strings in spec files to follow SPDX
    - build: default to using a path-prefixed PCP_PYTHON_PROG
    - build: fix several makefile clean targets for deb packagers
    - build: configure.ac update to autoconf 2.71
    - build: add tarball upload to release workflow
    - docs: pmie updates to explain action behaviour with archives
    - docs: retire "archive log" phrase from man pages and books
    - docs: transition Artifactory (no free service) to Packagecloud
    * Changes from pcp-6.0.5:
    - pmie: ensure pmie.log.YYYYMMDD is owned by pcp:pcp
    - pcp2json: extend pcp2json with an option to send HTTP POSTs
    - pmlogger: fix pidfile update; pmlogger.pid is for primary only
    - pmdumptext: fix scaling when -i command line option is used
    - pmlogextract: improve resilience in corner-case conditions
    - pmdasmart: additional NVME power state metrics
    - pmdasmart: additional NVME disk information metrics
    - pmdasmart: update help with proper description of DC status
    - pmdasmart: filter out zram devices when probing for devices
    - pmdahacluster: handle pacemaker 2.1.5 crm_mon output changes
    - pmcd: improve debugging flags and diagnostics in general
    - libpcp_pmda: refactor and improve library diagnostics
    - selinux: updates to policy for pmlogger and pmlogger_daily
    - build: switch rpm spec files to SPDX license identifiers
    - build, qa: numerous updates to improve PCP on OpenBSD
    - build: switch from registry.centos.org to quay.io for el6/el7
    - ci: add centos6 back into the fold as its on quay.io now
    - ci: add Debian 12, drop Ubuntu 16 and Fedora 35
    * Changes from pcp-6.0.4:
    - pmcd: propogate a new PMCD_HOSTNAME_CHANGE flag to clients
    - pmdumplog: support preferred alternate name pmlogdump
    - pmlogger: changes to accommodate PMCD_HOSTNAME_CHANGE
    - pmlogger_janitor: new script called from pmlogger_check
    - pmlogger: add -d directory argument for alternate naming schemes
    - pmlogrewrite: fix remaining corner case for indom renumbering
    - pmie: changes to accommodate PMCD_HOSTNAME_CHANGE
    - pmie: catching SIGUSR1 triggers a pending task dump
    - pmie_{check,daily}: change pmie.log handling regime
    - pmieconf: add support for a webhook action to pmieconf
    - pmieconf: add a wall rule action for adm group members
    - pmieconf: add support for an action testing rule
    - pmieconf: use correct pmieconf percent type for thermal throttle
    - pmieconf: add minimum pct conjunction to entropy for small poolsizes
    - pminfo: use -b to batch pmDesc retrievals as well as pmResult
    - pmstat: fix corner case handling of automatic pmcd reconnect
    - pcp2influxdb: add requests.post timeout to avoid hangs
    - pcp-dstat: fixes CSV output to show all (not visible) plugins
    - pcp-htop: support File Descriptor Meter
    - pcp-htop: sync latest fixes from upstream htop
    - pcp-mpstat: fixed broken pipe issue
    - pcp-ps: fix exception handling for process name
    - rc scripts: ensure pmcd.conf not rewritten unnecessarily
    - pmdalinux: add a couple of new /proc/net/snmp ICMP metrics
    - pmdalinux: add new network.tcp.tcpplbrehash metric
    - pmdaproc: add new proc.smaps.pss_dirty metric
    - pmdarabbitmq: add timeout handling to http requests
    - pmdastatsd: stats and blocklisted metric names alignment
    - libpcp: new pmAddDerivedText API for derived metric help text
    - libpcp: check level parameter on entry to pmLookupText
    - libpcp: new PMAPI error code addition for bad API arguments
    - libpcp: allow derived metrics semantics of 'similar' indoms
    - selinux: add missing context information on farm services
    - build: fix a number of Debian sub-package dependency issues
    * Changes from pcp-6.0.3:
    - build: fix Debian postinst script handling of missing systemctl
    - pmdaproc: support per-cgroup IRQ PSI metrics in recent kernels
    - pmdalinux: support for system wide IRQ PSI metrics in recent kernels
    - pmlogrewrite: improved handling of unused instance domains
    * Changes from pcp-6.0.2:
    - Client tools and utilities:
      pcp-atop: update to latest upstream atoptool.nl sources
      pcp-atop: cgroup, NUMA memory and NUMA CPU support
      pcp-htop: update to latest upstream htop.dev sources
      pcp-dstat: fix handling of --swap with -f (full) option
      pcp-dstat: fix columns for --net-packets
      pcp-mpstat: fix handling of log-once summary metric values
      pcp-mpstat: improve error handling for the current values
      pcp-ps: added capabilities to show N samples with archives
      pcp-ps: fix handling of the -o option
      pcp-ps: fix broken pipe errors when piping to head(1)
      pcp-ps: fix process "START" column calculation and rounding
      pcp-pidstat: fix broken pipe errors when piping to head(1)
      pmdumplog: extend -x so -xxx reports timestamps in Epoch format
      pmlogger: refactor getting FQDN for local host
    - PMDA additions, enhancements and bug fixes:
      pmdabpf: set config default for biosnoop module to disabled
      pmdabpf: port forward to latest vendored libbpf-tools code
      pmdalinux: boolean metric network.interface.virtual from sysfs
      pmdalinux: more careful slabinfo 32/64 bit type multiplication
      pmdalinux: add NUMA external fragmentation metric via sysfs
      pmdalinux: fix pmid numbering issue with hinv.map.scsi_id
      pmdanfsclient: fix srcport handling for RDMA and UDP mounts
      pmdaopenmetrics: validate all names before using them for metrics
      pmdaoverhead: new PMDA to measure overhead for groups of processes
      pmdastatsd: static metric memory leak fix
      pmdastatsd: ragel parser refactor and fix
    - Server-side utilities and log management scripts:
      pmieconf: new pmie rule checking file descriptor limits
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp: fix buffer issue for user/group name lookups
      libpcp_web: improve error handling in pmseries AST parser
    - Misc build, infrastructure and packaging updates:
      configure.ac: fixes for improved C99 compatibility
      configure.ac: use QTDIR search path only when given
      MacOS: build: fix shared library builds on modern Macs
      OpenBSD: build updates for clang, Qt and openssl
      libbpf: updated minimium version to 0.8.0, ARM and PPC support
      Qt: update minimum required versions for libqwt
      Drop no-longer-used pmlogger_daily_report systemd rpm spec code
      Determine clang version without optional llvm-config utility
      Another attempt to get the man/man-db/mandoc stuff sorted
    - Security Enhanced Linux:
      Policy updates for pmdastatsd
    - Documentation and QA infrastructure:
      Add help text for some OpenBSD kernel instance domains
      Provide more detailed explanation for default PMLOGGER_INTERVAL
      pmdaChildren(3): clarify the memory allocation scheme
      pcp-ps(1) man page fixes.
    * Changes from pcp-6.0.1:
    - Security Enhanced Linux:
      selinux: rework policy to use optional_policy
      selinux: rework policy to use an independent policy
      selinux: new cluster_exec_t policy handling for pmdahacluster(1)
      selinux: retire those parts of the build affecting CentOS 6
    - PMDA additions, enhancements and bug fixes:
      pmdabpf: set perf_buffer__poll timeout to 0 for optimal sampling
      pmdabpf: add CO-RE biosnoop
      pmdabpf: no BPF debug messages unless debugging (-Ddev0)
      pmdalinux: add "squashfs" to the list of ignored filesystem types
      pmdasnmp: install agent specific configuration file to PMDATMPDIR
      pmdakvm: initialise perf_event interface only if/when needed
    - Client tools and utilities:
      pcp-ps: initial version of a PCP implementation of ps(1)
      pcp-dstat: add --nomissed command line option for large systems
      pmfind, libpcp_web: MMV and shutdown memory management fixes
      pmlogreduce: fix corner-case in temporal index generation
      pmlogcheck: tighten some pmlogcheck pass0 checks
      pmseries: fix sampling when start < first sample or series has gaps
      shell completion: improve pmrep/zsh instance completion in live mode
      shell tools: convert fgrep and egrep over to grep -F and -E
    - Server-side utilities and log management scripts:
      pmlogger_daily_report: no longer needs any systemd support now
      pmlogger_daily.sh: fix pmlogger_daily_report test for zeroconf
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp_web: fix race conditions affecting pmproxy
      libpcp_web: allow scalar operands in pmseries expressions
      libpcp_web: add pmseries float multiplication
    - Misc build, infrastructure and packaging updates:
      build: add PCP archive analysis container
      build: updates to fix Windows platform builds
      build: update configure.ac to allow builds on Mac M1 (arm64)
      build: make openSUSE spec file builds work again
      containers: remove /build directory
      debian: use deb-systemd-helper if available
      build: fix libpcp check-statics regexp error with objects in subdirs
      build: podman PMDA no longer has deps, make it unconditional
      build: don't package and install pmrep xtract-names helper
      build: updates to hiredis code for pmseries and pmproxy
      build: updates to hiredis-cluster code for pmseries and pmproxy
      build: fix Makepkgs handling of argument parameters
      build: use vendored github.com/libbpf/bpftool/libbpf and update
      build: use vendored github.com/iovisor/bcc/libbpf-tools
      build: use vendored git.code.sf.net/p/qwt and update
      build: fix bpf PMDA inclusion check
      build: fix windows default pmcd.conf entry, dup path component
      build: rework Python3 and Python2 configure.ac logic
      packaging: fix rpm systemd-sysusers on f37 and rawhide
    - Documentation and QA infrastructure:
      docs: small typo fixes relating to secure connections
      docs: fix sheet2pcp(1) man page quoting in examples
      pmdasample: additional metrics for testing cases
    * Changes from pcp-6.0.0:
    - Major changes:
      1. Add version 3 PCP archive support: instance domain change-deltas,
      Y2038-safe timestamps, nanosecond-precision timestamps, arbitrary
      timezones support, 64-bit file offsets used throughout for larger
      (beyond 2GB) individual volumes.
    * * Opt-in using the /etc/pcp.conf PCP_ARCHIVE_VERSION setting. **
    * * Version 2 archives remain the default (for next few years). **
      2. Switch to using OpenSSL only throughout PCP (dropped NSS/NSPR);
      this impacts on libpcp, PMAPI clients and PMCD use of encryption;
      these are now configured and used consistently with pmproxy HTTPS
      support and redis-server, which were both already using OpenSSL.
      3. New nanosecond precision timestamp PMAPI calls for PCP library
      interfaces that make use of timestamps.  These are all optional,
      and full backward compatibility is preserved for existing tools.
    - Client tools and utilities:
      pcp2elasticsearch: implement authentication support
      pcp-dstat: implement support for the top-alike plugins
      pcp-dstat: add plugin configuration for ZFS metrics
      pcp-dstat: battery charge remaining config using denki metrics
      pcp-htop: update to latest stable upstream release
      pcp-htop: initial support for screen tabs in the user interface
      pcp-pidstat: correct operation of the -p ALL|SELF options
      pmlogger: small changes for handling derived metrics better
      pmlogger, import: support configurable default archive version
      pcp2xxx: ignore pmrep-specific options
      pmlogger: extra hardening, backtrace symbol improvements
      pmlogger: add -V (output archive version) command line option
      pmseries: add sum(), avg() and stdev() functions
      pmseries: add nth_percentile() and topk() functions
      pmseries: add max_inst() and max_sample() functions
      pmseries: add min_inst() and min_sample() functions
      pmseries: be more defensive during shutdown error paths
      pmseries: fix assumption that any 40-character string is a SID
      pmseries: allow reporting values from SIDs (not just queries)
      sheet2pcp: add -V (output archive version) command line option
      ganglia2pcp: add -V (output archive version) command line option
      iostat2pcp: add -V (output archive version) command line option
    - PMDA additions, enhancements and bug fixes:
      pmdaapache: do time_t manipulation with sufficient space
      pmdabcc: sync bcc PMDA modules with upstream bcc tools
      pmdabpf: adds CO-RE (Compile Once - Run Everywhere) modules
      (exitsnoop, oomkill, bashreadline, mountsnoop, vfsstat,
      opensnoop, fsslower, statsnoop, tcpconnlat, tcpconnect)
      pmdabpf: support x86, arm and powerpc
      pmdabpf: fixed persistence of indom and cluster identifiers
      pmdabpf: rework setrlimit() logic for some small memory hosts
      pmdabpftrace: move example autostart scripts to /usr/share
      pmdabpftrace: update biolatency example script for kernel 5.16+
      pmdadenki: fix battery detection for non-intel systems
      pmdadenki: add support for multiple active batteries
      pmdadenki: support the -D option for debugging
      pmdadenki: improve labels associated with metrics
      pmdadenki: add battery capacity metric
      pmdadenki: add separate indom help text
      pmdalinux: add new MpTcpExt metrics from latest Linux 5.x kernels
      pmdalinux: updates for latest /proc/net/netstat kernel changes
      pmdalinux: improve network metrics help text
      pmdalinux: fix of tty metrics on s390x platform
      pmdamailq: update to ensure Y2038-safe time_t handling
      pmdammv: use highest available timestamp resolution
      pmdaopenvswitch: additional interface and coverage stats
      pmdapostfix: harden against a not-yet-running postfix
      pmdaproc: fix psargs string for processes with very large PIDs
      pmdaproc: fix cgroup cpu metrics refresh structures
      pmdasockets: prevent string overwrite of ss_stats_t fields
      pmdasockets: add checking to the pmStore filter strings
      pmdastatsd: fix detection of failure memory allocation
    - Server-side utilities and log management scripts:
      pmproxy: allow request parameters to be sent in the request body
      pmproxy: fix race on teardown of pcp protocol proxy clients
      pmproxy: improve error checking, check uv_pipe_bind result
      pmproxy: harden logging interfaces, racing with startup
      pmieconf: add several pmie rules for Open vSwitch metrics
      pmlogrewrite: subtle change in semantics for error checking
      pmlogreduce: allow sub-second values for -t option
      pmlogreduce: temporal index, add entries after 100k of data volume
      pmlogcheck: beef up pass 0 to check metadata record types
      pmlogconf: fix reprobing with interactive changes
      pmlogmv: fallback to copy for cross-mount case when link fails
      pmlogmv: add -c (paranoid checksum) option
      pmlogger_farm: add default configuration file for farm loggers
      pmlogger_check: increase PMLOGGER_REQUEST_TIMEOUT from 2 to 10 secs
      pmlogger_daily: callbacks for extra daily log processing tasks
      pmlogger_daily, pmlogger_check: additional systemd-driven changes
      pmlogger_daily: move redirection of stdout+stderr earlier in script
      pmlogger_daily: abandom use of fmt(1) - not portable - uses awk now
      pmlogger_daily_report.sh: some major efficiency improvements
      pmlogger_daily_report: re-enabled for rpm and deb builds
      pmie_check: avoid leaving lock file and temp dir behind
      pm{log,ie}ctl: handle embedded shell syntax in control lines
      pm{log,ie}ctl: add -C args option to pass "args" to pm{logger,ie}_check
      systemd units: pmlogger and pmie farm conditional use of type=exec
      rc-pmcd: reorder the systemd paths attempted in migrate_pid_cgroup
      dbpmda: fix an overlapping copy and add error handling
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp_archive: new library for apps that write PCP archives
      libpcp: optimize indom handling in fetchgroup code
      libpcp: drop time_t abuse in getdate.y, use safe sizes
      libpcp: add __pmDumpPDUTrace() and circular trace buffer
      libpcp: add PM_ERR_FEATURE, PM_ERR_TLS error codes
      libpcp: refactor __pmDumpStack(), improve direct calling tools
      libpcp_qmc: require Qt5.6 as the minimum version for builds
      libpcp_qmc: resolve the Qt::endl warning more cleanly
      libpcp_web: stop Redis initialization if Redis version tool old
      libpcp_web: honour config settings that disable redis completely
      libpcp_web: fix memory leaks in discovery, query parsing and APIs
      libpcp_web: honor exclude.metrics setting in pmseries --load
      libpcp_web: run pmFetchArchive(3) in a worker thread
      libpcp_web: fix race condition tearing down load baton
      libpcp_pmda: ensure indom cache write handles time_t safely
      libpcp_import: add interface for setting output log version
      libpcp_import: interfaces for samples with high-resolution timestamps
      python api: updates to allow building from outside git repo
      python api: allow tools using pmconfig module to ignore options
      python api: add python wrappers for highres PMAPI routines
      python api: correct refcounting on pmParseMetricSpec source buffer
    - Security Enhanced Linux:
      selinux: additional policy rules, esp glusterd_log_t
      selinux: bcc PMDA policy to exec private memfd ctypes/libffi objects
      selinux: make use of syslogd_var_run_t map rule conditional
      selinux: policy updates needed for the pmdasockets metrics
      selinux: fine-tune netlink_tcpdiag_socket policy for all platforms
    - Misc build, infrastructure and packaging updates:
      build: latest distros supported (ubuntu 22.04, fedora 37, rhel9, etc)
      build: reproducible debian build efforts
      build: use standard dpkg buildflags variables.
      build: add BuildRequires: python*-pymongo to mongodb PMDA
      build: detect libbpf version for the BPF PMDA
      build: do not transform symlink targets when generating the source tarball
      build: update artifactory deploy script, add recalculate_metadata subtask
      build: update configure script for python2 retirement in rhel9
      build: convert libpcp check-statics to using readelf if available
      build: updates to libpcp check-statics for OpenBSD
      build: fix configure detection of backtrace() and associated hooks
      build: fixed source dependencies within libpcp_web makefile
      build: add rpm conflicts lines on postgresql-pgpool-II
      build: remove pmclient reliance on libpcp.h for timed sleep
      build: remove mmvdump reliance on libpcp.h for mmap wrapper
      build: make perl truly conditional in the PCP build
      build: drop no-longer-needed NSS/NSPR package deps
      build: resolve ostree non-writable /var for pmieconf
      packaging: update rpm specs to solve systemd warnings
      container: bump base image version
      Makepkgs: fix for Debian build (and Qt packaging failure in CI)
      vendor: switch to git-subtree for iovisor/bcc libbpf-tools code
    - Documentation and QA infrastructure:
      docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1)
      docs: add section to pcpcompat(1) about python2
      docs: add fix for readthedocs compilation error
      docs: updates to the Quick Guide documents
      docs: clatifications to pmrep et al: man pages
      docs: improve pmproxy timeseries and pmseries load documentation
      docs: further improvements and fixes to the INSTALL doc
      docs: add pmlogger(1) -V, describe $PCP_ARCHIVE_VERSION in pcp.conf.
      docs: small fixes to the pcp-pidstat man page
      docs: fix webapi documentation typo around polltimeout
      pylint: numerous issues resolved, tracking latest versions
      qa: regression tests for bpftrace PMDA: check probes
      qa: pmdabcc pylint fixups
      qa: rework Redis PING-PONG checks
      qa/check: run tests under timeout(1) control if possible
      qa-summary: allow unified reporting from CI and QA Farm
      qa/admin/show-me-all & qa/show-me: changes for CI integration
      qa/check: add support for "triaged" tests
      ci: send report to Slack when QA workflow is triggered manually
      ci: add required packages to enable bpf PMDA on CentOS Stream 9
      ci: run CodeQL daily and for each PR
      ci: run full QA on pull requests, save history
      ci: unset XDG_RUNTIME_DIR when invoking podman
  - Refresh patches:
    * 0001-Install-libraries-without-exec-permission.patch
    * 0002-Remove-CPAN-rpaths.patch
    * 0003-Remove-runlevel-4-from-init-scripts.patch
    * 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch
  - Change dependency from openssl-devel >= 1.1.1 to openssl-devel >= 1.0.2p.
    Required for SLE-12, builds just fine.
  - Disable 'pmda-infiniband' subpackage for SLE-12.
    Required so it builds cleanly.
  - Introduce pmda-resctrl package, disabled for architectures other
    than x86_64.
  - Change the architecture for various subpackages to 'noarch' as they
    contain no binaries, this lowers rpmlint's badness score
    substantially.
  - Disable 'pmda-mssql', as it fails to build.
* Thu Feb 29 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.
* Thu Feb 01 2024 Tina Müller <tina.mueller@suse.com>
  - Change YAML::XS::LibYAML to YAML::XS as this is the module to be used
* Thu Dec 14 2023 mls@suse.de
  - declare the users/groups we create in the preinstall scripts
    (this is needed for newer rpm versions)
* Tue Nov 28 2023 Martin Schreiner <martin.schreiner@suse.com>
  - This version *does not* break API or ABI compatibility with the
    previous 5.2.5 release.
  - Remove 0009-remove-rundir-install.patch. Obsoleted.
  - Remove 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch.
    Obsoleted.
  - Various minor changes/improvements to the RPM spec file.
  - Upgrade to 5.3.7. This is the latest release in the 5.X series.
    Changes from 5.3.7:
    - Client tools and utilities:
      pcp2elasticsearch: implement authentication support
      pcp-ss: fixed incorrect client-side filtering
      pcp-ss: fixed reporting of IPv6 sockets in LISTEN state
      pmrep: 'iostat-multipath-wwid' for multipath disk monitoring
    - PMDA additions, enhancements and bug fixes:
      pmdalinux: add disk.wwid.* aggregated multipath metrics
      pmdalinux: add new MPTCP metrics from latest Linux kernel versions
      pmdalinux: fix up TTY metrics on s390x platform
      pmdalinux: add network.tcp.tcploss metric
      pmdamssql: fix config file logic, python string handling
      pmdadenki: fix crash in labels callback with multiple instances
      pmdasockets: changed default filter in sockets PMDA to "state all"
    - Server-side utilities and log management scripts:
      pmlogconf: correctly handle metric state transitions on (re-)probe
      pmie systemd: add missing systemd configuration and shell code
    - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings:
      libpcp_web: resolve a number of small memory leaks
    - Security Enhanced Linux:
      selinux: use interface calls instead of a simple rule
      selinux: add several more obscure missing selinux rules
      selinux: additional debugfs policy requirement for pmdakvm
      selinux: resolve an AVC observed on el8 with pmdashping
    - Misc build, infrastructure and packaging updates:
      rpms: switch to conditional selinux dependency for containers
      debs: reproducible build updates
    - Documentation and QA infrastructure:
      docs: add section to pcpcompat(1) about python2
      docs: update notes about sar2pcp, iostat2pcp in pcpcompat(1)
      docs: improve pmproxy --timeseries and pmseries --load documentation
      CI: disable cppcheck for pcp-atop temporarily due to a cppcheck bug
    Changes from 5.3.6:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L468
    Changes from 5.3.5:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L497
    Changes from 5.3.4:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L557
    Changes from 5.3.3:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L606
    Changes from 5.3.2:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L665
    Changes from 5.3.1:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L753
    Changes from 5.3.0:
    https://github.com/performancecopilot/pcp/blob/f3fdd468d09c6e1158433210380a40389516a971/CHANGELOG#L854
* Fri Nov 17 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Only auto-trigger pcp-pmda-postfix for automatic installation
    when pcp and postfix are present. Supplementing pcp alone would
    auto-install postfix on all systems.
  - Supplement pcp-pmda-rsyslog against pcp and rsyslog.
* Tue Aug 30 2022 David Disseldorp <ddiss@suse.com>
  - Add back Wants=pmcd from pmlogger and pmie services; (bsc#1202896)
    + 0011-Revert-systemd-remove-Wants-pmcd-from-pmlogger-and-p.patch
* Wed Jun 08 2022 David Disseldorp <ddiss@suse.com>
  - Workaround intermittent build-time package preun failures by dropping
    PMDA Remove script invocation; (bsc#1197796)
* Tue Jun 07 2022 David Disseldorp <ddiss@suse.com>
  - Adjust systemd service types and remove deprecated KillMode=none;
    (bsc#1186511)
    + 0010-services-switch-logutil-and-pmieutil-scripts-from-ty.patch
* Mon May 16 2022 David Disseldorp <ddiss@suse.com>
  - Upgrade to 5.2.5
  - Client tools and utilities:
    + pcp-dstat: correct the sample count logic, was off-by-one
    + pcp-dstat: fix csv output with timestamps (no special chars)
  - PMDA additions, enhancements and bug fixes:
    + pmdazfs: new Linux ZFS metrics
    + pmdasockets: new Linux ss(1) metrics
    + pmdahacluster: new HA metrics (Pacemaker, Corosync, DRBD and SBD)
    + pmdabcc: netproc module: count kernel calls, not packets
    + pmdalinux: add hinv.cpu.thermal_throttle metrics
    + pmdalinux: add missing help text for new metrics, drop dups
  - Server-side utilities and log management scripts:
    + pmproxy: fix quoting of /series/metrics matched names
    + pmlogger: fix permissions mismatch for pmlogger tmp dir
    + pmlogger: fix incorrect reporting of pmcd state changes
    + pmie_check: explicity set a umask appropriate for pmieconf
    + pmlogger_check: explicity set a umask appropriate for pmlogconf
    + pmlogger_check: skip .NeedRewrite processing with -K
    + pmpost: increase timestamp resolution
    + pmpost: fix NOTICES file ownership changes
    + rc scripts: add optional logging
    + systemd: remove Wants=pmcd from pmlogger and pmie
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings
    + libpcp: redo the interp.c time_caliper changes
    + libpcp_web: add timer driven webgroup garbage collector
    + libpcp_pmda: add new function pmdaCachePurgeCallback
  - Misc build, infrastructure and packaging updates:
    + libpcp_web: fix minor memory leak on an error path (covscan)
    + build: fixes to ensure PCP_TMPFILE_DIR not used during the build
      drop upstream 0007-pmns-Make-drop-duplicate-if-else.patch
      drop upstream 0008-fixes-for-GH-1140-PCP_TMPFILE_DIR-used-in-build.patch
  - Security Enhanced Linux:
    + selinux: enable netcheck rawip_socket if icmp_socket unavailable
    + selinux: additional rules needed for pmie/pmlogger in fedora
  - Documentation and QA infrastructure:
    + docs: add pointers to readthedocs.io now that books live there
    + pcp-dstat: optionally install a man page symlink for dstat
    + docs: pmproxy(1) man page corrections and additions
  - Upgrade to 5.2.3
  - Client tools and utilities:
    + pcp-htop: minimal version of htop with PCP backend platform
    + pcp-atop: add per-process network statistics
    + pcp-atop: result instance indexing performance optimization
    + pcp-atop: always restore original state of process accounting
    + pcp2elasticsearch: add guard around maximum long integer size
    + pmlogsummary: fix indom lookup for dynamic instance domains
    + pmseries: provide sum() and avg() query functions
    + pmseries: persist canonical query expressions to Redis
    + pmseries: fix HMSET calls when querying timeseries expression
    + pmseries: fix for failing queries with disjuncted qualifiers
    + pmseries: fix segfault in func call with globbed metric.name
  - Server-side utilities and log management scripts:
    + pmproxy: support fabricated SIDs in /series/instances requests
    + pmproxy: support fabricated SIDs in /series/metrics requests
    + pmlogger_check: add pmlc connection timeout checking current volume
    + pmlogctl,pmiectl: ignore saved control files after an upgrade
    + pmlogconf: add missing mssql template header
    + pmlogconf: add logger configuration files for the htop command
    + pmieconf: add a rule to detect and report OOM kills
    + pmieconf: cleanup old, no-longer-used tool integrations
    + pmieconf: ensure all automated invocations use the -c switch
    + pmieconf: fix default generated config file path
    + pmie_check: remove a tempfile once finished with it
  - PMDA additions, enhancements and bug fixes:
    + pmdaapache: fix buffer size to allow for multiple reads of the stream
    + pmdabcc: added new netproc module with per-process network metrics
    + pmdaproc: allow to use acct.control.enable_acct as reference counting
    + pmdalinux: added network.all.* metrics for physical interfaces
    + pmdalinux: fix case of waitio counters from /proc/stat going backwards
    + pmdalinux: minor tweaks to use integer math over floating point
    + dbpmda: send inst profile prior to instances level label requests
  - libpcp, libpcp_pmda, libpcp_mmv, libpcp_web and language bindings
    + libpcp: performance improvements for archives with dynamic indoms
    + libpcp: send instance profile for instances level labels requests
    + libpcp: make pmLookupName take a (const char **) namelist
    + libpcp_web: set pmseries source to all-zeroes for expressions
    + libpcp_web: handle fabricated SIDs in /series/values REST API
    + python api: fix fetchgroup max_insts size with multiple indoms
  - Misc build, infrastructure and packaging updates:
  - Security Enhanced Linux:
    + selinux: use matching autoconf guard for rawip_socket class
  - Documentation and QA infrastructure:
    + docs: update pmdabpftrace man page and README
    + docs: improvements in diagrams
    + docs: theme_overrides.css added for readthedocs content
    + docs: pmseries(1) chapter added in Users and Administrators Guide
    + docs: add quotes to curl calls with * in pmwebapi query strings
    + docs: update pmseries schema to describe expression keys
* Mon May 16 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix a few rpmlint errors (to at least get below the 1000 mark)
    (boo#1199558):
    + make libpcp-devel require libpcp_gui: the devel package
      installs a symlink pointing to that library, so anything
      willing to link it would fail
      libpcp-devel.x86_64: E: no-library-dependency-on libpcp_gui2 /usr/lib64/libpcp_gui.so.2
      The package misses dependency on a package which file it links to.
    + Call fdupes over /var/lib/pcp/testsuite to solve
      pcp-testsuite.x86_64: W: files-duplicate
    + W: macro-in-comment: escape the relevant macros using %%
    + Filter out W: potential-bashisms for pcp-testsuite.
* Mon Feb 07 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Own %{_datadir}/zsh and %{_datadir}/zsh/site-functions: we have
    no guaranteed owner of these directories in the buildroot.
* Mon Dec 13 2021 Thorsten Kukuk <kukuk@suse.com>
  - Remove sysconfig dependencies, this is not the equivalent of
    the initscripts package and completly unneeded here; (jsc#CSD-124)
  - Add missing hostname requires; (jsc#CSD-124)
* Tue May 11 2021 ro@suse.de
  - also buildrequire pkgconfig(systemd) to make sure configure
    detects systemd
* Sat Mar 13 2021 Jan Engelhardt <jengelh@inai.de>
  - Replace ancient RPM variables by modern equivalents.
  - Drop support for ancient SUSE and ancient Fedora.
* Sun Feb 14 2021 David Disseldorp <ddiss@suse.com>
  - Spec file fixes and cleanups
    + disable pcp-export-zabbix-agent to avoid conflicting /etc/zabbix/
      ownership.
    + fix unversioned Provides
    + remove unused python2 build logic and unconditionally enable python3
    + 0009-remove-rundir-install.patch
  - Add SUSE specific dejavu-fonts dependency for pcp-gui sans
  - Disable pcp-pmda-libvirt to avoid build dependency loop
* Wed Feb 10 2021 David Disseldorp <ddiss@suse.com>
  - Drop unnecessary %pre/%post recursive chown calls; (bsc#1152533)
  - Changelog for patches carried as part of 5.2.2 source tarball:
    + build-drop-old-config-file-transition-code-from-rpm-.patch
    + 0007-pmdas-perf-Add-cpunumber-option-for-dynamic-perf-eve.patch
    + 0008-pmdas-perf-Add-support-for-hv_24x7-nest-events-on-mu.patch
    + 0009-qa-perfevent-Test-hv_24x7-events-on-multinode.patch

Files

/etc/pcp
/etc/pcp.env
/etc/pcp/discover
/etc/pcp/discover/pcp-kube-pods.conf
/etc/pcp/indom.conf
/etc/pcp/kvm
/etc/pcp/kvm/kvm.conf
/etc/pcp/labels
/etc/pcp/labels.conf
/etc/pcp/labels/optional
/etc/pcp/linux
/etc/pcp/linux/interfaces.conf
/etc/pcp/linux/samplebandwidth.conf
/etc/pcp/overhead
/etc/pcp/overhead/conf.d
/etc/pcp/overhead/conf.d/default.conf
/etc/pcp/overhead/examples
/etc/pcp/overhead/examples/sample.conf
/etc/pcp/pipe
/etc/pcp/pipe.conf.d
/etc/pcp/pipe/sample.conf
/etc/pcp/pmafm
/etc/pcp/pmafm/pcp
/etc/pcp/pmafm/pcp-gui
/etc/pcp/pmcd
/etc/pcp/pmcd/pmcd.conf
/etc/pcp/pmcd/pmcd.options
/etc/pcp/pmcd/rc.local
/etc/pcp/pmfind
/etc/pcp/pmie
/etc/pcp/pmie/class.d
/etc/pcp/pmie/class.d/pmfind
/etc/pcp/pmie/control
/etc/pcp/pmie/control.d
/etc/pcp/pmie/control.d/local
/etc/pcp/pmie/rc
/etc/pcp/pmieconf
/etc/pcp/pmieconf/cisco
/etc/pcp/pmieconf/cisco/in_util
/etc/pcp/pmieconf/cisco/out_util
/etc/pcp/pmieconf/cpu
/etc/pcp/pmieconf/cpu/context_switch
/etc/pcp/pmieconf/cpu/load_average
/etc/pcp/pmieconf/cpu/low_util
/etc/pcp/pmieconf/cpu/system
/etc/pcp/pmieconf/cpu/util
/etc/pcp/pmieconf/entropy
/etc/pcp/pmieconf/entropy/available
/etc/pcp/pmieconf/filesys
/etc/pcp/pmieconf/filesys/filling
/etc/pcp/pmieconf/filesys/vfs_files
/etc/pcp/pmieconf/global
/etc/pcp/pmieconf/global/parameters
/etc/pcp/pmieconf/global/pcp_actions
/etc/pcp/pmieconf/memory
/etc/pcp/pmieconf/memory/exhausted
/etc/pcp/pmieconf/memory/oom_kill
/etc/pcp/pmieconf/memory/swap_low
/etc/pcp/pmieconf/network
/etc/pcp/pmieconf/network/tcplistenoverflows
/etc/pcp/pmieconf/network/tcpqfulldocookies
/etc/pcp/pmieconf/network/tcpqfulldrops
/etc/pcp/pmieconf/openvswitch
/etc/pcp/pmieconf/openvswitch/errors
/etc/pcp/pmieconf/openvswitch/mtu_exceeded_drops
/etc/pcp/pmieconf/openvswitch/rx_drops
/etc/pcp/pmieconf/openvswitch/rx_qos_drops
/etc/pcp/pmieconf/openvswitch/tx_drops
/etc/pcp/pmieconf/openvswitch/tx_failure_drops
/etc/pcp/pmieconf/openvswitch/tx_qos_drops
/etc/pcp/pmieconf/openvswitch/tx_retries
/etc/pcp/pmieconf/openvswitch/vhost_notification
/etc/pcp/pmieconf/openvswitch/vhost_tx_contention
/etc/pcp/pmieconf/percpu
/etc/pcp/pmieconf/percpu/many_util
/etc/pcp/pmieconf/percpu/some_util
/etc/pcp/pmieconf/percpu/system
/etc/pcp/pmieconf/perdisk
/etc/pcp/pmieconf/perdisk/average_queue_length
/etc/pcp/pmieconf/perdisk/average_wait_time
/etc/pcp/pmieconf/perdisk/bandwidth
/etc/pcp/pmieconf/perdisk/iops
/etc/pcp/pmieconf/pernetif
/etc/pcp/pmieconf/pernetif/collisions
/etc/pcp/pmieconf/pernetif/errors
/etc/pcp/pmieconf/pernetif/packets
/etc/pcp/pmieconf/pernetif/util
/etc/pcp/pmieconf/power
/etc/pcp/pmieconf/power/thermal_throttle
/etc/pcp/pmieconf/primary
/etc/pcp/pmieconf/primary/pmda_status
/etc/pcp/pmieconf/shping
/etc/pcp/pmieconf/shping/response
/etc/pcp/pmieconf/shping/status
/etc/pcp/pmieconf/testing
/etc/pcp/pmieconf/testing/test_actions
/etc/pcp/pmlogconf
/etc/pcp/pmlogconf/apache
/etc/pcp/pmlogconf/apache/processes
/etc/pcp/pmlogconf/apache/summary
/etc/pcp/pmlogconf/apache/uptime
/etc/pcp/pmlogconf/cpu
/etc/pcp/pmlogconf/cpu/percpu
/etc/pcp/pmlogconf/cpu/summary
/etc/pcp/pmlogconf/disk
/etc/pcp/pmlogconf/disk/percontroller
/etc/pcp/pmlogconf/disk/perdisk
/etc/pcp/pmlogconf/disk/perpartition
/etc/pcp/pmlogconf/disk/summary
/etc/pcp/pmlogconf/elasticsearch
/etc/pcp/pmlogconf/elasticsearch/summary
/etc/pcp/pmlogconf/filesystem
/etc/pcp/pmlogconf/filesystem/all
/etc/pcp/pmlogconf/filesystem/rpc-server
/etc/pcp/pmlogconf/filesystem/summary
/etc/pcp/pmlogconf/filesystem/xfs-all
/etc/pcp/pmlogconf/filesystem/xfs-io-linux
/etc/pcp/pmlogconf/gfs2
/etc/pcp/pmlogconf/gfs2/gfs2-all
/etc/pcp/pmlogconf/gfs2/gfs2-base
/etc/pcp/pmlogconf/kernel
/etc/pcp/pmlogconf/kernel/bufcache-activity
/etc/pcp/pmlogconf/kernel/bufcache-all
/etc/pcp/pmlogconf/kernel/inode-cache
/etc/pcp/pmlogconf/kernel/load
/etc/pcp/pmlogconf/kernel/memory-linux
/etc/pcp/pmlogconf/kernel/read-write-data
/etc/pcp/pmlogconf/kernel/summary-linux
/etc/pcp/pmlogconf/kernel/summary-windows
/etc/pcp/pmlogconf/kernel/syscalls-linux
/etc/pcp/pmlogconf/kernel/vnodes
/etc/pcp/pmlogconf/kvm
/etc/pcp/pmlogconf/kvm/kvm
/etc/pcp/pmlogconf/libvirt
/etc/pcp/pmlogconf/libvirt/libvirt
/etc/pcp/pmlogconf/mailq
/etc/pcp/pmlogconf/mailq/summary
/etc/pcp/pmlogconf/memcache
/etc/pcp/pmlogconf/memcache/summary
/etc/pcp/pmlogconf/memory
/etc/pcp/pmlogconf/memory/buddyinfo
/etc/pcp/pmlogconf/memory/ksminfo
/etc/pcp/pmlogconf/memory/meminfo
/etc/pcp/pmlogconf/memory/proc-linux
/etc/pcp/pmlogconf/memory/slabinfo
/etc/pcp/pmlogconf/memory/swap-activity
/etc/pcp/pmlogconf/memory/swap-all
/etc/pcp/pmlogconf/memory/swap-config
/etc/pcp/pmlogconf/memory/vmstat
/etc/pcp/pmlogconf/memory/zoneinfo
/etc/pcp/pmlogconf/mmv
/etc/pcp/pmlogconf/mmv/summary
/etc/pcp/pmlogconf/mysql
/etc/pcp/pmlogconf/mysql/summary
/etc/pcp/pmlogconf/netcheck
/etc/pcp/pmlogconf/netcheck/summary
/etc/pcp/pmlogconf/netfilter
/etc/pcp/pmlogconf/netfilter/config
/etc/pcp/pmlogconf/netfilter/summary
/etc/pcp/pmlogconf/networking
/etc/pcp/pmlogconf/networking/icmp6
/etc/pcp/pmlogconf/networking/interface-all
/etc/pcp/pmlogconf/networking/interface-summary
/etc/pcp/pmlogconf/networking/ip6
/etc/pcp/pmlogconf/networking/mbufs
/etc/pcp/pmlogconf/networking/multicast
/etc/pcp/pmlogconf/networking/nfs2-client
/etc/pcp/pmlogconf/networking/nfs2-server
/etc/pcp/pmlogconf/networking/nfs3-client
/etc/pcp/pmlogconf/networking/nfs3-server
/etc/pcp/pmlogconf/networking/nfs4-client
/etc/pcp/pmlogconf/networking/nfs4-server
/etc/pcp/pmlogconf/networking/other-protocols
/etc/pcp/pmlogconf/networking/perprocess-linux
/etc/pcp/pmlogconf/networking/persocket-linux
/etc/pcp/pmlogconf/networking/rpc
/etc/pcp/pmlogconf/networking/socket-linux
/etc/pcp/pmlogconf/networking/softnet
/etc/pcp/pmlogconf/networking/streams
/etc/pcp/pmlogconf/networking/tcp-activity-linux
/etc/pcp/pmlogconf/networking/tcp-all
/etc/pcp/pmlogconf/networking/udp-all
/etc/pcp/pmlogconf/networking/udp-packets-linux
/etc/pcp/pmlogconf/networking/udp6
/etc/pcp/pmlogconf/nginx
/etc/pcp/pmlogconf/nginx/summary
/etc/pcp/pmlogconf/openmetrics
/etc/pcp/pmlogconf/openmetrics/kepler
/etc/pcp/pmlogconf/openmetrics/summary
/etc/pcp/pmlogconf/openvswitch
/etc/pcp/pmlogconf/openvswitch/summary
/etc/pcp/pmlogconf/oracle
/etc/pcp/pmlogconf/oracle/summary
/etc/pcp/pmlogconf/platform
/etc/pcp/pmlogconf/platform/hinv
/etc/pcp/pmlogconf/platform/linux
/etc/pcp/pmlogconf/rabbitmq
/etc/pcp/pmlogconf/rabbitmq/summary
/etc/pcp/pmlogconf/rsyslog
/etc/pcp/pmlogconf/rsyslog/summary
/etc/pcp/pmlogconf/services
/etc/pcp/pmlogconf/services/pmproxy
/etc/pcp/pmlogconf/services/redis
/etc/pcp/pmlogconf/shping
/etc/pcp/pmlogconf/shping/summary
/etc/pcp/pmlogconf/sqlserver
/etc/pcp/pmlogconf/sqlserver/summary
/etc/pcp/pmlogconf/statsd
/etc/pcp/pmlogconf/statsd/statsd
/etc/pcp/pmlogconf/storage
/etc/pcp/pmlogconf/storage/vdo
/etc/pcp/pmlogconf/storage/vdo-summary
/etc/pcp/pmlogconf/tools
/etc/pcp/pmlogconf/tools/atop
/etc/pcp/pmlogconf/tools/atop-gpustats
/etc/pcp/pmlogconf/tools/atop-hotproc
/etc/pcp/pmlogconf/tools/atop-httpstats
/etc/pcp/pmlogconf/tools/atop-infiniband
/etc/pcp/pmlogconf/tools/atop-nfsclient
/etc/pcp/pmlogconf/tools/atop-perfevent
/etc/pcp/pmlogconf/tools/atop-proc
/etc/pcp/pmlogconf/tools/atop-summary
/etc/pcp/pmlogconf/tools/atop-zfs
/etc/pcp/pmlogconf/tools/atop-zswap
/etc/pcp/pmlogconf/tools/collectl
/etc/pcp/pmlogconf/tools/collectl-interrupts
/etc/pcp/pmlogconf/tools/collectl-summary
/etc/pcp/pmlogconf/tools/dmcache
/etc/pcp/pmlogconf/tools/dstat
/etc/pcp/pmlogconf/tools/dstat-summary
/etc/pcp/pmlogconf/tools/free
/etc/pcp/pmlogconf/tools/free-summary
/etc/pcp/pmlogconf/tools/hotproc
/etc/pcp/pmlogconf/tools/htop
/etc/pcp/pmlogconf/tools/htop-proc
/etc/pcp/pmlogconf/tools/htop-summary
/etc/pcp/pmlogconf/tools/htop-zfs
/etc/pcp/pmlogconf/tools/iostat
/etc/pcp/pmlogconf/tools/ip
/etc/pcp/pmlogconf/tools/ipcs
/etc/pcp/pmlogconf/tools/mpstat
/etc/pcp/pmlogconf/tools/mpstat-interrupts
/etc/pcp/pmlogconf/tools/mpstat-summary
/etc/pcp/pmlogconf/tools/numastat
/etc/pcp/pmlogconf/tools/pcp-summary
/etc/pcp/pmlogconf/tools/pidstat
/etc/pcp/pmlogconf/tools/pidstat-summary
/etc/pcp/pmlogconf/tools/pmclient
/etc/pcp/pmlogconf/tools/pmclient-summary
/etc/pcp/pmlogconf/tools/pmieconf
/etc/pcp/pmlogconf/tools/pmstat
/etc/pcp/pmlogconf/tools/sar
/etc/pcp/pmlogconf/tools/sar-summary
/etc/pcp/pmlogconf/tools/tapestat
/etc/pcp/pmlogconf/tools/uptime
/etc/pcp/pmlogconf/tools/vector
/etc/pcp/pmlogconf/tools/vector-summary
/etc/pcp/pmlogconf/tools/vmstat
/etc/pcp/pmlogconf/tools/vmstat-summary
/etc/pcp/pmlogconf/zimbra
/etc/pcp/pmlogconf/zimbra/all
/etc/pcp/pmlogger
/etc/pcp/pmlogger/class.d
/etc/pcp/pmlogger/class.d/pmfind
/etc/pcp/pmlogger/config.pmstat
/etc/pcp/pmlogger/control
/etc/pcp/pmlogger/control.d
/etc/pcp/pmlogger/control.d/local
/etc/pcp/pmlogger/options.pmstat
/etc/pcp/pmlogger/rc
/etc/pcp/pmlogredact
/etc/pcp/pmlogredact/network
/etc/pcp/pmlogredact/usernames
/etc/pcp/pmlogrewrite
/etc/pcp/pmlogrewrite/cgroup_units.conf
/etc/pcp/pmlogrewrite/jbd2_kernel_ulong.conf
/etc/pcp/pmlogrewrite/kvm_fixups.conf
/etc/pcp/pmlogrewrite/linux_disk_all_fixups.conf
/etc/pcp/pmlogrewrite/linux_kernel_fixups.conf
/etc/pcp/pmlogrewrite/linux_kernel_ulong.conf
/etc/pcp/pmlogrewrite/linux_mem_fixups.conf
/etc/pcp/pmlogrewrite/linux_proc_fs_nfsd_fixups.conf
/etc/pcp/pmlogrewrite/linux_proc_migrate.conf
/etc/pcp/pmlogrewrite/linux_proc_net_snmp_migrate.conf
/etc/pcp/pmlogrewrite/linux_proc_net_tcp_migrate.conf
/etc/pcp/pmlogrewrite/linux_xfs_migrate.conf
/etc/pcp/pmlogrewrite/linux_xfs_perdev_buffer.conf
/etc/pcp/pmlogrewrite/mysql_migrate.conf
/etc/pcp/pmlogrewrite/nfsclient_migrate.conf
/etc/pcp/pmlogrewrite/pmcd_migrate.conf
/etc/pcp/pmlogrewrite/pmproxy_fixups.conf
/etc/pcp/pmlogrewrite/proc_discrete_strings.conf
/etc/pcp/pmlogrewrite/proc_jiffies.conf
/etc/pcp/pmlogrewrite/proc_kernel_ulong.conf
/etc/pcp/pmlogrewrite/proc_kernel_ulong_migrate.conf
/etc/pcp/pmlogrewrite/proc_scheduler.conf
/etc/pcp/pmproxy
/etc/pcp/pmproxy/pmproxy.conf
/etc/pcp/pmproxy/pmproxy.options
/etc/pcp/pmproxy/rc
/etc/pcp/pmsearch
/etc/pcp/pmsearch/pmsearch.conf
/etc/pcp/pmseries
/etc/pcp/pmseries/pmseries.conf
/etc/pcp/proc
/etc/pcp/proc/samplehotproc.conf
/etc/pcp/sockets
/etc/pcp/sockets/filter.conf
/etc/pcp/tls.conf
/etc/sasl2
/etc/sasl2/pmcd.conf
/usr/bin/dbpmda
/usr/bin/pcp
/usr/bin/pmafm
/usr/bin/pmdate
/usr/bin/pmdiff
/usr/bin/pmdumplog
/usr/bin/pmevent
/usr/bin/pmfind
/usr/bin/pmgenmap
/usr/bin/pmie
/usr/bin/pmie2col
/usr/bin/pmieconf
/usr/bin/pmiectl
/usr/bin/pminfo
/usr/bin/pmjson
/usr/bin/pmlc
/usr/bin/pmlogcheck
/usr/bin/pmlogconf
/usr/bin/pmlogctl
/usr/bin/pmlogdump
/usr/bin/pmlogextract
/usr/bin/pmlogger
/usr/bin/pmloglabel
/usr/bin/pmlogmv
/usr/bin/pmlogpaste
/usr/bin/pmlogredact
/usr/bin/pmlogreduce
/usr/bin/pmlogrewrite
/usr/bin/pmlogsize
/usr/bin/pmlogsummary
/usr/bin/pmprobe
/usr/bin/pmpython
/usr/bin/pmsearch
/usr/bin/pmseries
/usr/bin/pmsocks
/usr/bin/pmstat
/usr/bin/pmstore
/usr/bin/pmtrace
/usr/bin/pmval
/usr/lib/libpcp_archive.so
/usr/lib/libpcp_archive.so.1
/usr/lib/pkgconfig/libpcp_archive.pc
/usr/lib/systemd/system/pcp-geolocate.service
/usr/lib/systemd/system/pcp-reboot-init.service
/usr/lib/systemd/system/pmcd.service
/usr/lib/systemd/system/pmfind.service
/usr/lib/systemd/system/pmfind.timer
/usr/lib/systemd/system/pmie.service
/usr/lib/systemd/system/pmie_check.service
/usr/lib/systemd/system/pmie_check.timer
/usr/lib/systemd/system/pmie_daily.service
/usr/lib/systemd/system/pmie_daily.timer
/usr/lib/systemd/system/pmie_farm.service
/usr/lib/systemd/system/pmie_farm_check.service
/usr/lib/systemd/system/pmie_farm_check.timer
/usr/lib/systemd/system/pmlogger.service
/usr/lib/systemd/system/pmlogger_check.service
/usr/lib/systemd/system/pmlogger_check.timer
/usr/lib/systemd/system/pmlogger_farm.service
/usr/lib/systemd/system/pmlogger_farm_check.service
/usr/lib/systemd/system/pmlogger_farm_check.timer
/usr/lib/systemd/system/pmproxy.service
/usr/lib/sysusers.d/pcp-testsuite.conf
/usr/lib/sysusers.d/pcp.conf
/usr/lib/tmpfiles.d/pcp-reboot-init.conf
/usr/lib/tmpfiles.d/pcp.conf
/usr/libexec/pcp
/usr/libexec/pcp/bin
/usr/libexec/pcp/bin/chkhelp
/usr/libexec/pcp/bin/discover
/usr/libexec/pcp/bin/discover/pcp-kube-pods
/usr/libexec/pcp/bin/find-filter
/usr/libexec/pcp/bin/install-sh
/usr/libexec/pcp/bin/mkaf
/usr/libexec/pcp/bin/newhelp
/usr/libexec/pcp/bin/pcp-buddyinfo
/usr/libexec/pcp/bin/pcp-geolocate
/usr/libexec/pcp/bin/pcp-htop
/usr/libexec/pcp/bin/pcp-meminfo
/usr/libexec/pcp/bin/pcp-netstat
/usr/libexec/pcp/bin/pcp-ps
/usr/libexec/pcp/bin/pcp-python
/usr/libexec/pcp/bin/pcp-reboot-init
/usr/libexec/pcp/bin/pcp-slabinfo
/usr/libexec/pcp/bin/pcp-ss
/usr/libexec/pcp/bin/pcp-summary
/usr/libexec/pcp/bin/pcp-vmstat
/usr/libexec/pcp/bin/pcp-zoneinfo
/usr/libexec/pcp/bin/pmcd
/usr/libexec/pcp/bin/pmcd_wait
/usr/libexec/pcp/bin/pmconfig
/usr/libexec/pcp/bin/pmcpp
/usr/libexec/pcp/bin/pmfind_check
/usr/libexec/pcp/bin/pmgetopt
/usr/libexec/pcp/bin/pmhostname
/usr/libexec/pcp/bin/pmie_check
/usr/libexec/pcp/bin/pmie_daily
/usr/libexec/pcp/bin/pmie_dump_stats
/usr/libexec/pcp/bin/pmie_email
/usr/libexec/pcp/bin/pmie_farm
/usr/libexec/pcp/bin/pmie_webhook
/usr/libexec/pcp/bin/pmiestatus
/usr/libexec/pcp/bin/pmlock
/usr/libexec/pcp/bin/pmlogconf
/usr/libexec/pcp/bin/pmlogextract
/usr/libexec/pcp/bin/pmlogger
/usr/libexec/pcp/bin/pmlogger_check
/usr/libexec/pcp/bin/pmlogger_daily_report
/usr/libexec/pcp/bin/pmlogger_farm
/usr/libexec/pcp/bin/pmlogger_janitor
/usr/libexec/pcp/bin/pmlogger_merge
/usr/libexec/pcp/bin/pmlogger_rewrite
/usr/libexec/pcp/bin/pmlogredact
/usr/libexec/pcp/bin/pmlogreduce
/usr/libexec/pcp/bin/pmlogrewrite
/usr/libexec/pcp/bin/pmnewlog
/usr/libexec/pcp/bin/pmnsadd
/usr/libexec/pcp/bin/pmnsdel
/usr/libexec/pcp/bin/pmnsmerge
/usr/libexec/pcp/bin/pmpause
/usr/libexec/pcp/bin/pmpost
/usr/libexec/pcp/bin/pmproxy
/usr/libexec/pcp/bin/pmsignal
/usr/libexec/pcp/bin/pmsleep
/usr/libexec/pcp/bin/pmwtf
/usr/libexec/pcp/bin/runaspcp
/usr/libexec/pcp/bin/telnet-probe
/usr/libexec/pcp/lib
/usr/libexec/pcp/lib/bashproc.sh
/usr/libexec/pcp/lib/pcp
/usr/libexec/pcp/lib/pmcd
/usr/libexec/pcp/lib/pmdaproc.sh
/usr/libexec/pcp/lib/pmie
/usr/libexec/pcp/lib/pmlogger
/usr/libexec/pcp/lib/pmproxy
/usr/libexec/pcp/lib/rc-proc.sh
/usr/libexec/pcp/lib/rc-proc.sh.minimal
/usr/libexec/pcp/lib/utilproc.sh
/usr/libexec/pcp/pmdas
/usr/libexec/pcp/pmdas/denki
/usr/libexec/pcp/pmdas/denki/Install
/usr/libexec/pcp/pmdas/denki/README
/usr/libexec/pcp/pmdas/denki/Remove
/usr/libexec/pcp/pmdas/denki/domain.h
/usr/libexec/pcp/pmdas/denki/help
/usr/libexec/pcp/pmdas/denki/pmda_denki.so
/usr/libexec/pcp/pmdas/denki/pmdadenki
/usr/libexec/pcp/pmdas/denki/pmns
/usr/libexec/pcp/pmdas/denki/root
/usr/libexec/pcp/pmdas/farm
/usr/libexec/pcp/pmdas/farm/Install
/usr/libexec/pcp/pmdas/farm/Remove
/usr/libexec/pcp/pmdas/farm/domain.h
/usr/libexec/pcp/pmdas/farm/help
/usr/libexec/pcp/pmdas/farm/pmda_farm.so
/usr/libexec/pcp/pmdas/farm/pmdafarm
/usr/libexec/pcp/pmdas/farm/pmns
/usr/libexec/pcp/pmdas/farm/root
/usr/libexec/pcp/pmdas/jbd2
/usr/libexec/pcp/pmdas/jbd2/Install
/usr/libexec/pcp/pmdas/jbd2/Remove
/usr/libexec/pcp/pmdas/jbd2/domain.h
/usr/libexec/pcp/pmdas/jbd2/help
/usr/libexec/pcp/pmdas/jbd2/help.dir
/usr/libexec/pcp/pmdas/jbd2/help.pag
/usr/libexec/pcp/pmdas/jbd2/pmda_jbd2.so
/usr/libexec/pcp/pmdas/jbd2/pmdajbd2
/usr/libexec/pcp/pmdas/jbd2/root
/usr/libexec/pcp/pmdas/jbd2/root_jbd2
/usr/libexec/pcp/pmdas/kvm
/usr/libexec/pcp/pmdas/kvm/Install
/usr/libexec/pcp/pmdas/kvm/Remove
/usr/libexec/pcp/pmdas/kvm/Upgrade
/usr/libexec/pcp/pmdas/kvm/domain.h
/usr/libexec/pcp/pmdas/kvm/help
/usr/libexec/pcp/pmdas/kvm/help.dir
/usr/libexec/pcp/pmdas/kvm/help.pag
/usr/libexec/pcp/pmdas/kvm/pmda_kvm.so
/usr/libexec/pcp/pmdas/kvm/pmdakvm
/usr/libexec/pcp/pmdas/kvm/root
/usr/libexec/pcp/pmdas/kvm/root_kvm
/usr/libexec/pcp/pmdas/linux
/usr/libexec/pcp/pmdas/linux/domain.h
/usr/libexec/pcp/pmdas/linux/help
/usr/libexec/pcp/pmdas/linux/help.dir
/usr/libexec/pcp/pmdas/linux/help.pag
/usr/libexec/pcp/pmdas/linux/pmda_linux.so
/usr/libexec/pcp/pmdas/linux/pmdalinux
/usr/libexec/pcp/pmdas/mmv
/usr/libexec/pcp/pmdas/mmv/Install
/usr/libexec/pcp/pmdas/mmv/Remove
/usr/libexec/pcp/pmdas/mmv/domain.h
/usr/libexec/pcp/pmdas/mmv/mmvdump
/usr/libexec/pcp/pmdas/mmv/pmda_mmv.so
/usr/libexec/pcp/pmdas/mmv/pmdammv
/usr/libexec/pcp/pmdas/mmv/root_mmv
/usr/libexec/pcp/pmdas/overhead
/usr/libexec/pcp/pmdas/overhead/Install
/usr/libexec/pcp/pmdas/overhead/README
/usr/libexec/pcp/pmdas/overhead/Remove
/usr/libexec/pcp/pmdas/overhead/domain.h
/usr/libexec/pcp/pmdas/overhead/pmdaoverhead
/usr/libexec/pcp/pmdas/overhead/pmns
/usr/libexec/pcp/pmdas/overhead/root
/usr/libexec/pcp/pmdas/pipe
/usr/libexec/pcp/pmdas/pipe/Install
/usr/libexec/pcp/pmdas/pipe/README
/usr/libexec/pcp/pmdas/pipe/Remove
/usr/libexec/pcp/pmdas/pipe/domain.h
/usr/libexec/pcp/pmdas/pipe/help
/usr/libexec/pcp/pmdas/pipe/pmdapipe
/usr/libexec/pcp/pmdas/pipe/pmns
/usr/libexec/pcp/pmdas/pipe/root
/usr/libexec/pcp/pmdas/pmcd
/usr/libexec/pcp/pmdas/pmcd/help.dir
/usr/libexec/pcp/pmdas/pmcd/help.pag
/usr/libexec/pcp/pmdas/pmcd/pmda_pmcd.so
/usr/libexec/pcp/pmdas/podman
/usr/libexec/pcp/pmdas/podman/Install
/usr/libexec/pcp/pmdas/podman/Remove
/usr/libexec/pcp/pmdas/podman/domain.h
/usr/libexec/pcp/pmdas/podman/help
/usr/libexec/pcp/pmdas/podman/pmda_podman.so
/usr/libexec/pcp/pmdas/podman/pmdapodman
/usr/libexec/pcp/pmdas/podman/pmns
/usr/libexec/pcp/pmdas/podman/root
/usr/libexec/pcp/pmdas/proc
/usr/libexec/pcp/pmdas/proc/Install
/usr/libexec/pcp/pmdas/proc/Remove
/usr/libexec/pcp/pmdas/proc/domain.h
/usr/libexec/pcp/pmdas/proc/help
/usr/libexec/pcp/pmdas/proc/help.dir
/usr/libexec/pcp/pmdas/proc/help.pag
/usr/libexec/pcp/pmdas/proc/pmda_proc.so
/usr/libexec/pcp/pmdas/proc/pmdaproc
/usr/libexec/pcp/pmdas/proc/root
/usr/libexec/pcp/pmdas/proc/root_proc
/usr/libexec/pcp/pmdas/root
/usr/libexec/pcp/pmdas/root/domain.h
/usr/libexec/pcp/pmdas/root/help
/usr/libexec/pcp/pmdas/root/help.dir
/usr/libexec/pcp/pmdas/root/help.pag
/usr/libexec/pcp/pmdas/root/pmdaroot
/usr/libexec/pcp/pmdas/root/root
/usr/libexec/pcp/pmdas/root/root_root
/usr/libexec/pcp/pmdas/xfs
/usr/libexec/pcp/pmdas/xfs/Install
/usr/libexec/pcp/pmdas/xfs/Remove
/usr/libexec/pcp/pmdas/xfs/domain.h
/usr/libexec/pcp/pmdas/xfs/help
/usr/libexec/pcp/pmdas/xfs/help.dir
/usr/libexec/pcp/pmdas/xfs/help.pag
/usr/libexec/pcp/pmdas/xfs/pmda_xfs.so
/usr/libexec/pcp/pmdas/xfs/pmdaxfs
/usr/libexec/pcp/pmdas/xfs/root
/usr/libexec/pcp/pmdas/xfs/root_xfs
/usr/libexec/pcp/pmdas/zfs
/usr/libexec/pcp/pmdas/zfs/Install
/usr/libexec/pcp/pmdas/zfs/Remove
/usr/libexec/pcp/pmdas/zfs/domain.h
/usr/libexec/pcp/pmdas/zfs/help
/usr/libexec/pcp/pmdas/zfs/pmda_zfs.so
/usr/libexec/pcp/pmdas/zfs/pmdazfs
/usr/libexec/pcp/pmdas/zfs/pmns
/usr/libexec/pcp/pmdas/zfs/root
/usr/libexec/pcp/pmns
/usr/libexec/pcp/pmns/Make.stdpmid
/usr/libexec/pcp/pmns/Makefile
/usr/libexec/pcp/pmns/Rebuild
/usr/libexec/pcp/pmns/ReplacePmnsSubtree
/usr/libexec/pcp/pmns/lockpmns
/usr/libexec/pcp/pmns/root_jbd2
/usr/libexec/pcp/pmns/root_kvm
/usr/libexec/pcp/pmns/root_linux
/usr/libexec/pcp/pmns/root_mmv
/usr/libexec/pcp/pmns/root_pmcd
/usr/libexec/pcp/pmns/root_pmproxy
/usr/libexec/pcp/pmns/root_proc
/usr/libexec/pcp/pmns/root_root
/usr/libexec/pcp/pmns/root_xfs
/usr/libexec/pcp/pmns/stdpmid.local
/usr/libexec/pcp/pmns/stdpmid.pcp
/usr/libexec/pcp/pmns/unlockpmns
/usr/sbin/rcpmcd
/usr/sbin/rcpmie
/usr/sbin/rcpmlogger
/usr/sbin/rcpmproxy
/usr/share/bash-completion/completions/pcp
/usr/share/bash-completion/completions/pmdumplog
/usr/share/bash-completion/completions/pmevent
/usr/share/bash-completion/completions/pmfind
/usr/share/bash-completion/completions/pmie
/usr/share/bash-completion/completions/pmie2col
/usr/share/bash-completion/completions/pmiectl
/usr/share/bash-completion/completions/pminfo
/usr/share/bash-completion/completions/pmjson
/usr/share/bash-completion/completions/pmlc
/usr/share/bash-completion/completions/pmlogcheck
/usr/share/bash-completion/completions/pmlogctl
/usr/share/bash-completion/completions/pmlogextract
/usr/share/bash-completion/completions/pmlogger
/usr/share/bash-completion/completions/pmloglabel
/usr/share/bash-completion/completions/pmlogpaste
/usr/share/bash-completion/completions/pmlogreduce
/usr/share/bash-completion/completions/pmlogsize
/usr/share/bash-completion/completions/pmlogsummary
/usr/share/bash-completion/completions/pmprobe
/usr/share/bash-completion/completions/pmseries
/usr/share/bash-completion/completions/pmstat
/usr/share/bash-completion/completions/pmstore
/usr/share/bash-completion/completions/pmval
/usr/share/doc/packages/pcp
/usr/share/doc/packages/pcp/CHANGELOG
/usr/share/doc/packages/pcp/INSTALL.md
/usr/share/doc/packages/pcp/README.md
/usr/share/doc/packages/pcp/VERSION.pcp
/usr/share/doc/packages/pcp/pcp.lsm
/usr/share/fillup-templates/sysconfig.pmcd
/usr/share/fillup-templates/sysconfig.pmfind
/usr/share/fillup-templates/sysconfig.pmie_timers
/usr/share/fillup-templates/sysconfig.pmlogger
/usr/share/fillup-templates/sysconfig.pmlogger_farm
/usr/share/fillup-templates/sysconfig.pmlogger_timers
/usr/share/fillup-templates/sysconfig.pmproxy
/usr/share/licenses/pcp
/usr/share/licenses/pcp/COPYING
/usr/share/pcp
/usr/share/pcp/htop
/usr/share/pcp/htop/columns
/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
/usr/share/pcp/htop/screens
/usr/share/pcp/htop/screens/biosnoop
/usr/share/pcp/htop/screens/cgroups
/usr/share/pcp/htop/screens/cgroupsio
/usr/share/pcp/htop/screens/cgroupsmem
/usr/share/pcp/htop/screens/devices
/usr/share/pcp/htop/screens/execsnoop
/usr/share/pcp/htop/screens/exitsnoop
/usr/share/pcp/htop/screens/filesystems
/usr/share/pcp/htop/screens/opensnoop
/usr/share/pcp/lib
/usr/share/pcp/lib/ReplacePmnsSubtree
/usr/share/pcp/lib/bashproc.sh
/usr/share/pcp/lib/lockpmns
/usr/share/pcp/lib/pmdaproc.sh
/usr/share/pcp/lib/rc-proc.sh
/usr/share/pcp/lib/rc-proc.sh.minimal
/usr/share/pcp/lib/unlockpmns
/usr/share/pcp/lib/utilproc.sh
/usr/share/pcp/zeroconf
/usr/share/pcp/zeroconf/pmlogger
/usr/share/systemtap/tapset/pmcd.stp
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_pcp
/var/lib/pcp
/var/lib/pcp/config
/var/lib/pcp/config/pmafm
/var/lib/pcp/config/pmafm/pcp
/var/lib/pcp/config/pmafm/pcp-gui
/var/lib/pcp/config/pmda
/var/lib/pcp/config/pmie
/var/lib/pcp/config/pmieconf
/var/lib/pcp/config/pmieconf/cisco
/var/lib/pcp/config/pmieconf/cisco/in_util
/var/lib/pcp/config/pmieconf/cisco/out_util
/var/lib/pcp/config/pmieconf/cpu
/var/lib/pcp/config/pmieconf/cpu/context_switch
/var/lib/pcp/config/pmieconf/cpu/load_average
/var/lib/pcp/config/pmieconf/cpu/low_util
/var/lib/pcp/config/pmieconf/cpu/system
/var/lib/pcp/config/pmieconf/cpu/util
/var/lib/pcp/config/pmieconf/entropy
/var/lib/pcp/config/pmieconf/entropy/available
/var/lib/pcp/config/pmieconf/filesys
/var/lib/pcp/config/pmieconf/filesys/filling
/var/lib/pcp/config/pmieconf/filesys/vfs_files
/var/lib/pcp/config/pmieconf/global
/var/lib/pcp/config/pmieconf/global/parameters
/var/lib/pcp/config/pmieconf/global/pcp_actions
/var/lib/pcp/config/pmieconf/memory
/var/lib/pcp/config/pmieconf/memory/exhausted
/var/lib/pcp/config/pmieconf/memory/oom_kill
/var/lib/pcp/config/pmieconf/memory/swap_low
/var/lib/pcp/config/pmieconf/network
/var/lib/pcp/config/pmieconf/network/tcplistenoverflows
/var/lib/pcp/config/pmieconf/network/tcpqfulldocookies
/var/lib/pcp/config/pmieconf/network/tcpqfulldrops
/var/lib/pcp/config/pmieconf/openvswitch
/var/lib/pcp/config/pmieconf/openvswitch/errors
/var/lib/pcp/config/pmieconf/openvswitch/mtu_exceeded_drops
/var/lib/pcp/config/pmieconf/openvswitch/rx_drops
/var/lib/pcp/config/pmieconf/openvswitch/rx_qos_drops
/var/lib/pcp/config/pmieconf/openvswitch/tx_drops
/var/lib/pcp/config/pmieconf/openvswitch/tx_failure_drops
/var/lib/pcp/config/pmieconf/openvswitch/tx_qos_drops
/var/lib/pcp/config/pmieconf/openvswitch/tx_retries
/var/lib/pcp/config/pmieconf/openvswitch/vhost_notification
/var/lib/pcp/config/pmieconf/openvswitch/vhost_tx_contention
/var/lib/pcp/config/pmieconf/percpu
/var/lib/pcp/config/pmieconf/percpu/many_util
/var/lib/pcp/config/pmieconf/percpu/some_util
/var/lib/pcp/config/pmieconf/percpu/system
/var/lib/pcp/config/pmieconf/perdisk
/var/lib/pcp/config/pmieconf/perdisk/average_queue_length
/var/lib/pcp/config/pmieconf/perdisk/average_wait_time
/var/lib/pcp/config/pmieconf/perdisk/bandwidth
/var/lib/pcp/config/pmieconf/perdisk/iops
/var/lib/pcp/config/pmieconf/pernetif
/var/lib/pcp/config/pmieconf/pernetif/collisions
/var/lib/pcp/config/pmieconf/pernetif/errors
/var/lib/pcp/config/pmieconf/pernetif/packets
/var/lib/pcp/config/pmieconf/pernetif/util
/var/lib/pcp/config/pmieconf/power
/var/lib/pcp/config/pmieconf/power/thermal_throttle
/var/lib/pcp/config/pmieconf/primary
/var/lib/pcp/config/pmieconf/primary/pmda_status
/var/lib/pcp/config/pmieconf/shping
/var/lib/pcp/config/pmieconf/shping/response
/var/lib/pcp/config/pmieconf/shping/status
/var/lib/pcp/config/pmieconf/testing
/var/lib/pcp/config/pmieconf/testing/test_actions
/var/lib/pcp/config/pmlogconf
/var/lib/pcp/config/pmlogconf/apache
/var/lib/pcp/config/pmlogconf/apache/processes
/var/lib/pcp/config/pmlogconf/apache/summary
/var/lib/pcp/config/pmlogconf/apache/uptime
/var/lib/pcp/config/pmlogconf/cpu
/var/lib/pcp/config/pmlogconf/cpu/percpu
/var/lib/pcp/config/pmlogconf/cpu/summary
/var/lib/pcp/config/pmlogconf/disk
/var/lib/pcp/config/pmlogconf/disk/percontroller
/var/lib/pcp/config/pmlogconf/disk/perdisk
/var/lib/pcp/config/pmlogconf/disk/perpartition
/var/lib/pcp/config/pmlogconf/disk/summary
/var/lib/pcp/config/pmlogconf/elasticsearch
/var/lib/pcp/config/pmlogconf/elasticsearch/summary
/var/lib/pcp/config/pmlogconf/filesystem
/var/lib/pcp/config/pmlogconf/filesystem/all
/var/lib/pcp/config/pmlogconf/filesystem/rpc-server
/var/lib/pcp/config/pmlogconf/filesystem/summary
/var/lib/pcp/config/pmlogconf/filesystem/xfs-all
/var/lib/pcp/config/pmlogconf/filesystem/xfs-io-linux
/var/lib/pcp/config/pmlogconf/gfs2
/var/lib/pcp/config/pmlogconf/gfs2/gfs2-all
/var/lib/pcp/config/pmlogconf/gfs2/gfs2-base
/var/lib/pcp/config/pmlogconf/kernel
/var/lib/pcp/config/pmlogconf/kernel/bufcache-activity
/var/lib/pcp/config/pmlogconf/kernel/bufcache-all
/var/lib/pcp/config/pmlogconf/kernel/inode-cache
/var/lib/pcp/config/pmlogconf/kernel/load
/var/lib/pcp/config/pmlogconf/kernel/memory-linux
/var/lib/pcp/config/pmlogconf/kernel/read-write-data
/var/lib/pcp/config/pmlogconf/kernel/summary-linux
/var/lib/pcp/config/pmlogconf/kernel/summary-windows
/var/lib/pcp/config/pmlogconf/kernel/syscalls-linux
/var/lib/pcp/config/pmlogconf/kernel/vnodes
/var/lib/pcp/config/pmlogconf/kvm
/var/lib/pcp/config/pmlogconf/kvm/kvm
/var/lib/pcp/config/pmlogconf/libvirt
/var/lib/pcp/config/pmlogconf/libvirt/libvirt
/var/lib/pcp/config/pmlogconf/mailq
/var/lib/pcp/config/pmlogconf/mailq/summary
/var/lib/pcp/config/pmlogconf/memcache
/var/lib/pcp/config/pmlogconf/memcache/summary
/var/lib/pcp/config/pmlogconf/memory
/var/lib/pcp/config/pmlogconf/memory/buddyinfo
/var/lib/pcp/config/pmlogconf/memory/ksminfo
/var/lib/pcp/config/pmlogconf/memory/meminfo
/var/lib/pcp/config/pmlogconf/memory/proc-linux
/var/lib/pcp/config/pmlogconf/memory/slabinfo
/var/lib/pcp/config/pmlogconf/memory/swap-activity
/var/lib/pcp/config/pmlogconf/memory/swap-all
/var/lib/pcp/config/pmlogconf/memory/swap-config
/var/lib/pcp/config/pmlogconf/memory/vmstat
/var/lib/pcp/config/pmlogconf/memory/zoneinfo
/var/lib/pcp/config/pmlogconf/mmv
/var/lib/pcp/config/pmlogconf/mmv/summary
/var/lib/pcp/config/pmlogconf/mysql
/var/lib/pcp/config/pmlogconf/mysql/summary
/var/lib/pcp/config/pmlogconf/netcheck
/var/lib/pcp/config/pmlogconf/netcheck/summary
/var/lib/pcp/config/pmlogconf/netfilter
/var/lib/pcp/config/pmlogconf/netfilter/config
/var/lib/pcp/config/pmlogconf/netfilter/summary
/var/lib/pcp/config/pmlogconf/networking
/var/lib/pcp/config/pmlogconf/networking/icmp6
/var/lib/pcp/config/pmlogconf/networking/interface-all
/var/lib/pcp/config/pmlogconf/networking/interface-summary
/var/lib/pcp/config/pmlogconf/networking/ip6
/var/lib/pcp/config/pmlogconf/networking/mbufs
/var/lib/pcp/config/pmlogconf/networking/multicast
/var/lib/pcp/config/pmlogconf/networking/nfs2-client
/var/lib/pcp/config/pmlogconf/networking/nfs2-server
/var/lib/pcp/config/pmlogconf/networking/nfs3-client
/var/lib/pcp/config/pmlogconf/networking/nfs3-server
/var/lib/pcp/config/pmlogconf/networking/nfs4-client
/var/lib/pcp/config/pmlogconf/networking/nfs4-server
/var/lib/pcp/config/pmlogconf/networking/other-protocols
/var/lib/pcp/config/pmlogconf/networking/perprocess-linux
/var/lib/pcp/config/pmlogconf/networking/persocket-linux
/var/lib/pcp/config/pmlogconf/networking/rpc
/var/lib/pcp/config/pmlogconf/networking/socket-linux
/var/lib/pcp/config/pmlogconf/networking/softnet
/var/lib/pcp/config/pmlogconf/networking/streams
/var/lib/pcp/config/pmlogconf/networking/tcp-activity-linux
/var/lib/pcp/config/pmlogconf/networking/tcp-all
/var/lib/pcp/config/pmlogconf/networking/udp-all
/var/lib/pcp/config/pmlogconf/networking/udp-packets-linux
/var/lib/pcp/config/pmlogconf/networking/udp6
/var/lib/pcp/config/pmlogconf/nginx
/var/lib/pcp/config/pmlogconf/nginx/summary
/var/lib/pcp/config/pmlogconf/openmetrics
/var/lib/pcp/config/pmlogconf/openmetrics/kepler
/var/lib/pcp/config/pmlogconf/openmetrics/summary
/var/lib/pcp/config/pmlogconf/openvswitch
/var/lib/pcp/config/pmlogconf/openvswitch/summary
/var/lib/pcp/config/pmlogconf/oracle
/var/lib/pcp/config/pmlogconf/oracle/summary
/var/lib/pcp/config/pmlogconf/platform
/var/lib/pcp/config/pmlogconf/platform/hinv
/var/lib/pcp/config/pmlogconf/platform/linux
/var/lib/pcp/config/pmlogconf/rabbitmq
/var/lib/pcp/config/pmlogconf/rabbitmq/summary
/var/lib/pcp/config/pmlogconf/rsyslog
/var/lib/pcp/config/pmlogconf/rsyslog/summary
/var/lib/pcp/config/pmlogconf/services
/var/lib/pcp/config/pmlogconf/services/pmproxy
/var/lib/pcp/config/pmlogconf/services/redis
/var/lib/pcp/config/pmlogconf/shping
/var/lib/pcp/config/pmlogconf/shping/summary
/var/lib/pcp/config/pmlogconf/sqlserver
/var/lib/pcp/config/pmlogconf/sqlserver/summary
/var/lib/pcp/config/pmlogconf/statsd
/var/lib/pcp/config/pmlogconf/statsd/statsd
/var/lib/pcp/config/pmlogconf/storage
/var/lib/pcp/config/pmlogconf/storage/vdo
/var/lib/pcp/config/pmlogconf/storage/vdo-summary
/var/lib/pcp/config/pmlogconf/tools
/var/lib/pcp/config/pmlogconf/tools/atop
/var/lib/pcp/config/pmlogconf/tools/atop-gpustats
/var/lib/pcp/config/pmlogconf/tools/atop-hotproc
/var/lib/pcp/config/pmlogconf/tools/atop-httpstats
/var/lib/pcp/config/pmlogconf/tools/atop-infiniband
/var/lib/pcp/config/pmlogconf/tools/atop-nfsclient
/var/lib/pcp/config/pmlogconf/tools/atop-perfevent
/var/lib/pcp/config/pmlogconf/tools/atop-proc
/var/lib/pcp/config/pmlogconf/tools/atop-summary
/var/lib/pcp/config/pmlogconf/tools/atop-zfs
/var/lib/pcp/config/pmlogconf/tools/atop-zswap
/var/lib/pcp/config/pmlogconf/tools/collectl
/var/lib/pcp/config/pmlogconf/tools/collectl-interrupts
/var/lib/pcp/config/pmlogconf/tools/collectl-summary
/var/lib/pcp/config/pmlogconf/tools/dmcache
/var/lib/pcp/config/pmlogconf/tools/dstat
/var/lib/pcp/config/pmlogconf/tools/dstat-summary
/var/lib/pcp/config/pmlogconf/tools/free
/var/lib/pcp/config/pmlogconf/tools/free-summary
/var/lib/pcp/config/pmlogconf/tools/hotproc
/var/lib/pcp/config/pmlogconf/tools/htop
/var/lib/pcp/config/pmlogconf/tools/htop-proc
/var/lib/pcp/config/pmlogconf/tools/htop-summary
/var/lib/pcp/config/pmlogconf/tools/htop-zfs
/var/lib/pcp/config/pmlogconf/tools/iostat
/var/lib/pcp/config/pmlogconf/tools/ip
/var/lib/pcp/config/pmlogconf/tools/ipcs
/var/lib/pcp/config/pmlogconf/tools/mpstat
/var/lib/pcp/config/pmlogconf/tools/mpstat-interrupts
/var/lib/pcp/config/pmlogconf/tools/mpstat-summary
/var/lib/pcp/config/pmlogconf/tools/numastat
/var/lib/pcp/config/pmlogconf/tools/pcp-summary
/var/lib/pcp/config/pmlogconf/tools/pidstat
/var/lib/pcp/config/pmlogconf/tools/pidstat-summary
/var/lib/pcp/config/pmlogconf/tools/pmclient
/var/lib/pcp/config/pmlogconf/tools/pmclient-summary
/var/lib/pcp/config/pmlogconf/tools/pmieconf
/var/lib/pcp/config/pmlogconf/tools/pmstat
/var/lib/pcp/config/pmlogconf/tools/sar
/var/lib/pcp/config/pmlogconf/tools/sar-summary
/var/lib/pcp/config/pmlogconf/tools/tapestat
/var/lib/pcp/config/pmlogconf/tools/uptime
/var/lib/pcp/config/pmlogconf/tools/vector
/var/lib/pcp/config/pmlogconf/tools/vector-summary
/var/lib/pcp/config/pmlogconf/tools/vmstat
/var/lib/pcp/config/pmlogconf/tools/vmstat-summary
/var/lib/pcp/config/pmlogconf/zimbra
/var/lib/pcp/config/pmlogconf/zimbra/all
/var/lib/pcp/config/pmlogger
/var/lib/pcp/config/pmlogger/config.pmstat
/var/lib/pcp/config/pmlogger/options.pmstat
/var/lib/pcp/config/pmlogredact
/var/lib/pcp/config/pmlogredact/network
/var/lib/pcp/config/pmlogredact/usernames
/var/lib/pcp/config/pmlogrewrite
/var/lib/pcp/config/pmlogrewrite/cgroup_units.conf
/var/lib/pcp/config/pmlogrewrite/jbd2_kernel_ulong.conf
/var/lib/pcp/config/pmlogrewrite/kvm_fixups.conf
/var/lib/pcp/config/pmlogrewrite/linux_disk_all_fixups.conf
/var/lib/pcp/config/pmlogrewrite/linux_kernel_fixups.conf
/var/lib/pcp/config/pmlogrewrite/linux_kernel_ulong.conf
/var/lib/pcp/config/pmlogrewrite/linux_mem_fixups.conf
/var/lib/pcp/config/pmlogrewrite/linux_proc_fs_nfsd_fixups.conf
/var/lib/pcp/config/pmlogrewrite/linux_proc_migrate.conf
/var/lib/pcp/config/pmlogrewrite/linux_proc_net_snmp_migrate.conf
/var/lib/pcp/config/pmlogrewrite/linux_proc_net_tcp_migrate.conf
/var/lib/pcp/config/pmlogrewrite/linux_xfs_migrate.conf
/var/lib/pcp/config/pmlogrewrite/linux_xfs_perdev_buffer.conf
/var/lib/pcp/config/pmlogrewrite/mysql_migrate.conf
/var/lib/pcp/config/pmlogrewrite/nfsclient_migrate.conf
/var/lib/pcp/config/pmlogrewrite/pmcd_migrate.conf
/var/lib/pcp/config/pmlogrewrite/pmproxy_fixups.conf
/var/lib/pcp/config/pmlogrewrite/proc_discrete_strings.conf
/var/lib/pcp/config/pmlogrewrite/proc_jiffies.conf
/var/lib/pcp/config/pmlogrewrite/proc_kernel_ulong.conf
/var/lib/pcp/config/pmlogrewrite/proc_kernel_ulong_migrate.conf
/var/lib/pcp/config/pmlogrewrite/proc_scheduler.conf
/var/lib/pcp/pmdas
/var/lib/pcp/pmdas/denki
/var/lib/pcp/pmdas/denki/Install
/var/lib/pcp/pmdas/denki/README
/var/lib/pcp/pmdas/denki/Remove
/var/lib/pcp/pmdas/denki/domain.h
/var/lib/pcp/pmdas/denki/help
/var/lib/pcp/pmdas/denki/pmda_denki.so
/var/lib/pcp/pmdas/denki/pmdadenki
/var/lib/pcp/pmdas/denki/pmns
/var/lib/pcp/pmdas/denki/root
/var/lib/pcp/pmdas/farm
/var/lib/pcp/pmdas/farm/Install
/var/lib/pcp/pmdas/farm/Remove
/var/lib/pcp/pmdas/farm/domain.h
/var/lib/pcp/pmdas/farm/help
/var/lib/pcp/pmdas/farm/pmda_farm.so
/var/lib/pcp/pmdas/farm/pmdafarm
/var/lib/pcp/pmdas/farm/pmns
/var/lib/pcp/pmdas/farm/root
/var/lib/pcp/pmdas/jbd2
/var/lib/pcp/pmdas/jbd2/Install
/var/lib/pcp/pmdas/jbd2/Remove
/var/lib/pcp/pmdas/jbd2/domain.h
/var/lib/pcp/pmdas/jbd2/help
/var/lib/pcp/pmdas/jbd2/help.dir
/var/lib/pcp/pmdas/jbd2/help.pag
/var/lib/pcp/pmdas/jbd2/pmda_jbd2.so
/var/lib/pcp/pmdas/jbd2/pmdajbd2
/var/lib/pcp/pmdas/jbd2/root
/var/lib/pcp/pmdas/jbd2/root_jbd2
/var/lib/pcp/pmdas/kvm
/var/lib/pcp/pmdas/kvm/Install
/var/lib/pcp/pmdas/kvm/Remove
/var/lib/pcp/pmdas/kvm/Upgrade
/var/lib/pcp/pmdas/kvm/domain.h
/var/lib/pcp/pmdas/kvm/help
/var/lib/pcp/pmdas/kvm/help.dir
/var/lib/pcp/pmdas/kvm/help.pag
/var/lib/pcp/pmdas/kvm/kvm.conf
/var/lib/pcp/pmdas/kvm/pmda_kvm.so
/var/lib/pcp/pmdas/kvm/pmdakvm
/var/lib/pcp/pmdas/kvm/root
/var/lib/pcp/pmdas/kvm/root_kvm
/var/lib/pcp/pmdas/linux
/var/lib/pcp/pmdas/linux/domain.h
/var/lib/pcp/pmdas/linux/help
/var/lib/pcp/pmdas/linux/help.dir
/var/lib/pcp/pmdas/linux/help.pag
/var/lib/pcp/pmdas/linux/pmda_linux.so
/var/lib/pcp/pmdas/linux/pmdalinux
/var/lib/pcp/pmdas/linux/samplebandwidth.conf
/var/lib/pcp/pmdas/mmv
/var/lib/pcp/pmdas/mmv/Install
/var/lib/pcp/pmdas/mmv/Remove
/var/lib/pcp/pmdas/mmv/domain.h
/var/lib/pcp/pmdas/mmv/mmvdump
/var/lib/pcp/pmdas/mmv/pmda_mmv.so
/var/lib/pcp/pmdas/mmv/pmdammv
/var/lib/pcp/pmdas/mmv/root_mmv
/var/lib/pcp/pmdas/overhead
/var/lib/pcp/pmdas/overhead/Install
/var/lib/pcp/pmdas/overhead/README
/var/lib/pcp/pmdas/overhead/Remove
/var/lib/pcp/pmdas/overhead/default.conf
/var/lib/pcp/pmdas/overhead/domain.h
/var/lib/pcp/pmdas/overhead/pmdaoverhead
/var/lib/pcp/pmdas/overhead/pmns
/var/lib/pcp/pmdas/overhead/root
/var/lib/pcp/pmdas/overhead/sample.conf
/var/lib/pcp/pmdas/pipe
/var/lib/pcp/pmdas/pipe/Install
/var/lib/pcp/pmdas/pipe/README
/var/lib/pcp/pmdas/pipe/Remove
/var/lib/pcp/pmdas/pipe/domain.h
/var/lib/pcp/pmdas/pipe/help
/var/lib/pcp/pmdas/pipe/pmdapipe
/var/lib/pcp/pmdas/pipe/pmns
/var/lib/pcp/pmdas/pipe/root
/var/lib/pcp/pmdas/pipe/sample.conf
/var/lib/pcp/pmdas/pmcd
/var/lib/pcp/pmdas/pmcd/help.dir
/var/lib/pcp/pmdas/pmcd/help.pag
/var/lib/pcp/pmdas/pmcd/pmda_pmcd.so
/var/lib/pcp/pmdas/podman
/var/lib/pcp/pmdas/podman/Install
/var/lib/pcp/pmdas/podman/Remove
/var/lib/pcp/pmdas/podman/domain.h
/var/lib/pcp/pmdas/podman/help
/var/lib/pcp/pmdas/podman/pmda_podman.so
/var/lib/pcp/pmdas/podman/pmdapodman
/var/lib/pcp/pmdas/podman/pmns
/var/lib/pcp/pmdas/podman/root
/var/lib/pcp/pmdas/proc
/var/lib/pcp/pmdas/proc/Install
/var/lib/pcp/pmdas/proc/Remove
/var/lib/pcp/pmdas/proc/domain.h
/var/lib/pcp/pmdas/proc/help
/var/lib/pcp/pmdas/proc/help.dir
/var/lib/pcp/pmdas/proc/help.pag
/var/lib/pcp/pmdas/proc/pmda_proc.so
/var/lib/pcp/pmdas/proc/pmdaproc
/var/lib/pcp/pmdas/proc/root
/var/lib/pcp/pmdas/proc/root_proc
/var/lib/pcp/pmdas/proc/samplehotproc.conf
/var/lib/pcp/pmdas/root
/var/lib/pcp/pmdas/root/domain.h
/var/lib/pcp/pmdas/root/help
/var/lib/pcp/pmdas/root/help.dir
/var/lib/pcp/pmdas/root/help.pag
/var/lib/pcp/pmdas/root/pmdaroot
/var/lib/pcp/pmdas/root/root
/var/lib/pcp/pmdas/root/root_root
/var/lib/pcp/pmdas/xfs
/var/lib/pcp/pmdas/xfs/Install
/var/lib/pcp/pmdas/xfs/Remove
/var/lib/pcp/pmdas/xfs/domain.h
/var/lib/pcp/pmdas/xfs/help
/var/lib/pcp/pmdas/xfs/help.dir
/var/lib/pcp/pmdas/xfs/help.pag
/var/lib/pcp/pmdas/xfs/pmda_xfs.so
/var/lib/pcp/pmdas/xfs/pmdaxfs
/var/lib/pcp/pmdas/xfs/root
/var/lib/pcp/pmdas/xfs/root_xfs
/var/lib/pcp/pmdas/zfs
/var/lib/pcp/pmdas/zfs/Install
/var/lib/pcp/pmdas/zfs/Remove
/var/lib/pcp/pmdas/zfs/domain.h
/var/lib/pcp/pmdas/zfs/help
/var/lib/pcp/pmdas/zfs/pmda_zfs.so
/var/lib/pcp/pmdas/zfs/pmdazfs
/var/lib/pcp/pmdas/zfs/pmns
/var/lib/pcp/pmdas/zfs/root
/var/lib/pcp/pmns
/var/lib/pcp/pmns/Make.stdpmid
/var/lib/pcp/pmns/Makefile
/var/lib/pcp/pmns/Rebuild
/var/lib/pcp/pmns/root_jbd2
/var/lib/pcp/pmns/root_kvm
/var/lib/pcp/pmns/root_linux
/var/lib/pcp/pmns/root_mmv
/var/lib/pcp/pmns/root_pmcd
/var/lib/pcp/pmns/root_pmproxy
/var/lib/pcp/pmns/root_proc
/var/lib/pcp/pmns/root_root
/var/lib/pcp/pmns/root_xfs
/var/lib/pcp/pmns/stdpmid.local
/var/lib/pcp/pmns/stdpmid.pcp
/var/lib/pcp/tmp
/var/lib/pcp/tmp/bash
/var/lib/pcp/tmp/json
/var/lib/pcp/tmp/mmv
/var/lib/pcp/tmp/pmie
/var/lib/pcp/tmp/pmlogger
/var/lib/pcp/tmp/pmproxy
/var/log/pcp
/var/log/pcp/pmcd
/var/log/pcp/pmfind
/var/log/pcp/pmie
/var/log/pcp/pmlogger
/var/log/pcp/pmproxy


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 23:49:21 2024