Thanks! With this fix to gmond.conf I received IO metrics. Vitaly
> -----Original Message----- > From: Steve Flasby [mailto:[EMAIL PROTECTED] > Sent: Monday, November 27, 2006 12:22 PM > To: Vitaly Karasik > Cc: [email protected] > Subject: Re: [Ganglia-general] Q: IO metrics in Ganglia > > Hmm, you should see, for example, phys_disk_bytes_sec. > > I certainly see that coming from our test environment. > > http://ganglia.aprconsulting.ch/?c=unspecified&h=HP1.flasby.or > g&m=&r=hour&s=descending&hc=4 > shows my laptop which I am using to write this, and this > metric is near the bottom. > > Possibly you are using a gmond.conf which doesnt report these > additional statistics. > In my setup I have the block below at the end of my > gmond.conf which collects phys_disk_bytes_sec. > > Let me know... > Cheers - Steve > > > collection_group { > collect_every = 30 > time_threshold = 90 > metric { > name = "sys_cpu_queue_len" > value_threshold = 1.0 > } > metric { > name = "mem_pages_sec" > value_threshold = 1.0 > } > metric { > name = "mem_committed_bytes" > value_threshold = 1.0 > } > metric { > name = "phys_disk_bytes_sec" > value_threshold = 1.0 > } > metric { > name = "phys_disk_time" > value_threshold = 1.0 > } > } > > > Vitaly Karasik wrote: > > >Yes, I use your MS Win port of Ganglia. > >But I don't see disk I/O related metrics (only disk_total > and disk_free > >- total and free space on a harddisk) > > > >Rgds, > >Vitaly > > > > > > > >>-----Original Message----- > >>From: Steve Flasby > >>Sent: Monday, November 27, 2006 11:42 AM > >>To: Vitaly Karasik > >>Cc: [email protected] > >>Subject: Re: [Ganglia-general] Q: IO metrics in Ganglia > >> > >>Hi Vitaly, don't the additional Windows specific metrics > provide what > >>you need in our port? > >>Or are you no longer using the windows version from us? > >> > >>Either way I woudl be interested to know... > >> > >>Cheers - Steve > >> > >> > >>Vitaly Karasik wrote: > >> > >> > >> > >>>I noticed that there is no Ganglia disk I/O metrics for > Linux and MS > >>>Windows platforms? > >>>Can you recommend me some tools/plugins for collecting IO metrics? > >>>(except of writing a custom scripts around "iostat") > >>> > >>>Thanks, > >>>Vitaly > >>> > >>> > > > >------------------------------------------------------------- > ---------- > >-- Take Surveys. Earn Cash. Influence the Future of IT Join > >SourceForge.net's Techsay panel and you'll get the chance to > share your > >opinions on IT & business topics through brief surveys - and > earn cash > >http://www.techsay.com/default.php?page=join.php&p=sourceforg > e&CID=DEVD > >EV _______________________________________________ > >Ganglia-general mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/ganglia-general > > > > > > > > > > > > > -- > Alice felt dreadfully puzzled. The Hatter's remark seemed to > have no sort of meaning in it, and yet it was certainly English. > `I don't quite understand you,' she said, as politely as she could. > > Alice's Adventures In Wonderland - A Mad Tea Party > > >

