[Ganglia-general] ganglia how do i monitor mutiple network interfaces using unicast

2016-06-16 Thread Aaron
Hi,  I would to configure my gmond client to monitor multiple unicast
network interfaces.  I see documentation on monitoring multicast network
interfaces but not unicast.

Then I would like to view the data as separate graphs per network interface
on my ganglia web server which runs gmetad.

Any ideas?
Thanks!
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] help with jmxetric configuration with tomcat

2016-01-26 Thread Aaron
Hi I have jmxetric configured with tomcat and it is working properly except
that the jmxetric stats are not showing up on my gmetad ganglia-web
server.  Other basic stats show up on the gmetad server that are not
related to jmxetric.  I am running gmond on the local machine and gmeatd
ganglia-web on a different server.  I want gmond to send all data including
the jmxetric data to the gmetad ganglia-web server.

I have installed jmxetric using the instructions located here
https://github.com/ganglia/jmxetric/blob/master/README

Do I need to change my jmxetric.xml file?  Here is the config info.


My catalina_opts string is set to:
export CATALINA_OPTS="$CATALINA_OPTS
-Djava.util.logging.config.file=/tmp/jmxetric-master/etc/logging.properties
-cp /tmp/gmetric4j.jar:/tmp/remotetea-oncrpc.jar:/tmp/jmxetric.jar
-javaagent:/tmp/jmxetric.jar=/tmp/jmxetric-master/etc/jmxetric.xml";

My gmond.conf file is set basically like this with multicast commented out
since I'm using unicast, and the rest of the file being the default setup.
host = web_server is the host name of the server running gmetad ganglia_web
which is where the data is being sent to.

globals {
  daemonize = yes
  setuid = yes
  user = nobody
  debug_level = 0
  max_udp_msg_len = 1472
  mute = no
  deaf = no
  allow_extra_data = yes
  host_dmax = 0 /*secs */
  cleanup_threshold = 300 /*secs */
  gexec = no
  send_metadata_interval = 60 /*secs */
}

udp_send_channel {
  host = web_server.com
  bind_hostname = yes # Highly recommended, soon to be default.
   # This option tells gmond to use a source address
   # that resolves to the machine's hostname.  Without
   # this, the metrics may appear to come from any
   # interface and the DNS names associated with
   # those IPs will be used to create the RRDs.
 # mcast_join = 239.2.11.71
  port = 8649
  ttl = 1
}

udp_recv_channel {
#  mcast_join = 239.2.11.71
  port = 8649
 # bind = 239.2.11.71
}


Thanks!
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] jmxetric stats not showing in ganglia

2016-01-21 Thread Aaron
Hi, I have installed jmxetric using the instructions located here
https://github.com/ganglia/jmxetric/blob/master/README
but the jmxetric stats are not showing up in the graphs on my ganglia
gmetad server.
General stats for the host below show up, but not the jmxetric stats.  Do I
need to add a json file in the graph.d directory to have them show up, or
modify the gmond.conf file on the local machine and a collection group?
Thanks!

Here is the jmxetric command that is running.  No errors appear in the
catalina.out log.
java
-javaagent:/tmp/jmxetric.jar=host="myhost",port="8649",config="jmxetric-master/etc/jmxetric.xml",wireformat31x="false",mode="unicast"
info.ganglia.jmxetric.JMXetricAgent
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] help with JMXetric tomcat monitoring

2016-01-19 Thread Aaron
Hi I have tomcat and ganglia-gmond installed on a server.

I would like to monitor tomcat but receive a number of errors when trying
to run  from the command line.  I followed the instructions here.
https://github.com/ganglia/jmxetric

I'm not sure what I'm missing.  jmxetric-1.0.8.jar is in the directory I'm
executing from.

I have not setup any environment variables besides general tomcat catalina
variables.

Thanks!

command line:
=
 java
-javaagent:jmxetric-1.0.8.jar=host="localhost",port="8649",config="jmxetric-master/etc/jmxetric.xml",
wireformat31x=true, mode="unicast"

errors after execution:
=
Exception in thread "main" java.lang.NoClassDefFoundError:
info/ganglia/gmetric4j/GMonitor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at
sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:304)
at
sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.lang.ClassNotFoundException: info.ganglia.gmetric4j.GMonitor
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 14 more
FATAL ERROR in native method: processing of -javaagent failed
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] how do i use JMXetric with ganglia to monitor tomcat?

2016-01-18 Thread Aaron
I have tomcat and gmond running on a linux server and I'd like to be able
monitor tomcat.  gmond is running on port 8649.  Are there step by step
instructions available that details how to install, configure, and run this?

Thanks!
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] how do i use JMXetric with ganglia to monitor tomcat?

2016-01-18 Thread Aaron
Thanks Joe.  Could you give me an example for just monitoring a default
installation of tomcat?  Here is what I have when executing from the
command line below.

java
-javaagent:jmxetric.jar=host="localhost",port="8649",config="jmxetric-master/etc/jmxetric.xml"
wireformat31x=true mode="unicast" process="test" usual.java.main.class

What should the class name and process name be?

I have not modified the jmxetric.xml file.

I have gmond running under unicast.  Do I also need to change that in the
jmxetric.xml file?

Also do I need to change the CATALINA_OPT string?



On Mon, Jan 18, 2016 at 1:54 PM, Joe Gracyk <jgra...@marketlive.com> wrote:

> Hi, Aaron -
>
> Have you looked at JMXetric? https://github.com/ganglia/jmxetric
>
> That's what we've been using here, and I love it. You specify some desired
> JMX metrics in an XML file, attach an agent to your JVM, and it'll forward
> data to your configured gmond endpoint. Of course, it's only helpful if the
> information you need to monitor is available via JMX.
>
> Good luck!
>
> On Mon, Jan 18, 2016 at 1:33 PM, Aaron <hawaiiaa...@gmail.com> wrote:
>
>> I have tomcat and gmond running on a linux server and I'd like to be able
>> monitor tomcat.  gmond is running on port 8649.  Are there step by step
>> instructions available that details how to install, configure, and run this?
>>
>> Thanks!
>>
>>
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
>> ___
>> Ganglia-general mailing list
>> Ganglia-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>>
>>
>
>
> --
>
> [image: logo] <http://www.marketlive.com/>
>
> Joe Gracyk | *DevOps Developer*
> 707-780-1848 | jgra...@marketlive.com
>
> [image: Follow us on Facebook] <http://www.facebook.com/marketlive>
> <https://twitter.com/marketliveinc>
> <http://www.linkedin.com/company/marketlive>
> <http://www.marketlive-blog.com/> <http://www.marketlive.com/summit2015/>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] ganglia web to monitor apache servers?

2016-01-03 Thread Aaron
Peter,
Would the log tailer work for tomcat as well?
Would you recommend sflow over the log tailer?
Thanks!

On Thu, Dec 31, 2015 at 3:27 PM, Peter Phaal <peter.ph...@gmail.com> wrote:

> Vladimir's blog has a solution that involves tailing the Apache log files:
> http://vuksan.com/linux/ganglia/#Apache_Traffic_Stats
>
> The sFlow protocol packs a large number of metrics in each UDP
> datagram, so you should see a reduction in UDP datagrams per second
> associated with monitoring. The C based mod-sflow / host-sflow agents
> have a small memory and CPU footprint.
>
> On Thu, Dec 31, 2015 at 3:14 PM, Aaron <hawaiiaa...@gmail.com> wrote:
> > Thanks Peter.  Is there a way to use more a pure ganglia solution?  Will
> > sflow generate more udp traffic and/or cpu cycles?
> >
> > On Thu, Dec 31, 2015 at 12:05 PM, Peter Phaal <peter.ph...@gmail.com>
> wrote:
> >>
> >> You could use a combination of Host sFlow and mod-sflow on your Apache
> >> web servers:
> >> http://www.sflow.net/
> >> https://github.com/sflow/mod-sflow
> >>
> >> The following article describes how to configure the head-end gmond:
> >> http://blog.sflow.com/2011/12/using-ganglia-to-monitor-web-farms.html
> >>
> >> mod-sflow also exports Apache worker pool stats to Ganglia:
> >> http://blog.sflow.com/2012/10/thread-pools.html
> >>
> >> mod-sflow also exports URL, referrer, user-agent, response time and
> >> status code information that you can use to derive metrics for each
> >> web service. You could use sFlow-RT to calculate the derived metrics
> >> and proxy them to gmetad:
> >>
> >>
> http://blog.sflow.com/2015/12/using-proxy-to-feed-metrics-into-ganglia.html
> >>
> >> On Thu, Dec 31, 2015 at 10:40 AM, Aaron <hawaiiaa...@gmail.com> wrote:
> >> > Hi, I would like to monitor linux apache servers where the apache
> >> > servers
> >> > would have gmond running, and the stats would be reported back to the
> >> > ganglia server running gmetad and ganglia web to be displayed in a
> >> > graph.
> >> > Is there a php or python script to do this?  Any recommendations?
> >> >
> >> > Thanks, Aaron
> >> >
> >> >
> >> >
> --
> >> >
> >> > ___
> >> > Ganglia-general mailing list
> >> > Ganglia-general@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/ganglia-general
> >> >
> >
> >
>
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] ganglia web to monitor apache servers?

