Re: [Ganglia-general] Fine grained monitoring problem

2016-04-11 Thread Karol Korytkowski
Theofilos,
see here :
http://stackoverflow.com/questions/15774423/how-set-rrd-to-store-for-2-years

On Mon, Apr 11, 2016 at 1:42 PM, theofilos moyratidis 
wrote:

> Hello Vladimir,
>
> (Your mail somehow went to the spam folder, thank god I checked the spam
> folder)
>
> My data source has already a polling interval of 1 second.
> By searching more, I found out that these samples from polling get
> averaged from the rrd-tool into a 15 second resolution and I really don't
> want that.
> Can I configure gmetad to make rrd's with step (or resolution) of 1-3
> seconds and hold data for a day max?
> They will be stored in a processed form after I finish my tasks and I
> won't need the ganglia service 24/7.
>
> Thanks,
> Theofilos Mouratidis.
>
> --
> To: ganglia-general@lists.sourceforge.net
> From: vli...@veus.hr
> Date: Fri, 8 Apr 2016 09:47:40 -0400
> Subject: Re: [Ganglia-general] Fine grained monitoring problem
>
>
> Hi Theofilos,
>
> by default gmetad polls gmonds every 15 seconds and inserts them into
> RRDs. You can attempt to change that by adding the polling interval e.g.
> 1-3 seconds in gmetad.conf. To do so you would add it after the grid name
> e.g.
>
> data_source "my grid" 50 1.3.4.7:8655
>
> sets polling period of 50.
>
> This all said polling period of 1 second may be a bit too aggressive
> depending on the size of your cluster.
>
> Vladimir
>
> 04/08/2016 u 05:47 AM, theofilos moyratidis je napisao/la:
>
> I have a cluster and I want to get metrics every 1-3 seconds, to benchmark
> some algorithms on spark.
>
> I’ve set the data_source “my cluster name” 1 hosts…. (multicast).
>
> The UI on the hours tab, gives me the results in every 12 seconds, that’s
> too chunky for what I want to accomplish.
>
> I used the rrdtool export –step 1 etc… and I don’t get the results every
> second.
>
> What did I wrong?
>
>
>
>
>
>
> --
> ___ Ganglia-general mailing
> list Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
> gampad/clk?id=1444514301=/ca-pub-7940484522588532
> ___
> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301=/ca-pub-7940484522588532___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Changing sample rate

2015-03-04 Thread Karol Korytkowski
Hi Fabio,

I think you have to change this in gmetad.conf:
RRA:AVERAGE:0.5:1 :5856#  1 day @ 15 second res

Read Monitoring with Ganglia ebook, it's well explained there.

On Wed, Mar 4, 2015 at 8:31 AM, Fabio C. anyte...@gmail.com wrote:

 Hi everyone,
 I've been using Ganglia installed through Ambari on an hadoop cluster. Now
 we want to change sampling rate from 15 seconds to something lower, say 5
 secs.
 We edited the gmetad.conf as specified in the comments, obtaining
 something like:
 data_source my cluster *5* localhost  my.machine.edu:8649  1.2.3.5:8655
 We restarted all the ganglia services and we are pretty sure it is now
 using the updated config file, but the sampling rate is still 15 seconds.
 We also tried to change the collection_group-collect-every to 5 seconds
 too, but with the same old behavior.

 Is there something we may be missing?

 Thanks

 Fabio


 --
 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


--
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


Re: [Ganglia-general] gmond's on same multicast port won't communicate at same time

2014-09-04 Thread Karol Korytkowski
I'm curious as of what the correct answer would be, but..

We have similar problem (forgive if not, I just scanned through your
email), and some kind of solution was to use different data_source
(@gmetad) for each of such issues and give them same cluster { name =
 }  (@gmond).

I think this has something to do with multicasts between switches, but so
far noone has looked into this..

KK


