100% correct if I was using the Sparklines php module. In fact, I only provided that link because it was a very concise and informative description of what a sparkline _is_, and how to use it.
I rely on RRDgraph to produce graphs from RRD data - I just want them to be very small graphs, with the appropriate resolution and adjunct textual information. I agree that some of the requirements do not _have_ to be integrated in the RRDgraph command, since they are technically external to the graph itself. E.g. the 'grid' layout, with text labels before and after the chart, and the ability to stack the charts & labels). But since the labels contain information from the RRDgraph command (like the Min, Max, Avg, Last data points, e.g.), I can also envision RRDGraph commands for creating 'sparkline' formated graphs. CW -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Owen Sent: Friday, September 09, 2005 6:27 AM To: [email protected] Subject: [rrd-users] Re: Sparklines in RRD ? Stop me if I'm way out in left field but... It seems to me that you are only looking to RRDTool for data storage. If this is true, you can collect your data and store it in an RRD (using whatever method you choose) and then roll your own PHP script to display using Sparklines utilizing rrdfetch to retrieve data from your RRD file. Sparklines does not care where the data came from, just that it gets fed an array of data points. -----Original Message----- From: Tobias Oetiker [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 5:33 PM To: Woods, Craig Cc: [email protected] Subject: [rrd-users] Re: Sparklines in RRD ? Craig, you should definitly go for rrdtool 1.2 since it has the only-graph option as well as support for --zoom which lets you zoom your graphs to your hearts delight ... you can also switch of the grid to get some thing sort of like what is on that webpage .. cheers tobi Yesterday Woods, Craig wrote: > I would love to build some sparklines with my RRD data - has anyone > tried this? (see http://sparkline.org/ for a sample PHP app for sparklines). > Some features that would be great for sparklines would be: > - support a line of output, with text columns and sparkline columns (e.g. "Oracle: <graph> $32 $3 $25" ) > - stack the lines, creating a grid of data (see the examples for the > link above). > - label max, min, last, avg data points > - Support for bar charts / whisker charts, to show trends (see the > "OMB data" example at the link above). > > We are still using RRDTool 1.0, so I can't try the "--only-graph" > option, so when I build very small graphs, I still get the background, with a relatively large buffer on the left of the chart. > > This is pretty sexy stuff, and RRDTool is the sexiest graphing tool I > know of, so I'd love to see the two together ;-) > > CW > > Craig Woods > Data Warehouse > Amazon.com > [EMAIL PROTECTED] > 206.266.3487 > > Courage is not simply one of the virtues but the form of every virtue > at the testing point - C.S. Lewis > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > -- ______ __ _ /_ __/_ / / (_) Oetiker @ ISG.EE, ETL F24.2, ETH, CH-8092 Zurich / // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach /_/ \.__/_.__/_/ http://people.ee.ethz.ch/oetiker +41(0)44-632-5286 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