2015-12-31 Thread Aaron
Hi, I would like to monitor linux apache servers where the apache servers
would have gmond running, and the stats would be reported back to the
ganglia server running gmetad and ganglia web to be displayed in a graph.
Is there a php or python script to do this?  Any recommendations?

Thanks, Aaron
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] ganglia web to monitor apache servers?

2015-12-31 Thread Aaron
Thanks Peter.  Is there a way to use more a pure ganglia solution?  Will
sflow generate more udp traffic and/or cpu cycles?

On Thu, Dec 31, 2015 at 12:05 PM, Peter Phaal <peter.ph...@gmail.com> wrote:

> You could use a combination of Host sFlow and mod-sflow on your Apache
> web servers:
> http://www.sflow.net/
> https://github.com/sflow/mod-sflow
>
> The following article describes how to configure the head-end gmond:
> http://blog.sflow.com/2011/12/using-ganglia-to-monitor-web-farms.html
>
> mod-sflow also exports Apache worker pool stats to Ganglia:
> http://blog.sflow.com/2012/10/thread-pools.html
>
> mod-sflow also exports URL, referrer, user-agent, response time and
> status code information that you can use to derive metrics for each
> web service. You could use sFlow-RT to calculate the derived metrics
> and proxy them to gmetad:
> http://blog.sflow.com/2015/12/using-proxy-to-feed-metrics-into-ganglia.html
>
> On Thu, Dec 31, 2015 at 10:40 AM, Aaron <hawaiiaa...@gmail.com> wrote:
> > Hi, I would like to monitor linux apache servers where the apache servers
> > would have gmond running, and the stats would be reported back to the
> > ganglia server running gmetad and ganglia web to be displayed in a graph.
> > Is there a php or python script to do this?  Any recommendations?
> >
> > Thanks, Aaron
> >
> >
> --
> >
> > ___
> > Ganglia-general mailing list
> > Ganglia-general@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ganglia-general
> >
>
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] ganglia data populating summary graph area instead of host graph area

2015-10-15 Thread Aaron
Hi,  I am running the percona mysql script to gather gmetric data and
populate ganglia but it's populating the summary instead of the host area.
Is there a way to change this?

When I list the rrds directory the data is indeed in the summary_info
directory instead of the host directory.  For some reason the data is not
tied to the host.

Here is the script and installation info.
https://launchpad.net/percona-ganglia-mysql


Thanks, Aaron
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] ganglia data populating summary graph area instead of host graph area

2015-10-15 Thread Aaron
*update
The way I am executing the percona script is with a cron job job on the
gmetad/web server which has php.
The cron job points to a separate server that has the database on it that I
am gathering information from.  This is what the installation instructions
describe to do.
It appears that since the script is executing on the getmetad/web server,
it then collects information in the rrds database under the gmetad/web
server host name instead of the hostname pointed to in the crontab.
I don't have php running on the database server and don't want it there.
How do I collect data from the database server and have it put into the
correct rrds location when I'm running the php script from a different
server?


On Thu, Oct 15, 2015 at 1:25 PM, Aaron <hawaiiaa...@gmail.com> wrote:

> Hi,  I am running the percona mysql script to gather gmetric data and
> populate ganglia but it's populating the summary instead of the host area.
> Is there a way to change this?
>
> When I list the rrds directory the data is indeed in the summary_info
> directory instead of the host directory.  For some reason the data is not
> tied to the host.
>
> Here is the script and installation info.
> https://launchpad.net/percona-ganglia-mysql
>
>
> Thanks, Aaron
>
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Spaces in file names causing issues

2015-06-19 Thread Aaron Thomas Holt
Hi all,

I'm having problems with spaces in filenames using rrdcached. I'm
monitoring 30ish clusters. Clusters that don't have spaces are updated as
expected. Clusters named Rack ## are not being updated. Log info below:

strace -s 999 -f -p $(pgrep gmetad) 21 | grep write | grep -i rack
[pid 31108] write(65, UPDATE /var/lib/ganglia/rrds/Rack 12/
node1232-general.rc.colorado.edu/rx_bytes_eth1.rrd 1434749985:0.\n,
106 unfinished ...
[pid 31125] write(61, UPDATE /var/lib/ganglia/rrds/Rack 04/
node0407-general.rc.colorado.edu/tcp_outsegs.rrd 1434749985:0.0\n, 105
unfinished ...
[pid 31123] write(63, UPDATE /var/lib/ganglia/rrds/Rack 09/
node0939-general.rc.colorado.edu/tx_pkts_lo.rrd 1434749985:0.\n, 103
unfinished ...
...

tail -f /var/log/messages
Jun 19 15:20:34 rcstat1 rrdcached[29221]: handle_request_update: stat
(/var/lib/ganglia/rrds/Rack) failed.
Jun 19 15:20:34 rcstat1 rrdcached[29221]: handle_request_update: stat
(/var/lib/ganglia/rrds/Rack) failed.
Jun 19 15:20:34 rcstat1 rrdcached[29221]: handle_request_update: stat
(/var/lib/ganglia/rrds/Rack) failed.
...

I tried stopping gmetad, renaming the clusters in gmetad.conf from 'Rack
##' to 'Rack##', deleting all the old rrds, and starting gmetad again,  but
the rrds didn't get renamed (they have spaces in gmond.conf files).  Is
this a bug? Is there anyway I can work around this without changing all the
gmond.conf files?

Thanks,
Aaron
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] File I/O bottleneck (Conflicting gmetad versions?)

2015-06-19 Thread Aaron Thomas Holt
I think that's my problem. Someone else setup the first 2 servers so I
didn't know rrdcached existed.
Thanks,
Aaron

On Fri, Jun 19, 2015 at 10:50 AM, Vladimir Vuksan vli...@veus.hr wrote:

 Are you using rrdcached ? That would be my first recommendation if you are
 running into I/O issues.

 Vladimir


 06/18/2015 u 06:26 PM, Aaron Thomas Holt je napisao/la:

 Hello all,
 I have 2 central servers collecting data for ~1500 nodes on a multicast
 setup. These servers are able to handle the load no problem. These two
 servers unicast to a third server (which ideally contains a copy of all the
 rrd's on the first two servers). Unfortunately the third server is unable
 to keep up and I've found is due to the disk I/O. Server 3 has better
 hardware specs than the first 2 servers, so that shouldn't be the problem.

 Some information:
 Servers 12 are running gmetad 3.6.0. Running strace on these servers
 reveals that the rrd files are being left open and written to.
 Server 3 is running gmetad 3.7.1. After running strace on this server I
 found that every time an update to an rrd file is made the rrd is opened,
 then written to, then closed.

 I highly suspect the disk I/O bottleneck is due to the rrd's being
 opened/closed every time a write is needed. Any ideas on why this is
 happening and how I can fix it?



--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] File I/O bottleneck (Conflicting gmetad versions?)

2015-06-18 Thread Aaron Thomas Holt
Hello all,
I have 2 central servers collecting data for ~1500 nodes on a multicast
setup. These servers are able to handle the load no problem. These two
servers unicast to a third server (which ideally contains a copy of all the
rrd's on the first two servers). Unfortunately the third server is unable
to keep up and I've found is due to the disk I/O. Server 3 has better
hardware specs than the first 2 servers, so that shouldn't be the problem.

Some information:
Servers 12 are running gmetad 3.6.0. Running strace on these servers
reveals that the rrd files are being left open and written to.
Server 3 is running gmetad 3.7.1. After running strace on this server I
found that every time an update to an rrd file is made the rrd is opened,
then written to, then closed.

I highly suspect the disk I/O bottleneck is due to the rrd's being
opened/closed every time a write is needed. Any ideas on why this is
happening and how I can fix it?

Thanks,
Aaron
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Ganglia-web monitoring mysql

2015-04-01 Thread Aaron
Hi, Is there a good reference on how to configure Ganglia to monitor mysql?
Thanks!
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] how to monitor switches?

2015-03-05 Thread Aaron
Hi, I'd like to have ganglia monitor my switches such as an cisco sg300-20
  What is the best method to use to do so?  I see that ganglia can be used
with python modules, gmetric, some json...?  Any tips?   I see info on
monitoring switches but it seems to relate to nagios with snmp not just
ganglia?  Thanks, Aaron
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] how do i create a json custom graph?

2015-01-22 Thread Aaron
Hi, I follow the steps at the link below to create a json graph.
It basically says put the graph in the graph.d directory and call it
somename_report.json  I use the network_report.json file as the content and
put it into the graph.d directory but it does not show up on the web page.
All the default graphs are displayed but not the new graph I created.  I'm
using the latest ganglia 3.6 file and latest ganglia_web installation from
sourceforge.

How do I get it to show up with the other graphs? Thanks!

https://github.com/ganglia/ganglia-web/wiki#Defining_Custom_Graphs_Via_JSON

{
   report_name : network_report,
   report_type : standard,
   title : Network,
   vertical_label : Bytes/sec,
   series : [
 { metric: bytes_in, color: 33cc33, label: In,
line_width: 2, type: line },
 { metric: bytes_out, color: cc, label: Out,
line_width: 2, type: line }
   ]
 }
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] Help ganglia custom graph

