PMDAAMDGPU(1) | General Commands Manual | PMDAAMDGPU(1) |
pmdaamdgpu - AMD GPU metrics domain agent (PMDA)
$PCP_PMDAS_DIR/amdgpu/pmdaamdgpu [-d domain] [-l logfile] [-t interval]
pmdaamdgpu is a Performance Metrics Domain Agent (PMDA) which extracts performance metrics describing the metrics available on AMD GPU cards via the DRM library.
The amdgpu PMDA exports metrics that measure GPU activity, memory utilization, temperature, etc on GCN 1.2+ AMD GPUs.
A brief description of the pmdaamdgpu command line options follows:
The amdgpu PMDA is not installed and available by default. If you want to undo the installation, do the following as root:
# cd $PCP_PMDAS_DIR/amdgpu # ./Remove
If you want to establish access to the names, help text and values for the AMD GPU performance metrics once more, after removal, do the following as root:
# cd $PCP_PMDAS_DIR/amdgpu # ./Install
pmdaamdgpu is launched by pmcd(1) and should never be executed directly. The Install and Remove scripts notify pmcd(1) when the agent is installed or removed.
Environment variables with the prefix PCP_ are used to configure the file and directory names used by PCP. On each installation, the file /etc/pcp.conf contains the local values for these variables. The $PCP_CONF variable may be used to specify an alternative configuration file, as described in pcp.conf(5).
PCPIntro(1), pcp-atop(1), pmcd(1), pmlogger(1), pcp.conf(5) and pcp.env(5).
PCP | Performance Co-Pilot |