1GMOND(1) User Commands GMOND(1)
2
3
4
6 gmond - manual page for Ganglia Monitor Daemon
7
9 gmond [OPTIONS]...
10
12 The Ganglia Monitoring Daemon (gmond) listens to the cluster message
13 channel, stores the data in-memory and when requested will output an
14 XML description of the state of the cluster
15
16 -h, --help
17 Print help and exit
18
19 -V, --version
20 Print version and exit
21
22 -c, --conf=STRING
23 Location of gmond configuration file (default= `/etc/gan‐
24 glia/gmond.conf')
25
26 -l, --location=STRING
27 Location of this host in the cluster 'rack,rank,plane'.
28 (default=`0,0,0')
29
30 -d, --debug=INT
31 Debug level. If greater than zero, daemon will stay in fore‐
32 ground. (default=`0')
33
34 -f, --foreground
35 Run in foreground (don't daemonize) (default=off)
36
37 -t, --default_config
38 Print the default configuration to stdout and exit (default=off)
39
40 -m, --metrics
41 Print the list of metrics this gmond supports (default=off)
42
43 -b, --bandwidth
44 Calculate minimum bandwidth use for configuration (default=off)
45
46 -r, --convert=STRING
47 Convert a 2.5.x configuration file to the new 3.x format
48
49 -p, --pid-file=STRING
50 Write process-id to file
51
53 Matt Massie <massie@cs.berkeley.edu>
54
56 Report all bugs to the Ganglia Github project at
57
58 https://github.com/ganglia/monitor-core/issues
59
61 Copyright (c) 2001, 2002, 2003, 2004, 2005 by The Regents of the Uni‐
62 versity of California. All rights reserved.
63
64 Permission to use, copy, modify, and distribute this software and its
65 documentation for any purpose, without fee, and without written agree‐
66 ment is hereby granted, provided that the above copyright notice and
67 the following two paragraphs appear in all copies of this software.
68
69 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
70 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
71 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
72 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
73 SUCH DAMAGE.
74
75 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
76 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL‐
77 ITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HERE‐
78 UNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO
79 OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
80 MODIFICATIONS.
81
82
83
84gmond March 2008 GMOND(1)