On Thu, Aug 28, 2008 at 11:57:34AM -0700, W S wrote: > Hi, > > Does anyone knows where Ganglia reading it's data from (expecially Disk > I/O stats) on Solaris? Is it somewhere under /proc or just iostat output?
it is reading it from the Solaris kernel through a public reporting interface kwnon as "kstat" http://developers.sun.com/solaris/articles/kstatc.html reading kernel statistics through "/proc" is only done in Linux (as that is the public reporting interface for it) and there is no implementation for IO metrics as part of the core metrics even if there are several addons using gmetric or 3.1 ganglia modules (in C or python) that has been developed to do so. Carlo ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