2015-01-20 Thread Aaron
I have a few questions as well regarding ganglia.  I have it setup and
running on a server and client node.  I'm capturing data but want to create
a custom graph.  I figure json is easiest method but I'm not having any
luck.  Links from Vladimir Vuksan are mostly broken and outdated so I find
nothing to reference.  In the ganglia blogs it discusses new features but
now how to customize them.

I create a json report file in var/www/html/ganglia/graph.d directory but
no new graph is displayed.  Are there any authorizations or permissions I
need to set?  What might be a reason it's not being displayed?

I also try to create a new view but I get the error 'no graphs defined
please add some' but there is no visible button to add a view.  I search
for a conf.php file on my system but there is none.  Where is it supposed
to be located?  What information do I need to add to it to create a view?
It would be great if there was documentation that explained this.

I am trying to create a custom graph to display mysql stats.  How do I add
a metric for mysql so I can add it to a custom json graph?  Is there
documentation I can reference?

Is json or php or gmetric the best method to use to create a custom graph?

Do know where I can find some documentation to solve these issues.  There
seems to be so little available.

Thanks Aaron
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Ganglia 4.x architecture planning

2014-03-28 Thread Aaron Nichols
On Fri, Mar 28, 2014 at 1:45 AM, Maxime Brugidou
maxime.brugi...@gmail.comwrote:

 I don't understand why all this is necessary.

 I strongly disagree with the horizontal scalability of mongoDB ( i run a
 very large mongodb cluster in production in addition to other databases)
 and would rather suggest a pluggable backend with a simpler default (like
 text files or maybe postgresql or mysql).


I'll just 2nd this opinion. My immediate reaction to the addition of mongo
is rejection - my experience with it at scale has been awful  on a small
scale it always feels like overkill. Further, since the data being served
seems like a relatively small dataset it's unclear to me why there cannot
be more options. For our use case (which is ~180k metrics) an in-memory
datastore for metadata should be more than sufficient assuming it can be
re-hydrated from some persistent source which could simply be waiting for a
polling interval of gmetad. I have no need for the addition of nagios /
rsyslog events.

I've never looked at Ganglia as a horizontally scalable system and accepted
that because it made things simple. If I need to scale it out I need to
partition my grids / clusters.

Not understanding what cool new capabilities will result from having a
database like Mongo backing the metadata my guess is that I'd stick w/ 3.x
for as long as I could and then find another solution. If the addition of
this complexity added considerable capabilities that were *actually*
realized then perhaps I'd use it, but I can't imagine what that would be.

Thanks,
Aaron

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Ganglia 4.x architecture planning

2014-03-28 Thread Aaron Nichols
On Fri, Mar 28, 2014 at 7:51 AM, Daniel Pocock dan...@pocock.com.au wrote:


 That has already been discussed in the thread - are you OK with the plugin
 idea?


I think so - having an easy built-in default would be ideal.


 Knowing you have 180k metrics is only one factor

 How many users (both humans and processes) want to view your data in
 real-time?  Is it just used by sysadmins, for example, or does everybody in
 every development or support team access Ganglia?


We've actually fronted ganglia-web w/ another app for organizing the graphs
so our demands are likely different than others who use the web UI
directly, I simply provided the metric count as a reference for metadata
size. In our case many different development teams access ganglia via this
web frontend and I understand that this increases demand on gmetad, however
I've seen a variety of improvements that can be applied to the existing
system to get us beyond the performance requirements we have today.

I'm not rejecting the use case some may have for a different solution, I'm
just pointing out it doesn't have immediate value to me.

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Metrics not updating

2013-01-24 Thread Aaron Nichols
On Thu, Jan 24, 2013 at 8:20 AM, Robin Long adun...@hotmail.co.uk wrote:

 Hello,

 I have been having several issues with ganglia, unfortunately I have not
 found a solution (manually, or through google) and I am not sure how to
 begin debugging.
 We have a cluster of nodes running gmond 3.1.7  After a restart of gmond
 and gmetad they are not reporting all of theirs metrics.  They all have the
 same configuration files (using the supplied gmond.conf, but with cluster
 and host set as needed.)

 Some are failing to send their some of their Constant Metrics and Time
 and String Metrics, and they are also failing to send some of there other
 metrics (such as CPU).   By saying they are failing to send, I mean that
 these do not appear on the ganglia monitoring page


A couple questions / suggestions to start:

1) Are you using unicast or multicast? This changes how gmond/gmetad
interact.

2) gmond collects locally and you can look at the collected metrics by
connecting to the tcp listener of gmond and looking at the XML. This is a
good way to confirm that gmond is collecting and exposing metrics for
gmetad to pull.

3) gmetad pulls metrics from gmond in unicast mode, so you want to make
sure this process is working correctly if you are using unicast. This is
what ultimately puts the metrics into rrds and makes them available to the
web UI. If you are using multicast I can't help as much as I don't use it.

You need to look at those things and see if you can sort out where your
metrics are failing to collect. You can also run gmond  gmetad in debug
mode and see if there are helpful errors but I'd check the basics above
first.

Aaron

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Could ganglia view graphics derivatives

2013-01-22 Thread Aaron Nichols
On Tue, Jan 22, 2013 at 1:57 AM, Ivan Tretyakov itretya...@griddynamics.com
 wrote:

 Hello!

 We've some graphs which constantly increasing. It would be more convenient
 to see it's derivatives.
 Could ganglia pre-process graphs before displaying?
 Could ganglia view graphics derivatives?


Ganglia does this via a feature in rrdtool to do this but there are some
caveats. When a metric is initially created in ganglia (the first time it
is seen) the RRD is created for that metric and set to a particular type of
COUNTER, GAUGE, DERIVE, etc based on the slope that is passed in the
metadata. The type that is selected determines how rrdtool calculates
values over time. By default, if no slope is provided, it defaults to
GAUGE, which will display literal values - so if you have an increasing
metric it'll show that increasing slope you describe. If COUNTER or DERIVE
is selected then rrdtool will calculate the delta between each interval and
display that delta instead of the literal values - this sounds like what
you want.

You can either modify whatever is collecting the metrics and sending them
to gmond so that they provide the appropriate slope (slope = positive if
you want counter behavior) or you can use rrdtool to modify the rrd to be
the appropriate type. If you search around the web for examples of how to
convert a gauge to counter you'll find some guidance.

That said, I've found the counter/derive calculations to not be entirely
without problems and so I've been a bigger fan of pre-calculating those
deltas before I push metrics into ganglia. This isn't a ganglia problem, it
has to do with rrdtool. I find doing it this way produces more consistent
graphs and you can avoid spikes (positive and negative) by doing this. When
you do this all your metrics are gauges and you never worry about slope.

Aaron
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Gmond forward messages

2012-12-24 Thread Aaron Nichols
I don't believe it's designed to work this way. In my experience, only
metrics collected by gmond are forwarded. Your ganglia sender for hadoop
needs to be configured to know which hosts are your collectors and send
to those gmond instances rather than the local instance.

Aaron


