[Ganglia-general] Ganglia store the monitoring data

2015-03-12 Thread 刘宁
Hi, I'm not very clear about how the monitoring data stored in the rrd from 
Ganglia. Can someone explain it to me?
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


Re: [Ganglia-general] Ganglia store the monitoring data

2015-03-12 Thread Bostjan Skufca
It goes like this:

- Ganglia agents (gmond) push data (over UDP) to designated cluster
headnodes (same gmond daemon, only configured to accept UDP data).
- the most recent data is accumulated in memory on these headnodes
- gmetad must be configured to periodically pull data from one (or more) of
these headnodes
- gmetad can poll multiple clusters at once (each with multiple headnodes)
- gmetad stores data in RRDs
- web frontend is used to display generated rrds

That is the basic setup. This setup is based on unicast addressing,
multicast can be used too (I have no experience there, never used it).

b.


On 12 March 2015 at 17:26, 刘宁 nin.g...@163.com wrote:

 Hi, I'm not very clear about how the monitoring data stored in the rrd
 from Ganglia. Can someone explain it to me?
 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


--
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] Ganglia web question

2015-03-12 Thread Sergey
Hi Everybody!

I’m new in Ganglia.
In my current configuration I see that Gweb and Gmetad services are running on 
the same machine and all data is collected on this machine in RRDS storage.
Is it possible to keep all data only on Collector machine with Gmetad and RRDS 
and access to it from Gweb remotely?
If yes - what should I change in conf.php in Gweb configuration and what should 
be done on Collector machine?

Thanks!
Sergey
--
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