On Thu, Sep 4, 2014 at 4:59 PM, Chris Jones christopher.r.jo...@nasa.gov
wrote:


 Here's my scenario.  I've got some systems that were happily reporting
 in ganglia and they had to have their OS'es rebuilt.  They're now
 running RHEL 6.5.

 I can be on my gmetad server, and tcpdump looking for packets from host1
 and host2 and only see one.  Both host1  host2 are running with the
 exact same gmond.conf configuration... same port.   They both appear to
 be running correctly.  But one shows more activity than the other when I
 run a 'netstat -an | grep 8204'  (8204 is the port they run on).   When
 I run 'telnet localhost 8204' on them both, they show me all the xml
 data that they're sending out.  Both gmond clients are sending their
 multicast traffic across the same network also.

 But the server only seems to want to pick up one at a time.  In my
 gmetad.conf file, the data_source line for this port only has two
 entries... host1:8204 host2:8204 (and these hosts are the fully
 qualified domain names... on the same network that the two hosts are
 sending their multicast across on).   I can have both gmond's running
 but only one seems to generate all the tcp  connections (like you see
 via 'netstat -an | grep 8204') where the other one doesn't.  The one
 that does is the one I see on my gmetad server.

 On the gmetad server, I can run tcpdump on the appropriate network
 interface and look for traffic coming from my host1 and host2.  I can
 only see one at a time.  I should see both my hosts.  I make that
 assumption because I can run that same type of command on another port
 for other hosts that are on it and get back results lots of
 different hosts showing up because I have lots of hosts on that
 particular port.

 Here's what I'm guessing are the relevant entries from the gmond.conf
 file on my two hosts in question:

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

 /* Feel free to specify as many udp_send_channels as you like.  Gmond
 used to only support having a single channel */
 udp_send_channel {
#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 = 8204
ttl = 1
 }

 /* You can specify as many udp_recv_channels as you like as well. */
 udp_recv_channel {
mcast_join = 239.2.11.71
port = 8204
bind = 239.2.11.71
 }

 /* You can specify as many tcp_accept_channels as you like to share
 an xml description of the state of the cluster */
 tcp_accept_channel {
port = 8204
 }


 Any insight would be appreciated.  :)

 Thanks,
 -chris

 --
 Chris Jones
 SSAI - ASDC Senior Systems Administrator
 
 Note to self: Insert cool signature here.


 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] Install Error

2014-05-16 Thread Karol Korytkowski
Hi Wendy,

this is mysql rather than ganglia problem. You should probably see this:
http://dev.mysql.com/doc/refman/5.1/en/adding-users.html


On Fri, May 16, 2014 at 2:57 PM, Murray, Wendy wendy.mur...@nianet.orgwrote:

  Trying to install ganglia on existing server and when I execute:



 opt/rocks/bin/mysql --user=root -p wordpress  /tmp/ganglia.sql



 I get this error: ERROR 1045 (28000): Access denied for user 
 'root'@'localhost'
 (using password: YES)







 National Institute of Aerospace: This e-mail message (including all
 attachments transmitted with it, if any) is intended solely for the use of
 the addressee and may contain company proprietary information. If you are
 not the person to whom this e-mail is addressed, or an employee or agent
 responsible for delivering this message to the person to whom it is
 addressed, you are hereby notified that any dissemination, distribution,
 copying, or other use of this message or its attachments is strictly
 prohibited. If you have received this e-mail in error, please notify the
 sender immediately by e-mail reply, then please delete this e-mail,
 together with any attachments to it, from your computer.   ­­


 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.
 Get unparalleled scalability from the best Selenium testing platform
 available
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] gmond and unicast gathering across subnets

2013-01-15 Thread Karol Korytkowski
On Tue, Jan 15, 2013 at 10:20 PM, Dave Young da...@mrxfx.com wrote:

 also, is there a way to make the master not show up in each cluster?


Wouldn't setting mute = yes for that master gmond help ?
--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general