1GSTAT(1) User Commands GSTAT(1)
2
3
4
6 gstat - manual page for Ganglia Status Tool
7
9 gstat [OPTIONS]...
10
12 The Ganglia Status Client (gstat) connects with a Ganglia Monitoring
13 Daemon (gmond) and outputs a load-balanced list of hosts
14
15 -h, --help
16 Print help and exit
17
18 -V, --version
19 Print version and exit
20
21 -a, --all
22 List all hosts. Not just hosts running gexec (default=off)
23
24 -d, --dead
25 Print only the hosts which are dead (default=off)
26
27 -m, --mpifile
28 Print a load-balanced mpifile (default=off)
29
30 -1, --single_line
31 Print host and information all on one line (default= off)
32
33 -l, --list
34 Print ONLY the host list (default=off)
35
36 -n, --numeric
37 Print numeric addresses instead of hostnames (default=off)
38
39 -i, --gmond_ip=STRING
40 Specify the ip address of the gmond to query (default=`local‐
41 host')
42
43 -p, --gmond_port=INT
44 Specify the gmond port to query (default=`8649')
45
47 Matt Massie <massie@cs.berkeley.edu>
48
50 Report all bugs to the Ganglia Github project at
51
52 https://github.com/ganglia/monitor-core/issues
53
55 Copyright (c) 2001, 2002, 2003, 2004, 2005 by The Regents of the Uni‐
56 versity of California. All rights reserved.
57
58 Permission to use, copy, modify, and distribute this software and its
59 documentation for any purpose, without fee, and without written agree‐
60 ment is hereby granted, provided that the above copyright notice and
61 the following two paragraphs appear in all copies of this software.
62
63 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
64 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
65 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
66 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
67 SUCH DAMAGE.
68
69 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
70 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL‐
71 ITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HERE‐
72 UNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO
73 OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
74 MODIFICATIONS.
75
76
77
78gstat March 2008 GSTAT(1)