Thanks   Jesse.
I see the  below  on  metric.php  under graph.d  .   I  just need to  add
 a  "MAX"  line there ?

 //# the actual graph...
    $series  = "DEF:'sum'='$rrd_dir/$metricname.rrd:sum':AVERAGE ";



"The one who possesses knowledge becomes immortal"

On Mon, Feb 16, 2015 at 10:32 AM, Jesse Becker <haw...@gmail.com> wrote:

> As i recall, none of the graphing code looks for MAX values; they all
> look for AVERAGEs.
>
> So you are collecting that aspect of the data properly, but nothing
> will actually show it.
>
> If you really do want to plot MAX values, leave the AVERAGE RRAs
> alone, and add new ones for MAX (and MIN, while you are at it). Then
> update the graphing modules to look for, and plot, all three.
>
> On Tue, Feb 10, 2015 at 12:27 AM, jayadevan Chembakassery
> <jayadev...@gmail.com> wrote:
> > Hi,
> > I  recreated my Ganglia with  rrds consolidation function changed from
> > AVERAGE to MAX.
> > eg: RRAs  "RRA:MAX:0.5:1:345600" "RRA:MAX:0.5:4:172800"
> > "RRA:MAX:0.5:40:52704"
> >
> > The  rrds folders were cleaned up. and  gmetad restarted.
> > But  seeing  all the graphs empty. Took a dump  of one of the rrd file
> and
> > verified  that data is updated on the files.
> >
> > Any  ideas ?
> >
> > Thanks,
> > Jay
> >
> >
> >
> > "The one who possesses knowledge becomes immortal"
> >
> >
> ------------------------------------------------------------------------------
> > Dive into the World of Parallel Programming. The Go Parallel Website,
> > sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> > hub for all things parallel software development, from weekly thought
> > leadership blogs to news, videos, case studies, tutorials and more. Take
> a
> > look and join the conversation now. http://goparallel.sourceforge.net/
> > _______________________________________________
> > Ganglia-general mailing list
> > Ganglia-general@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/ganglia-general
> >
>
>
>
> --
> Jesse Becker
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to