1GSTAT(1) User Commands GSTAT(1)
2
3
4
6 gstat - manual page for Ganglia Status Tool (gstat)
7
9 gstat [OPTIONS]...
10
12 The Ganglia Status Client (gstat) connects with a Ganglia Monitoring
13 Daemon (gmond) and output a load-balanced list of cluster 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 -iSTRING --gmond_ip=STRING
37 Specify the ip address of the gmond to query
38 (default='127.0.0.1')
39
40 -pINT --gmond_port=INT
41 Specify the gmond port to query (default=8649)
42
44 Matt Massie <massie@cs.berkeley.edu>
45
47 Report all bugs to the Ganglia SourceForge Page at
48
49 https://sourceforge.net/tracker/?atid=434892&group_id=43021&func=browse
50
52 Copyright (c) 2001 The Regents of the University of California. All
53 rights reserved.
54
55 Permission to use, copy, modify, and distribute this software and its
56 documentation for any purpose, without fee, and without written agree‐
57 ment is hereby granted, provided that the above copyright notice and
58 the following two paragraphs appear in all copies of this software.
59
60 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
61 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
62 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
63 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
64 SUCH DAMAGE.
65
66 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
67 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABIL‐
68 ITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HERE‐
69 UNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO
70 OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
71 MODIFICATIONS.
72
73
74
75gstat May 2002 GSTAT(1)