summaryrefslogtreecommitdiff
path: root/src/pmafm/pmafm.pcp
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmafm/pmafm.pcp
downloadpcp-debian.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmafm/pmafm.pcp')
-rw-r--r--src/pmafm/pmafm.pcp23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pmafm/pmafm.pcp b/src/pmafm/pmafm.pcp
new file mode 100644
index 0000000..84b7a8d
--- /dev/null
+++ b/src/pmafm/pmafm.pcp
@@ -0,0 +1,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"