On Tue, 2008-02-19 at 18:06 -0500, Jason A. Smith wrote: > query: /cluster1 - return only cluster1 > /cluster2/host5 - return host5 from cluster2
You can also use queries like /cluster/host/metric to retrieve a specific metric. > options: /?filter=summary - return complete summary > /cluster2?filter=summary - return summary for cluster2 only Queries like /cluster/host?filter=summary and /cluster/host/metric? filter=summary also work, but they don't really return anything useful. One word of caution: If you make a mistake in the query (like misspelling the cluster name), you might expect to get back "empty" data since there is no match. However, what you will get back is a dump of all data from all clusters. (Don't ask me why it works this way.) -- Rick Mohr Systems Developer Ohio Supercomputer Center ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
