summaryrefslogtreecommitdiff
path: root/src/pmcd/pmcd.options
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmcd/pmcd.options')
-rw-r--r--src/pmcd/pmcd.options36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/pmcd/pmcd.options b/src/pmcd/pmcd.options
new file mode 100644
index 0000000..bcd501e
--- /dev/null
+++ b/src/pmcd/pmcd.options
@@ -0,0 +1,36 @@
+# command-line options to pmcd, uncomment/edit lines as required
+
+# listen for connections to pmcd on only the interface bound to this
+# IP address
+# -i 192.168.0.100
+
+# longer timeout delay for slow agents
+# -t 10
+
+# or suppress timeouts
+# -t 0
+
+# make log go someplace else
+# -l /some/place/else
+
+# debugging knobs, see pmdbg(1)
+# -D fetch,pmns
+
+# run in the foreground (not as a daemon)
+# -f
+
+# maximum incoming PDU size (default 64KB)
+# -L 16384
+
+# assume identity of some user other than "pcp"
+# -U root
+
+# enable event tracing bit fields
+# 1 trace client connections
+# 2 trace PDUs
+# 256 unbuffered tracing
+# -T 3
+
+# setting of environment variables for pmcd and
+# the PCP rc scripts. See pmcd(1) and PMAPI(3).
+# PMCD_WAIT_TIMEOUT=120