summaryrefslogtreecommitdiff
path: root/src/pmafm/pmafm.pcp
blob: 84b7a8dd73908de61a474c78dacabf94d6b77de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# pmafm support for the PCP open source release
#

# the tools that can display multiple concurrent archives ...
#
MULTI="pmie pmstat" 

# any other tools that can display one archive at a time ...
# (should be disjoint from $MULTI)
#
SINGLE="pcp pmval pminfo pmprobe pmclient pmdumplog pmlogsummary pmlogcheck"

# the tools that know how to replay a folio they have created
# (should be a subset of those in $MULTI and $SINGLE)
#
REPLAY=""

# the tools that have Usage: foo [options] archive
# rather than Usage: foo -a archive [options]
# (should be a subset of those in $SINGLE)
#
SPECIAL="pmdumplog pmlogsummary pmlogcheck"