On Mon, Dec 24, 2012 at 9:59 AM, Ivan Tretyakov itretya...@griddynamics.com
 wrote:

 Hello!

 Could you help us please with following issue.
 We want to implement configuration below:

 | (hadoop hosts) hadoop daemons --- local gmond |  ---  |
 (monitoring server) collector gmond --- gmetad + web |

 Hadoop daemons sends metrics to local gmond via udp channel. Local gmond
 receives hadoop metrics and gathers metrics by itself and sends it all to
 remote collector gmond. Gmetad takes metrics from collector gmond via tcp
 channel (hadoop's and gathered by gmond).

 But we could see following problem:
 Collector gmond receive only metrics gathered by remote gmond and not
 hadoop metrics.
 If I connect to local gmond via netcat I could see that it has both
 metrics including hadoop's and it's uptated.
 But it not send it to remote gmond, I concluded it by looking into local
 gmond debug output and by connecting to tcp port to both gmond to check
 which metrics they have.

 My question is should gmond work with such configuration like we are
 expecting, we expect to see all (gmond + hadoop) metrics in the rrd and web
 interface? If yes it is probably configuration issue or bug?
 Or such configuration is not supported and to get things work we need to
 reconfigure hadoop daemons to send metrics to collector gmond?

 Thanks in advance!

 --
 Best Regards
 Ivan Tretyakov

 Deployment Engineer
 Grid Dynamics
 +7 812 640 38 76
 Skype: ivan.tretyakov
 www.griddynamics.com
 itretya...@griddynamics.com


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general




-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Ganglia and nginx

2012-12-13 Thread Aaron Nichols
On Thu, Dec 13, 2012 at 4:27 AM, Duverne, Cyrille 
cyrille.duve...@euranova.eu wrote:

 I'm quite new to ganglia, and I'd like to install it on Ubuntu Server
 12.04 with nginx web server., Anytime Remote support for IT. Free Trial


I'm running this and it works great.

Google has plenty of info about this - you probably want to use nginx +
php-fpm - here's a guide, just don't worry about the mysql part:
http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-ubuntu-12.04-lts

Ganglia itself is just a php app so as long as php is working and your
paths are setup right it should work fine.

Aaron



-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Aggregate Graphs Not Working For Multiple Nodes

2012-10-31 Thread Aaron Nichols
On Wed, Oct 31, 2012 at 5:54 AM, Ghassan Elnajjar gelnaj...@mcvh-vcu.eduwrote:

 I'm trying to create aggregate graphs under the Aggregate Graphs tab in
 ganglia web.  I am running into an issue where if I use the wild card,  *
 , for multiple nodes that start with the same name, it produces just the
 bars with no graphs underneath.  However, if I write the complete name of
 one node, it displays the graphs correctly.  Anyone know why it's not
 working correctly for multiple nodes?  Thanks.


I believe I have observed this in the past when one host doesn't have the
metric indicated - hence an RRD for that host/metric combo is missing. I
don't believe those graphs work correctly if only some of the hosts
matching the regex have the metric being displayed. Try showing each of the
hosts that should match individually to find out which one doesn't work.
Alternatively, maybe the host regex is including a different type of host
which doesn't have an RRD for the metric you are requesting?

Aaron

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] [Ganglia-developers] Adding Holt-Winters databases to existing rrd causes __SummaryInfo__ metric to fail to render on graphs

2012-10-28 Thread Aaron Nichols
All,
   To close this thread out - this appears to have been a problem with the
script being used to apply the HW rras. It appears when the script would
create the new rrd it would reverse the order of creation for DS[sum] and
DS[num] and then import the historical data from the old rrd into the
DS[num] column. I manually created a new rrd with the HW params and
everything works fine - just no historical data imported.

Guess it's time to build a new tool for this - I'd love to hear what others
are using to convert RRD's or if they just apply HW from the beginning.

Thanks,
Aaron

-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] [Ganglia-developers] Adding Holt-Winters databases to existing rrd causes __SummaryInfo__ metric to fail to render on graphs

2012-10-25 Thread Aaron Nichols
On Wed, Oct 24, 2012 at 9:13 AM, Vladimir Vuksan vli...@veus.hr wrote:

 I don't have a lot of time to look into it however different between
 SummaryInfo RRDs and other RRDs is that SummaryInfo contains ds[num] which
 is the number of nodes that being summarized. I wonder if that is somehow
 throwing off your script.


Yesterday I tried applying the HW rra params to a GAUGE metric and had the
same problem with the SummaryInfo rrds. This leads me to suspect you are
probably right  the script I'm using to apply these just doesn't deal with
that datasource being there.

