1GMETAD.PY(1) User Commands GMETAD.PY(1)
2
3
4
6 gmetad.py - Ganglia Meta Daemon in Python
7
9 gmetad.py [options]
10
12 --version
13 show program's version number and exit
14
15 -h, --help
16 show this help message and exit
17
18 -d DEBUG, --debug=DEBUG
19 Debug level. If five (5) or greater, daemon will stay in fore‐
20 ground. Values are: 0 - FATAL 1 - CRITICAL
21 2 - ERROR (default) 3 - WARNING 4 - INFO
22 5 - DEBUG
23
24 -p PID_FILE, --pid_file=PID_FILE
25 Write process-id to file
26
27 -c CONF, --conf=CONF
28 Location of gmetad configuration file (default='/etc/gan‐
29 glia/gmetad-python.conf')
30
31 -l LOGFILE, --logfile=LOGFILE
32 Log messages to this path in addition to syslog; overrides con‐
33 figuration
34
35 -i INTERACTIVE_PORT, --interactive_port=INTERACTIVE_PORT
36 Interactive port to listen on (default=8652)
37
38 -x XML_PORT, --xml_port=XML_PORT
39 XML port to listen on (default=8651)
40
41
42
43gmetad.py January 2011 GMETAD.PY(1)