# pmafm support for pcp-col open source release
#
# $Id: pmafm.pcp,v 1.1 1999/12/16 03:24:51 markgw Exp $

# 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 pmkstat 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"
