Hi Jim: On 9/7/07, Jim Rowan <[EMAIL PROTECTED]> wrote:
> Only one host is running gmetad or web processes. It runs 5 gmetad's on > different ports, each for a different grid. (The "master" one, and 4 > subsidiaries.) Each of these gmetad's talks to a set of gmond machines; > one gmetad handles 4 smaller clusters, the others handle 1 or 2. > This machine has a gig connection. > > All the machines in the various clusters are either 100M or gig > connected, and they're all less than 2ms away. Okay, so it looks like the issue does not have anything to do with network distance/latency. Instead of running gmetad on multiple ports of one server, have you tried running gmetad on the cluster headnodes and then have them aggregate the data to the current gmetad server? You can do this by having a data_source entry like the following: # data_source "my grid" 50 grid.org:8651 Where grid.org:8651 refers to gmetad running on the headnode of one of your cluster. (This is what I refer to as federation) Cheers, Bernard ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