I can't find an alternative tool for applying the HW changes to an existing
rrd (I don't want Ganglia to create them for every rrd) - does anyone out
there have something that is working for them?

Thanks,
Aaron
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Adding Holt-Winters databases to existing rrd causes __SummaryInfo__ metric to fail to render on graphs

2012-10-23 Thread Aaron Nichols
Bumping this thread - I updated to rrdtool 1.4.7  rebuilt ganglia against
the new version of rrdtool and it didn't appear to change the behavior.

Any suggestions for what this problem might be would be much appreciated.

Thanks,
Aaron

On Mon, Oct 22, 2012 at 8:47 PM, Aaron Nichols anich...@trumped.org wrote:

 Re-posting this on ganglia-general as I didn't get any hits on -developers:

 All,
   I'm trying to apply Holt-Winters to a few of our rrd's and have run into
 a problem which seems specific to the __SummaryInfo__ rrds. When I apply
 the Holt-Winters algorithm to both the host rrds as well as the
 __SummaryInfo__ rrds, the host rrds work fine however the __SummaryInfo__
 do not. This note will focus on the __SummaryInfo__ rrds.

 These metrics are stored in an rrd of type COUNTER. I have also observed
 this behavior on the same metric set to type DERIVE.

 I am using the rrd_hwreapply.pl script (
 http://rrfw.sourceforge.net/rrdman/rrd_hwreapply.pod.html) to apply
 holt-winters to the rrds and for simplicity right now I'm only using the
 following command line:

 $ sudo -u nobody cp cron.webServiceRequestCounter.Counter.rrd
 cron.webServiceRequestCounter.Counter.rrd.bak  sudo -u nobody
 rrd_hwreapply cron.webServiceRequestCounter.Counter.rrd.bak
 cron.webServiceRequestCounter.Counter.rrd --defaults --force

 As soon as I run this command, the primary metric
 (cron.webServiceRequestCounter.Counter) will stop rendering new values on
 the graph. It appears, however, that updates are still being stored in the
 rrd except in a different column in each row - I couldn't find much info
 about what the two different columns in the rrdtool dump output are for.

 I have placed images, rrdtool dump output  version info into a github
 repository here - just view the readme

 https://github.com/adnichols/ganglia-hw-graph-problem

 I dug through the rrdtool changes in 1.4.6  1.4.7 and didn't see anything
 that looked like this problem, however if someone can point me to something
 that suggests rrdtool is the issue I can update. It's just a fair amount of
 work that I'd like to avoid if it's not the issue.

 Thanks,
 Aaron
 --
 Twitter: @anichols
 Blog: http://www.opsbs.com
 Pro: http://www.linkedin.com/in/anichols




-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] [Ganglia-developers] Adding Holt-Winters databases to existing rrd causes __SummaryInfo__ metric to fail to render on graphs

2012-10-23 Thread Aaron Nichols
On Tue, Oct 23, 2012 at 5:41 PM, Nicholas Satterly nfsatte...@gmail.comwrote:

 Hi Aaron,

 What is the output of rrdtool
 info cron.webServiceRequestCounter.Counter.rrd?

 --Nick.


Thanks for your response.

Here's the rrdtool info output before and after applying the HW rra's - I
also have some additional info below this regarding the data pre/post
application of the HW rras:

Before:

filename = cron.webServiceRequestCounter.Counter.rrd.bak
rrd_version = 0003
step = 15
last_update = 1351027681
header_size = 1760
ds[sum].index = 0
ds[sum].type = COUNTER
ds[sum].minimal_heartbeat = 120
ds[sum].min = NaN
ds[sum].max = NaN
ds[sum].last_ds = 25966364
ds[sum].value = 1.126667e+02
ds[sum].unknown_sec = 0
ds[num].index = 1
ds[num].type = COUNTER
ds[num].minimal_heartbeat = 120
ds[num].min = NaN
ds[num].max = NaN
ds[num].last_ds = 5
ds[num].value = 0.00e+00
ds[num].unknown_sec = 0
rra[0].cf = AVERAGE
rra[0].rows = 11520
rra[0].cur_row = 6534
rra[0].pdp_per_row = 1
rra[0].xff = 5.00e-01
rra[0].cdp_prep[0].value = NaN
rra[0].cdp_prep[0].unknown_datapoints = 0
rra[0].cdp_prep[1].value = NaN
rra[0].cdp_prep[1].unknown_datapoints = 0
rra[1].cf = AVERAGE
rra[1].rows = 20160
rra[1].cur_row = 6785
rra[1].pdp_per_row = 4
rra[1].xff = 5.00e-01
rra[1].cdp_prep[0].value = 0.00e+00
rra[1].cdp_prep[0].unknown_datapoints = 0
rra[1].cdp_prep[1].value = 0.00e+00
rra[1].cdp_prep[1].unknown_datapoints = 0
rra[2].cf = AVERAGE
rra[2].rows = 53568
rra[2].cur_row = 13483
rra[2].pdp_per_row = 20
rra[2].xff = 5.00e-01
rra[2].cdp_prep[0].value = 4.257556e+02
rra[2].cdp_prep[0].unknown_datapoints = 8
rra[2].cdp_prep[1].value = 0.00e+00
rra[2].cdp_prep[1].unknown_datapoints = 8
rra[3].cf = AVERAGE
rra[3].rows = 87600
rra[3].cur_row = 78819
rra[3].pdp_per_row = 120
rra[3].xff = 5.00e-01
rra[3].cdp_prep[0].value = 4.257556e+02
rra[3].cdp_prep[0].unknown_datapoints = 108
rra[3].cdp_prep[1].value = 0.00e+00
rra[3].cdp_prep[1].unknown_datapoints = 108

After:

filename = cron.webServiceRequestCounter.Counter.rrd
rrd_version = 0003
step = 15
last_update = 1351051988
header_size = 3200
ds[num].index = 0
ds[num].type = COUNTER
ds[num].minimal_heartbeat = 120
ds[num].min = NaN
ds[num].max = NaN
ds[num].last_ds = 15150735
ds[num].value = 4.736000e+02
ds[num].unknown_sec = 0
ds[sum].index = 1
ds[sum].type = COUNTER
ds[sum].minimal_heartbeat = 120
ds[sum].min = NaN
ds[sum].max = NaN
ds[sum].last_ds = 5
ds[sum].value = 0.00e+00
ds[sum].unknown_sec = 0
rra[0].cf = AVERAGE
rra[0].rows = 11520
rra[0].cur_row = 5484
rra[0].pdp_per_row = 1
rra[0].xff = 5.00e-01
rra[0].cdp_prep[0].value = NaN
rra[0].cdp_prep[0].unknown_datapoints = 0
rra[0].cdp_prep[1].value = NaN
rra[0].cdp_prep[1].unknown_datapoints = 0
rra[1].cf = AVERAGE
rra[1].rows = 20160
rra[1].cur_row = 2762
rra[1].pdp_per_row = 4
rra[1].xff = 5.00e-01
rra[1].cdp_prep[0].value = 0.00e+00
rra[1].cdp_prep[0].unknown_datapoints = 0
rra[1].cdp_prep[1].value = 0.00e+00
rra[1].cdp_prep[1].unknown_datapoints = 0
rra[2].cf = AVERAGE

[4/190]
rra[2].rows = 53568
rra[2].cur_row = 51312
rra[2].pdp_per_row = 20
rra[2].xff = 5.00e-01
rra[2].cdp_prep[0].value = 9.0053916667e+02
rra[2].cdp_prep[0].unknown_datapoints = 0
rra[2].cdp_prep[1].value = 0.00e+00
rra[2].cdp_prep[1].unknown_datapoints = 0
rra[3].cf = AVERAGE
rra[3].rows = 87600
rra[3].cur_row = 70734
rra[3].pdp_per_row = 120
rra[3].xff = 5.00e-01
rra[3].cdp_prep[0].value = 4.008067e+03
rra[3].cdp_prep[0].unknown_datapoints = 0
rra[3].cdp_prep[1].value = 0.00e+00
rra[3].cdp_prep[1].unknown_datapoints = 0
rra[4].cf = HWPREDICT
rra[4].rows = 4032
rra[4].cur_row = 3617
rra[4].pdp_per_row = 1
rra[4].alpha = 1.00e-01
rra[4].beta = 3.50e-03
rra[4].cdp_prep[0].intercept = -4.7889582583e+05
rra[4].cdp_prep[0].slope = -3.9220340107e+03
rra[4].cdp_prep[0].NaN_count = 1
rra[4].cdp_prep[1].intercept = 1.3071810839e+06
rra[4].cdp_prep[1].slope = 4.0880046086e+03
rra[4].cdp_prep[1].NaN_count = 1
rra[5].cf = SEASONAL
rra[5].rows = 288
rra[5].cur_row = 32
rra[5].pdp_per_row = 1
rra[5].gamma = 1.00e-01
rra[5].cdp_prep[0].seasonal = 8.5694737658e+05
rra[5].cdp_prep[1].seasonal = -1.2692770344e+06
rra[6].cf = DEVSEASONAL
rra[6].rows = 288
rra[6].cur_row = 162
rra[6].pdp_per_row = 1
rra[6].gamma = 1.00e-01
rra[6].cdp_prep[0].deviation = 2.2947800076e+06
rra[6].cdp_prep[1].deviation = 2.8459664904e+04
rra[7].cf = DEVPREDICT
rra[7].rows = 4032
rra[7].cur_row = 174
rra[7].pdp_per_row = 1
rra[8].cf = FAILURES
rra[8].rows = 4032
rra[8].cur_row = 3617
rra[8].pdp_per_row = 1
rra[8].delta_pos = 2.00e+00
rra[8].delta_neg = 2.00e+00
rra[8].failure_threshold = 6
rra[8].window_length = 9
rra[8].cdp_prep[0].history = 0
rra[8].cdp_prep[1].history = 0

While I noted in my original post that the data shifted from one column

[Ganglia-general] Adding Holt-Winters databases to existing rrd causes __SummaryInfo__ metric to fail to render on graphs

2012-10-22 Thread Aaron Nichols
Re-posting this on ganglia-general as I didn't get any hits on -developers:

All,
  I'm trying to apply Holt-Winters to a few of our rrd's and have run into
a problem which seems specific to the __SummaryInfo__ rrds. When I apply
the Holt-Winters algorithm to both the host rrds as well as the
__SummaryInfo__ rrds, the host rrds work fine however the __SummaryInfo__
do not. This note will focus on the __SummaryInfo__ rrds.

These metrics are stored in an rrd of type COUNTER. I have also observed
this behavior on the same metric set to type DERIVE.

I am using the rrd_hwreapply.pl script (
http://rrfw.sourceforge.net/rrdman/rrd_hwreapply.pod.html) to apply
holt-winters to the rrds and for simplicity right now I'm only using the
following command line:

$ sudo -u nobody cp cron.webServiceRequestCounter.Counter.rrd
cron.webServiceRequestCounter.Counter.rrd.bak  sudo -u nobody
rrd_hwreapply cron.webServiceRequestCounter.Counter.rrd.bak
cron.webServiceRequestCounter.Counter.rrd --defaults --force

As soon as I run this command, the primary metric
(cron.webServiceRequestCounter.Counter) will stop rendering new values on
the graph. It appears, however, that updates are still being stored in the
rrd except in a different column in each row - I couldn't find much info
about what the two different columns in the rrdtool dump output are for.

I have placed images, rrdtool dump output  version info into a github
repository here - just view the readme

https://github.com/adnichols/ganglia-hw-graph-problem

I dug through the rrdtool changes in 1.4.6  1.4.7 and didn't see anything
that looked like this problem, however if someone can point me to something
that suggests rrdtool is the issue I can update. It's just a fair amount of
work that I'd like to avoid if it's not the issue.

Thanks,
Aaron
-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Aaron Nichols
On Mon, Oct 15, 2012 at 12:52 PM, Ghassan Elnajjar
gelnaj...@mcvh-vcu.eduwrote:

 Does anyone know what these errors mean?  They were logged after
 restarting the httpd daemon yesterday.  Thanks.


 Ghassan


 [Sun Oct 14 22:30:35.795476 2012] [mpm_worker:notice] [pid 5636152:tid 1]
 AH00298: SIGHUP received.  Attempting to restart
 [Sun Oct 14 22:30:36.296356 2012] [lbmethod_heartbeat:notice] [pid
 5636152:tid 1] AH02282: No slotmem from mod_heartmonitor
 [Sun Oct 14 22:30:36.456660 2012] [mpm_worker:notice] [pid 5636152:tid 1]
 AH00292: Apache/2.4.3 (Unix) PHP/5.4.7 configured -- resuming normal
 operations
 [Sun Oct 14 22:30:36.456891 2012] [core:notice] [pid 5636152:tid 1]
 AH00094: Command line: '/opt/freeware/sbin/httpd'
 ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

 ERROR: parameter 'a1' does not represent a number in line AREA:a1#E5:

 ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN
 ERROR: invalid rpn expression in: 0,a1,ADDNAN,a2,ADDNAN,a3,ADDNAN


Those errors mean one of your report files need to be fixed. Look for a
graph report with AREA:a1#E5000 in it. If you look at the graph directly
(using graph.php) and add debug=99 to the URL you'll get the raw rrdtool
command - you can then run and debug that on the command line.

Aaron
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Metrics Issue

2012-10-15 Thread Aaron Nichols
On Mon, Oct 15, 2012 at 2:49 PM, Ghassan Elnajjar gelnaj...@mcvh-vcu.eduwrote:

 Hi Aaron,

 Will you please elaborate.I am not following.  I should look for a php
 file with AREA:a1#E5 in it, correct?  Open this file and find a URL
 that's pointing to the graph.php?  Then add the debug=99 to the URL and
 enter it in a web browser?  Thanks.


I made the, possibly incorrect, assumption that you had some custom graphs
setup using php (in graph.d within ganglia-web). If you haven't done this,
then my suggestion is probably not correct. If you have done this, then
this error could be a result of an error in those graph files. I assume
it's also possible that one of the graphs that shipped with ganglia is
having a problem in your environment in which case it's more likely a
different problem that I'm less apt to help you fix :)

Thanks,
Aaron
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Nodes never show up in web interface

2012-09-28 Thread Aaron Nichols
Can you provide updated links to the gmond configuration  output for
cnode340? The links don't appear to be viewable for me.

Aaron

On Fri, Sep 28, 2012 at 12:29 PM, Potter,Mark L mlpot...@mdanderson.orgwrote:

 I am running the following:

 Ganglia Web Frontend version 3.5.2
 Ganglia Web Backend (gmetad) version 3.4.0
 Gmond version 3.4.0
 RHEL 5.5

 I currently have gmetad and gmond running on a single system (cnode340)
 And a single cluster node being monitored (cnode100)

 Here are the config files:
 Cnode340 gmetad http://pastebin.com/XZFrsFMw
 Cnode340 gmond  http://pastebin.com/5T2KcTYu
 Cnode100 gmond http://pastebin.com/BZD132Ub

 I receive no errors when starting gmond and gmetad in debug node:

 Cnode340 gmetad start up: http://pastebin.com/qpkD7ytb
 Cnode340 gmond start up: http://pastebin.com/1A9m7u8n
 Cnode100 gmond start up: http://pastebin.com/Fz23VDtY

 If I telnet from cnode100 to cnode340 on port 8649 I get output:
 http://pastebin.com/fzPAkHqB
 On port 8651: http://pastebin.com/9xCDi2CJ
 On port 8652 I get no output and if I hit enter it disconnects.

 I can connect from cnode100 to cnode340 with UDP via nc:

 [root@cnode100 ganglia]# nc -zu cnode340 8649
 Connection to cnode340 8649 port [udp/*] succeeded!

 And yet I have no hosts showing up:

 [root@cnode340 ~]# gstat -a
 CLUSTER INFORMATION
Name: NAME
   Hosts: 0
 Gexec Hosts: 0
  Dead Hosts: 0
   Localtime: Fri Sep 28 13:27:43 2012

 There are no hosts up at this time

 I am a bit stumped at this point. If anyone can help or at least point in
 another direction I would really appreciate it as it appears that
 everything should be working and yet nothing is!

 Mark L. Potter


 --
 Got visibility?
 Most devs has no idea what their production app looks like.
 Find out how fast your code is with AppDynamics Lite.
 http://ad.doubleclick.net/clk;262219671;13503038;y?
 http://info.appdynamics.com/FreeJavaPerformanceDownload.html
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general




-- 
Twitter: @anichols
Blog: http://www.opsbs.com
Pro: http://www.linkedin.com/in/anichols
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Reporting by IP not by Hostname

2012-08-14 Thread Aaron Nichols
On Tue, Aug 14, 2012 at 11:49 AM, Douglas Wagner dougla...@gmail.comwrote:

 All:

 Hopefully a very fast question.  I have a single system reporting by IP
 address and not by hostname...the rest of my hosts report their hostname to
 ganglia without a problem, this one is only reporting by IP.


Typically the hostname used by ganglia is derived from a reverse DNS lookup
of the IP of the node reporting metrics. When I see this it's typically
missing PTR records. Related to that, if you have multiple PTR records for
a given IP the hostname used can change on subsequent restarts of gmond 
cause you to have multiple host entries for a single IP.

Aaron
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Unable to see nodes

2012-07-28 Thread Aaron Nichols
On Sat, Jul 28, 2012 at 11:53 AM, Eric Dow eric...@mit.edu wrote:

  Hi,

 I am running a cluster with Ubuntu 12.04 and I installed gangila 3.4.0
 from the tarball provided on the site.

 I installed gmetad and gmond onto my head node, and gmond onto each of the
 compute nodes. I am able to see my head node just fine from the ganglia
 interface, and can view the various metrics for the head node. However, I
 cannot see any of the nodes, even though I am running gmond on all of them.
 The gmond.conf file is identical on the head node and all the nodes.


This sounds like you are running multicast - can you confirm that you're
running in multicast mode? If you are running in unicast mode then the
config for all the nodes probably shouldn't be identical. If you aren't
sure then yes, you should post your gmond.conf.

It would also be helpful to see what you have configured in gmetad for your
clusters.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Using the Search functionality in a multi grid environment?

2012-05-24 Thread Aaron Nichols
I added this to the bug as well - but a little while ago Nicholas Satterly
submitted a pull request which sounded like it was intended to fix this.
Here's the original note:

Hi,

I've submitted a pull request to fix the gmetad problem mentioned below.

See https://github.com/ganglia/monitor-core/pull/35

It's nothing fancy -- it just re-instates what was there before a patch broke
it.

Regards,
Nick

On Thu, May 24, 2012 at 1:20 AM, Alexander Karner a...@de.ibm.com wrote:

 Hi Bernhard!

 The known problem is the fact, that all gmetad  3.1.7 fail to collect
 data from remote gmetads. I opened a Bugzilla entry for this some month ago.
 http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=324

 Two of the grids are connected to the central gmetad with LAN (in fact,
 the central instance is located in one of the grids). Rountrip times are
 mostly 2ms.
 Three other grids are WAN connected (actually I have no roundtrip times
 for them. Distance is something between 100 and 400km and you don't feel
 the distance in daily business)

 Regards,
 Alex




 From:Bernard Li bern...@vanhpc.org
 To:Alexander Karner/Germany/IBM@IBMDE,
 Cc:ganglia-general@lists.sourceforge.net
 Date:24.05.2012 09:11
 Subject:Re: [Ganglia-general] Using the Search functionality in
 a multi grid environment?
 --



 Hi Alexander:

 On Thu, May 24, 2012 at 12:02 AM, Alexander Karner a...@de.ibm.com wrote:

  The central instance runs with gmetad 3.1.7 due to the known problem with
  collecting data from remote gmetads.

 Can you please elaborate on this known problem?  Perhaps a pointer
 to a Bugzilla entry?

 And when you say remote gmetads, is this over the WAN, or LAN?

 Thanks,

 Bernard


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general




 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] gweb redirects to ganglia servers without domain

2012-05-23 Thread Aaron Nichols
On Wed, May 23, 2012 at 3:47 AM, Arnau Bria listsar...@gmail.com wrote:

 It works great, but on the web, when you click on one of those grids,
 it redirects to the host without domain. I.e, if I click on Other
 Grid, it redirects to server03/gweb/


Within the gmetad.conf for each of the remote grids there should be an
authority line which specifies the URL to reach that specific ganglia-web
instance - is that set to the fully qualified URL?

#---



# The authority URL for this grid. Used by other gmetads to locate graphs



# for our data sources. Generally points to a ganglia/



# website on this machine.



# default: http://hostname/ganglia/;,



#   where hostname is the name of this machine, as defined by
gethostname().


authority http://gmetad-server.example.com/;
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] [Ganglia-developers] Overlay timeshifted data

2012-05-16 Thread Aaron Nichols
On Wed, May 16, 2012 at 5:54 PM, Vladimir Vuksan vli...@veus.hr wrote:

 There is a blog post about a new feature in Ganglia Web called overlay
 timeshifted data

 http://ganglia.info/?p=543


This is awesome. We've been working on a similar ability just using php
based reports. Two things additional we wanted to be able to do besides
just comparing one time period to the previous:

a) Compare two arbitrary time periods. In our case we run performance /
load tests  want to be able to compare a loadtest run X minutes ago with
one run Y minutes ago. The delta between X  Y is the timeshift. We can do
this for any given interval (1h, 2h, 1d, 1w, etc)

b) Rather than just show the two metrics overlayed, we wanted to calculate
the % difference between two periods. This becomes more useful in
production where we want to know if a particular trend has changes more
than N% over some period of time (say post-deployment).

Down the road we also want to try to normalize the previous period by
averaging multiple previous periods. For example, compare Monday this week
w/ the average of the last 3 Monday's.

I can pass along a blog post here with more details when I get it written
up - but being able to do those two things was pretty crucial to us  may
be useful to others.

Thanks for the continued work on this - awesome progress.

Aaron
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] View ganglia's XML output

2012-05-10 Thread Aaron Nichols
On Thu, May 10, 2012 at 9:05 AM, Seth T Graham set...@fnal.gov wrote:

 Perhaps more interesting is the interactive port, which allows a script to
 send a GET style query to gmetad and fetch only the data the user is
 interested in. Downside being it's not documented terribly well (or it
 wasn't a couple years ago).. I had to figure out how to use it by digging
 through the web frontend php scripts.


That does sound more interesting - looking around it seems pretty
straightforward to get a subset of the xml this way if you know what you
are looking for. Would be great to hear from others if there are options
for getting a list of what's available without collecting all the data (for
example, list of clusters, list of hosts in cluster, etc).
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Hosts showing as down but receiving data

2012-04-12 Thread Aaron Nichols
On Thu, Apr 12, 2012 at 10:48 AM, drich dr...@employees.org wrote:

 **

 I have run into an interesting problem with a handful of my systems. The
 ganglia web interface is showing the hosts as down, but when you click
 through them the are receiving data. I assume that for some reason gmetad
 isn't seeing the heartbeat, but if I run tcpdump I see the heartbeats being
 both sent and received by the server.

 Has anyone seen anything like this or know why it could be happening?


I believe we did see this behavior with the stock 3.3.1 web however running
the latests from github (as of a few weeks ago) was not experiencing the
same problem. May be worth trying to see if the latest web UI has the same
issue. I never tracked down what was causing the problem.

Aaron
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] gmetad segfaulting frequently with graphite integration enabled

2012-03-07 Thread Aaron Nichols
All,
  We have setup ganglia 3.3.1, built RPM's from the 3.3.1 tarball, and have
it configured to push metrics into graphite. All of this setup is new,
we're testing this in our dev environment and have about 80 machines
pushing metrics in via gmond. We are using rrdcached with gmetad as well.
When we have the gmetad configured to send metrics to a carbon server
(graphite) we experience two interesting behaviors:

1) The ganglia web UI is very slow (10-20 seconds) to load the main grid
view (we only have one grid). However, it is pretty quick if you are
viewing any of the individual clusters or hosts. If we disable sending of
metrics to graphite OR we shutdown carbon-cache.py on the graphite server,
this latency goes away.

2) The gmetad daemon is segfaulting multiple times per day (sometimes
multiple times per hour). Again, when we stop sending metrics to graphite
this behavior stops. I haven't tested to see if this stops if
carbon-cache.py is down.

I have run gmetad in debug mode until the segfault occurred and the last
few lines before it died were this, which look like it's sending metrics to
graphite:

carbon proxy:: x.x.x.x 46 is ready to receive
Updating host blah.example.com, metric swap_total
Carbon Proxy:: sending 'blah.gmetad.blah.example.com.swap_total 16779884
1331070149
' to x.x.x.x
carbon proxy:: x.x.x.x is ready to receivecarbon proxy:: x.x.x.x is ready
to receive
Updating host blah.example.com, metric diskstat_sdcc_reads
Carbon Proxy:: sending 'blah.gmetad.blah.example.com.diskstat_sdcc_reads
0.00 1331070138
' to x.x.x.x
carbon proxy:: x.x.x.x is ready to receive

The segfault looks like this in /var/log/messages:

Mar  7 20:11:26 blah kernel: gmetad[18445]: segfault at 0 ip
004071ea sp 7f354f021410 error 4 in gmetad[40+d000]

Also interesting is that we get this message in our logs about every minute:

Mar  7 20:13:06 blah /usr/sbin/gmetad[19098]: server_thread() -1326024960
unable to write root epilog

I'm about to start hooking up gdb to this guy but was wondering if someone
is aware of this issue or has suggestions for what might be causing this?

Thanks,
Aaron
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Python Support is not being enabled while installing Ganglia-3.3.1 using --with-python directive

2012-03-05 Thread Aaron Urbain
what version of python do you have installed?


On Mar 4, 2012, at 9:31 PM, Mohd Mozammil khan wrote:

Hi,

I am unable to get Python support in Ganglia even if --with-python directive 
being passed. Below given is the log.


Checking for python
checking Python version... yes: invalid option -- c
Try `yes --help' for more information.
yes: invalid option -- c
Try `yes --help' for more information.

yes: invalid option -- c
Try `yes --help' for more information.
checking Python support... no


Please suggest where I am wrong.


Thanks,
Mozammil


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Ganglia for monitoring processes?

2012-02-24 Thread Aaron Urbain
you are asking for process level cpu consumption for a box, I believe.
I would be interested in this also.



On Feb 24, 2012, at 3:23 PM, vincent blanqué wrote:

 Hi everybody,
 
 Ganglia suit to graph consumption of each process that run on my server?
 
 thx,
 
 Vincent
 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] node addition

2011-12-20 Thread Aaron Urbain
All nodes send data to a single node for each cluster.   Gmetad data source 
points to the collector for each cluster.

You can telnet collectorname port 8649 to see XML output, search for 'host 
name' all caps, to see of the nodes are known to the collector.


- Original Message -
From: Dr. Sunil M. Dogra smdo...@gmail.com
To: ganglia-general@lists.sourceforge.net 
ganglia-general@lists.sourceforge.net
Sent: 12/20/2011 5:16
Subject: [Ganglia-general] node addition




Hi,

I have ganglia running on linux 5.3 machine and would like to add two nodes to 
it.

Also on two nodes gmond is running.


I have one trivial question, about how to pass the information of these two 
nodes to master node.



With Best Regards
sunil






--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] (no subject)

2011-12-17 Thread Aaron Urbain
Say you have 10 nodes.  All ten send unicast to node one.   Gmetad reaches out 
to node one.   All ten show up in web. Simple.  
--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] problem adding cluster nodes

2011-12-05 Thread Aaron Urbain
snip

cluster {
  name = effing-1
  owner = effing-0
  latlong = unspecified
  url = unspecified
}

/* The host section describes attributes of the host, like the location */
host {
  location = unspecified
}

udp_send_channel {
  host = local-collector-hostname
  port = 8649
  ttl = 1
}

On Dec 5, 2011, at 1:27 PM, solarflow99 wrote:

whats your configuration look like on the sender and receiver?  Why the version 
mismatch?



On Mon, Dec 5, 2011 at 1:25 PM, Aaron Urbain 
aaron.urb...@fxall.commailto:aaron.urb...@fxall.com wrote:
I'm doing unicast 3.1.7 gmond giving to 3.2.0 gmetad.  Works nicely.



On Dec 5, 2011, at 12:35 PM, solarflow99 wrote:

 Has anyone had difficulty adding cluster nodes in unicast mode?   I setup 
 everything according to the docs, and I can see the port open on the sender 
 to the receiver but the node doesn't show up in the web interface:


 udp0  0 justin-test2:34883  justin-test:8563
 ESTABLISHED 10143/gmond

 I can get the node to show up if i change its udp_send directive to itself, 
 and get the receivers gmetad to it, but I can can only get 1 node to show up 
 at a time.

 any ideas?


 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.netmailto:Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general




--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] problem adding cluster nodes

2011-12-05 Thread Aaron Urbain
I'm doing unicast 3.1.7 gmond giving to 3.2.0 gmetad.  Works nicely.



On Dec 5, 2011, at 12:35 PM, solarflow99 wrote:

 Has anyone had difficulty adding cluster nodes in unicast mode?   I setup 
 everything according to the docs, and I can see the port open on the sender 
 to the receiver but the node doesn't show up in the web interface:
 
 
 udp0  0 justin-test2:34883  justin-test:8563
 ESTABLISHED 10143/gmond
 
 I can get the node to show up if i change its udp_send directive to itself, 
 and get the receivers gmetad to it, but I can can only get 1 node to show up 
 at a time.  
 
 any ideas?
 
 
 --
 All the data continuously generated in your IT infrastructure 
 contains a definitive record of customers, application performance, 
 security threats, fraudulent activity, and more. Splunk takes this 
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] problem adding cluster nodes

2011-12-05 Thread Aaron Urbain
Can compile 3.2 gmond on rh4. Read release notes for uinicast config.

From: solarflow99 [mailto:solarflo...@gmail.com]
Sent: Monday, December 05, 2011 01:27 PM
To: Aaron Urbain
Cc: ganglia-general@lists.sourceforge.net 
ganglia-general@lists.sourceforge.net
Subject: Re: [Ganglia-general] problem adding cluster nodes

whats your configuration look like on the sender and receiver?  Why the version 
mismatch?



On Mon, Dec 5, 2011 at 1:25 PM, Aaron Urbain 
aaron.urb...@fxall.commailto:aaron.urb...@fxall.com wrote:
I'm doing unicast 3.1.7 gmond giving to 3.2.0 gmetad.  Works nicely.



On Dec 5, 2011, at 12:35 PM, solarflow99 wrote:

 Has anyone had difficulty adding cluster nodes in unicast mode?   I setup 
 everything according to the docs, and I can see the port open on the sender 
 to the receiver but the node doesn't show up in the web interface:


 udp0  0 justin-test2:34883  justin-test:8563
 ESTABLISHED 10143/gmond

 I can get the node to show up if i change its udp_send directive to itself, 
 and get the receivers gmetad to it, but I can can only get 1 node to show up 
 at a time.

 any ideas?


 --
 All the data continuously generated in your IT infrastructure
 contains a definitive record of customers, application performance,
 security threats, fraudulent activity, and more. Splunk takes this
 data and makes sense of it. IT sense. And common sense.
 http://p.sf.net/sfu/splunk-novd2d___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.netmailto:Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] problem adding cluster nodes

2011-12-05 Thread Aaron Urbain
sorry, BB keyed is crack.
I was saying that I cannot compile the 3.2 gmond on rh4




On Dec 5, 2011, at 1:31 PM, Aaron Urbain wrote:

Can compile 3.2 gmond on rh4. Read release notes for uinicast config.


--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] sourceforge groups working?

