1PMDASLURM(1) General Commands Manual PMDASLURM(1)
2
3
4
6 pmdaslurm - SLURM statistics performance metrics domain agent (PMDA)
7
9 pmdaslurm is a Performance Metrics Domain Agent (PMDA) which exports
10 metric values from the slurm perlapi interface to provide information
11 on slurm jobs, nodes and users.
12
14 Install the slurm PMDA by using the Install script as root:
15
16 # cd $PCP_PMDAS_DIR/slurm
17 # ./Install
18
19 To uninstall, do the following as root:
20
21 # cd $PCP_PMDAS_DIR/slurm
22 # ./Remove
23
24 pmdaslurm is launched by pmcd(1) and should never be executed directly.
25 The Install and Remove scripts notify pmcd(1) when the agent is
26 installed or removed.
27
29 $PCP_PMDAS_DIR/slurm/Install
30 installation script for the pmdaslurm agent
31
32 $PCP_PMDAS_DIR/slurm/Remove
33 undo installation script for the pmdaslurm agent
34
35 $PCP_LOG_DIR/pmcd/slurm.log
36 default log file for error messages from pmdaslurm
37
39 Environment variables with the prefix PCP_ are used to parameterize the
40 file and directory names used by PCP. On each installation, the file
41 /etc/pcp.conf contains the local values for these variables. The
42 $PCP_CONF variable may be used to specify an alternative configuration
43 file, as described in pcp.conf(5).
44
46 PCPIntro(1) Slurm(3) and pmcd(1),
47
48
49
50Performance Co-Pilot PCP PMDASLURM(1)