File: gmetric.1.debdiff

package info (click to toggle)
ganglia-monitor-core 2.5.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,300 kB
  • ctags: 3,900
  • sloc: ansic: 27,889; sh: 8,492; makefile: 148
file content (67 lines) | stat: -rw-r--r-- 2,547 bytes parent folder | download | duplicates (8)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.27.
.TH GMETRIC "1" "May 2002" "gmetric" "User Commands"
.SH NAME
gmetric \- manual page for Ganglia Custom Metric Utility
.SH SYNOPSIS
.B gmetric
[\fIOPTIONS\fR]...
.SH DESCRIPTION
The Ganglia Metric Client (gmetric) announces a metric
value to all Ganglia Monitoring Daemons (gmonds) that are listening
on the cluster multicast channel.
.TP
\fB\-h\fR         \fB\-\-help\fR
Print help and exit
.TP
\fB\-V\fR         \fB\-\-version\fR
Print version and exit
.TP
\fB\-nSTRING\fR   \fB\-\-name\fR=\fISTRING\fR
Name of the metric
.TP
\fB\-vSTRING\fR   \fB\-\-value\fR=\fISTRING\fR
Value of the metric
.TP
\fB\-tSTRING\fR   \fB\-\-type\fR=\fISTRING\fR
Either string|int8|uint8|int16|uint16|int32|uint32|float|double
.TP
\fB\-uSTRING\fR   \fB\-\-units\fR=\fISTRING\fR
Unit of measure for the value e.g. Kilobytes, Celcius
.TP
\fB\-cSTRING\fR   \fB\-\-mcast_channel\fR=\fISTRING\fR
Multicast channel to send/receive on (default='239.2.11.71')
.TP
\fB\-pINT\fR      \fB\-\-mcast_port\fR=\fIINT\fR
Multicast port to send/receive on (default=8649)
.TP
\fB\-iSTRING\fR   \fB\-\-mcast_if\fR=\fISTRING\fR
Network interface to multicast on e.g. 'eth1' (default='kernel decides')
.TP
\fB\-lINT\fR      \fB\-\-mcast_ttl\fR=\fIINT\fR
Multicast Time-To-Live (TTL) (default=1)
.SH AUTHOR
Matt Massie <massie@cs.berkeley.edu>
.SH "REPORTING BUGS"

Report all bugs to the Ganglia SourceForge Page at

https://sourceforge.net/tracker/?atid=434892&group_id=43021&func=browse
.SH COPYRIGHT
Copyright (c) 2001 The Regents of the University of California.  
All rights reserved.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without written agreement is
hereby granted, provided that the above copyright notice and the following
two paragraphs appear in all copies of this software.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.