blob: bcd501e4f09b367a728fe1937b6cf95887bd4043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|