Hi!!! I have a mysql database with this structure:
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment, date datetime, in_1 int unsigned DEFAULT 0 NOT NULL, out_1 int unsigned DEFAULT 0 NOT NULL, in_2 int unsigned DEFAULT 0 NOT NULL, out_2 int unsigned DEFAULT 0 NOT NULL, ... NOTE: in and out is a range from 1 to 48 How can i graph it with rrdtool???? I know i have to convert the data into rrdtool file format, why???? Is there a better tool to do this???? Thanks in advance!!!! -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
