[mrtg] Re: RRDTOOL
David Gabler
dgabler at TRUELINK.com
Wed Sep 26 01:41:34 MEST 2001
Steve,
It is pretty easy! Just follow the instructions. But if you do not want
to read the instrucitons and do the easy way here is your answer. (Joking
around)
Go to
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html
and read the tutorial :) or read on.
# Blatent copy from
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html
Get the hint? :)
rrdtool graph seconds1.gif \
--start 920804700 --end 920806200 \
--height 200 \
--upper-limit 1.05 --lower-limit 0.95 --rigid \
DEF:seconds=seconds1.rrd:seconds:AVERAGE \
CDEF:unknown=seconds,UN \
LINE2:seconds#0000FF \
AREA:unknown#FF0000
Notice in here where we define the rrd? specifically
DEF:seconds=seconds1.rrd:seconds:AVERAGE? well take a gander at what you
need to change. Yes thats right. The DEF.
So for your answer in an easy to read format:
rrdtool graph seconds1and2.gif \
--start 920804700 --end 920806200 \
--height 200 \
--upper-limit 1.05 --lower-limit 0.95 --rigid \
DEF:seconds=seconds1.rrd:seconds:AVERAGE \
DEF:seconds2=seconds2.rrd:seconds:AVERAGE \
LINE2:seconds#0000FF \
LINE2:seconds2#FF00FF \
Yes there are probably some syntas errors but you should (hopefully) get the
idea.
Have a great day/night
David
-----Original Message-----
From: Steven Williams (AUSTRALIA)
[mailto:Steven.Williams at computershare.com.au]
Sent: Tuesday, September 25, 2001 4:23 PM
To: 'mrtg at list.ee.ethz.ch'
Subject: [mrtg] RRDTOOL
Hi,
Does anyone have a sample command line to graph using RRDTOOL two rrd files
created from MRTG ping probe configs?
The idea is I want to be able to compare the two response times (in seperate
.RRD files) on the same graph, and also appy the same method for other data.
Thanks
Steve
Steven Williams
Communications Support Engineer
Computershare Technology Services Pty Limited
18-62 Trenerry Cresent Victoria 3067 Australia
Telephone 61 3 92355651
Facsimile 61 3 94732409
Steven.Williams at computershare.com.au
www.computershare.com
---
This email and any files transmitted with it are solely intended for the use
of the
addressee(s) and may contain information that is confidential and
privileged. If you
receive this email in error, please advise us by return email immediately.
Please also
disregard the contents of the email, delete it and destroy any copies
immediately.
Computershare Limited and its subsidiaries do not accept liability for the
views
expressed in the email or for the consequences of any computer viruses that
may be
transmitted with this email
This email is also subject to copyright. No part of it should be
reproduced, adapted or
transmitted without the written consent of the copyright owner.
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the mrtg
mailing list