2007-05-04 Thread Aaron Urbain
I'm trying to research graphs not showing up in a new ganglia install, 
found this post in the archives:

http://sourceforge.net/mailarchive/forum.php?thread_name=9feb5210703261144m46e0a370x71799f17aa0a9e80%40mail.gmail.comforum_name=ganglia-general
but SF gives me a 500:server error.
fyi



Re: [Ganglia-general] XML errors on webpage. (new user question) XML Parsing Error: no element found

2006-10-14 Thread Aaron Tygart

On 10/14/06, Josh Kessler [EMAIL PROTECTED] wrote:

I am getting XML errors when viewing the webpage. No errors in
/var/log/messages. xmllint --valid --noout XML.txt shows no errors when I
tested the telnet localhost port outputs directly. I have never worked with
XML before. Does the daemon version mismatch a factor in this failure?


I'd imagine so. Being a whole major version number off, something
significant probably changed between versions.


gmond ver 3.0.3
gmetad ver 2.5.7


How did you manage to get different version of the daemons? They come
in the same package.

--
Aaron Tygart



[Ganglia-general] Can anyone share a windows gmond binary with me?

2005-01-11 Thread Aaron Urbain


I've got 150 linux boxes up and running
and now I'd like to include my very few windoze boxes as well.

Could someone mail me a gmond binary for use on a win2k box?

