yikes! There was a bug in graphite.ph and according to my release notes it was fixed in 3.7.2-1, so try out a newer version and I think you'll be ok. -mark
On Mon, Jan 12, 2015 at 1:38 AM, Mukundan Parthasarathy (mparthas) <[email protected]> wrote: > Hello, > > I’m trying to export the collectl data to graphite server configured > remotely using the –export feature and graphite.ph. I’m using 3.6.1 version > of the collectl. Everything works fine, however when exporting the detailed > disk data (-sD), I’m getting only Read, ReadKB/s, Writes, WriteKB/s stats. I > would also like to include the SvcTim, Avg Wait, Util into this export. > > > > Snip from graphite.ph… > > sendData("diskinfo.reads.$dskName[$i]", 'reads/sec', > $dskRead[$i]/$intSecs); > > sendData("diskinfo.readkbs.$dskName[$i]", 'readkbs/sec', > $dskReadKB[$i]/$intSecs); > > sendData("diskinfo.writes.$dskName[$i]", 'writes/sec', > $dskWrite[$i]/$intSecs); > > sendData("diskinfo.writekbs.$dskName[$i]", 'writekbs/sec', > $dskWriteKB[$i]/$intSecs); > > > > If I try to include additional info like Avg Wait or Avg Svctime or Util it > says uninitialized int $value. Probably bcoz im not passing the right > variable for the value field. > > sendData("average.SvcTim.$dskName[$i]", 'SvcTim', $SvcTim[$i]); > > > > Can someone help me with this on how to include additional metrics inside > graphite.ph. > > > > Best Regards, > > Mukund > > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > vanity: www.gigenet.com > _______________________________________________ > Collectl-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/collectl-interest > ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. vanity: www.gigenet.com _______________________________________________ Collectl-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/collectl-interest
