On Tue, Jan 12, 2010 at 19:33, Stas Oskin <[email protected]> wrote: > Hi. > > Any idea where the gmond collected data is stored?
Gmond itself only keeps data in RAM. It does not write data out to disk. The gmetad program is responsible for collecting the data (from one or more gmond processes) and then writting out rrd files. > Or it's being discarded after being broadcasted via UDP, where (hopefully) > and gmond/gmetad would catch it? It is not discarded after being sent, although the data can expire after getting too old. > If yes, what about the TCP connection case? I assume you mean the case where a TCP connection is made to gmond, and the XML data is retrieved. In this case, whatever data currently held in RAM is returned. If you make two connections immediately after each other, you should get (basically) the same data. -- Jesse Becker Every cloud has a silver lining, except for the mushroom-shaped ones, which come lined with strontium-90. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