Thanks.



[Ganglia-general] Re: slackware 8

2002-07-05 Thread Aaron Lott
When I try to telnet to localhost from the queen node, I get the xml
specs, but the I always get -Connection is closed by foreign host. Is this
correct? I have no idea what is wrong with my setup.

Thanks,

Aaron


[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015

On Wed, 3 Jul 2002, Aaron Lott wrote:


 I ran gmond and this what I'm getting

 [EMAIL PROTECTED]:~# gmond
 /etc/gmond.conf options
 name is Nimzo
 mcast_channel is 239.2.11.71
 mcast_port is 8649
 mcast_if is eth1
 mcast_ttl is 1
 mcast_threads is 2
 xml_port is 8649
 xml_threads is 2
 trusted hosts are ...
 num_nodes is 10
 num_custom_metrics is 16
 mute is 0
 deaf is 0
 debug_level is 10
 no_setuid is 0
 setuid is nobody
 no_gexec is 0
 all_trusted is 0
 creating cluster has for 10 nodes
 gmond initialized cluster hash
 mcast listening on 4 239.2.11.71 8649
 tcp_listen() bind() error: Address already in use
 tcp_listen() on xml_port failed: Address already in use


 So what could be going wrong with my 8649 port?

 Thanks,

 Aaron


 [EMAIL PROTECTED]
 http://www.math.umd.edu/~palott
 Office: IPST 4364
 Phone: (301)405-8086
 Fax:   (301)314-0827

 P. Aaron Lott
 1301 Mathematics Building
 University of Maryland
 College Park, MD 20742-4015

 On Wed, 3 Jul 2002, Aaron Lott wrote:

 
  Has anyone had luck getting ganglia running on slackware 8.0?
  I'm using inetd instead of xinetd, and I can't get gexec to talk to any of
  my nodes. Nor can I get telnet localhost 8649 to connect. I've installed
  the authd, gmond, and gexecd daemons on the nodes, but I after I only see
  gmond running.
 
  gexecd gives me the error
  [EMAIL PROTECTED]:/etc/rc.d/init.d#
  Bind error on TCP socket on port 2875
 
  gexec gives me the error
  [EMAIL PROTECTED]:/etc/rc.d/init.d# gexec -n 1 hostname
  Could not connect to bee1.umd.edu (192.168.1.101)
 
  Any suggestions would be greatly appreciated.
 
  Thanks,
 
  Aaron
 
 
 
  [EMAIL PROTECTED]
  http://www.math.umd.edu/~palott
  Office: IPST 4364
  Phone: (301)405-8086
  Fax:   (301)314-0827
 
  P. Aaron Lott
  1301 Mathematics Building
  University of Maryland
  College Park, MD 20742-4015
 
 






[Ganglia-general] slackware 8

2002-07-03 Thread Aaron Lott
Has anyone had luck getting ganglia running on slackware 8.0?
I'm using inetd instead of xinetd, and I can't get gexec to talk to any of
my nodes. Nor can I get telnet localhost 8649 to connect. I've installed
the authd, gmond, and gexecd daemons on the nodes, but I after I only see
gmond running.

gexecd gives me the error
[EMAIL PROTECTED]:/etc/rc.d/init.d#
Bind error on TCP socket on port 2875

gexec gives me the error
[EMAIL PROTECTED]:/etc/rc.d/init.d# gexec -n 1 hostname
Could not connect to bee1.umd.edu (192.168.1.101)

Any suggestions would be greatly appreciated.

Thanks,

Aaron



[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015




[Ganglia-general] Re: slackware 8

2002-07-03 Thread Aaron Lott
I added debug_level 10 in my /etc/gmond.conf and now when I try to start
the gmond daemon it just hangs

[EMAIL PROTECTED]:/etc/rc.d/init.d# ./gmond start
Starting GANGLIA gmond:

Is there a log file that I can look in to see where it dies?

Yes, I'm running as root.

Thanks,

Aaron

[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015





[Ganglia-general] Re: slackware 8

2002-07-03 Thread Aaron Lott
I ran gmond and this what I'm getting

[EMAIL PROTECTED]:~# gmond
/etc/gmond.conf options
name is Nimzo
mcast_channel is 239.2.11.71
mcast_port is 8649
mcast_if is eth1
mcast_ttl is 1
mcast_threads is 2
xml_port is 8649
xml_threads is 2
trusted hosts are ...
num_nodes is 10
num_custom_metrics is 16
mute is 0
deaf is 0
debug_level is 10
no_setuid is 0
setuid is nobody
no_gexec is 0
all_trusted is 0
creating cluster has for 10 nodes
gmond initialized cluster hash
mcast listening on 4 239.2.11.71 8649
tcp_listen() bind() error: Address already in use
tcp_listen() on xml_port failed: Address already in use


So what could be going wrong with my 8649 port?

Thanks,

Aaron


[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015

On Wed, 3 Jul 2002, Aaron Lott wrote:


 Has anyone had luck getting ganglia running on slackware 8.0?
 I'm using inetd instead of xinetd, and I can't get gexec to talk to any of
 my nodes. Nor can I get telnet localhost 8649 to connect. I've installed
 the authd, gmond, and gexecd daemons on the nodes, but I after I only see
 gmond running.

 gexecd gives me the error
 [EMAIL PROTECTED]:/etc/rc.d/init.d#
 Bind error on TCP socket on port 2875

 gexec gives me the error
 [EMAIL PROTECTED]:/etc/rc.d/init.d# gexec -n 1 hostname
 Could not connect to bee1.umd.edu (192.168.1.101)

 Any suggestions would be greatly appreciated.

 Thanks,

 Aaron



 [EMAIL PROTECTED]
 http://www.math.umd.edu/~palott
 Office: IPST 4364
 Phone: (301)405-8086
 Fax:   (301)314-0827

 P. Aaron Lott
 1301 Mathematics Building
 University of Maryland
 College Park, MD 20742-4015






[Ganglia-general] connection closed by foreign host

2002-07-02 Thread Aaron Lott

I'm trying to get ganglia working for the first time. I have installed
authd
gmetad
libe
gexec

After installing the ganglia monitor core, I wanted to test my
installation, but my connection is being closed. Any ideas?

I thought I may should add the 8649 port for telnet inside
of my services file, but I'm not sure what to put in my inetd.conf file.

Thanks,

Aaron

[EMAIL PROTECTED]:~# telnet localhost 8649
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
?xml version=1.0 encoding=ISO-8859-1 standalone=yes?
!DOCTYPE GANGLIA_XML [
   !ELEMENT GANGLIA_XML (CLUSTER)+
   !ATTLIST GANGLIA_XML VERSION CDATA #REQUIRED
 SOURCE  CDATA #REQUIRED
   !ELEMENT CLUSTER (HOST)+
   !ATTLIST CLUSTER NAME  CDATA #REQUIRED
 LOCALTIME CDATA #REQUIRED
Connection closed by foreign host.





[EMAIL PROTECTED]
http://www.math.umd.edu/~palott
Office: IPST 4364
Phone: (301)405-8086
Fax:   (301)314-0827

P. Aaron Lott
1301 Mathematics Building
University of Maryland
College Park, MD 20742-4015