Re: [rrd-users] rrdtool graph: COMMENT and empty lines(lf) - comprehension question

2019-10-31 Thread Simon Hobson
Daniel Schlifka wrote: > I have a little comprehension question, i'm still struggling/fighting with > rrdtool graph. > Today i tried to create an empty line within the plotted graphs legend(to > separate two lines of text optically). > Following older ML records and StackOverflow Threads i foun

[rrd-users] rrdtool graph: COMMENT and empty lines(lf) - comprehension question

2019-10-30 Thread Daniel Schlifka
Hi, I have a little comprehension question, i'm still struggling/fighting with rrdtool graph. Today i tried to create an empty line within the plotted graphs legend(to separate two lines of text optically). Following older ML records and StackOverflow Threads i found some variants to achieve t

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-07 Thread Joachim Hartmann
Hi Tobi, Am 05.11.2017 um 11:56 schrieb Tobias Oetiker: Hi Joachim - On Nov 4, 2017, at 12:13 PM, Joachim Hartmann joachim.hartm...@gmx-topmail.de wrote: Only the question is, is that what Tobi meant! what I meant is that the locale settings could be different when running this under

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-05 Thread Tobias Oetiker
Hi Joachim - On Nov 4, 2017, at 12:13 PM, Joachim Hartmann joachim.hartm...@gmx-topmail.de wrote: > Hello Tobi, hello Heinrich, > Am 02.11.2017 um 23:38 schrieb Heinrich Schnorrenberg: >> Hi Jochen >> >> >> I just checked it on my raspi . here it works.  the script is : >> >> hope that he

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-04 Thread Joachim Hartmann
Hello Tobi, hello Heinrich, Am 02.11.2017 um 23:38 schrieb Heinrich Schnorrenberg: Hi Jochen I just checked it on my raspi . here it works.  the script is : hope that helps regards Heinrich I'm sorry, I didn't get back to you until now! I was out of town for two days. I'm a bloody layman ab

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-02 Thread Heinrich Schnorrenberg
Hi Jochen I just checked it on my raspi . here it works. the script is : > ++ #!/usr/bin/perl -w # use warnings; use POSIX qw(locale_h); use locale; use POSIX qw(strftime); # for (1..7) { $wochentag[$_] = strftime("%a", 0, 0, 0, $_, 3, 9

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-02 Thread Tobias Oetiker
Make sure you run the test as a cgi ! cheers tobi - On Nov 2, 2017, at 11:02 AM, Joachim Hartmann joachim.hartm...@gmx-topmail.de wrote: > Hi Tobi, > Am 01.11.2017 um 20:19 schrieb Tobias Oetiker: >> Hi Joachim, >> >> Tobias Oetiker >> > >> I would suggest to use >> >> use POSIXqw(loca

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-02 Thread Joachim Hartmann
Hi Tobi, Am 01.11.2017 um 20:19 schrieb Tobias Oetiker: Hi Joachim, Tobias Oetiker I would suggest to use use POSIXqw(locale_h); use locale; setlocale(LC_CTYPE,"de_DE.UTF-8"); INSIDE the script More details on this to be found here https://perldoc.perl.org/perllocale.html Cheers Tobi

Re: [rrd-users] rrdtool::graph and German weekday names

2017-11-01 Thread Tobias Oetiker
Hi Joachim, Tobias Oetiker > On 1 Nov 2017, at 19:17, Joachim Hartmann > wrote: > > Hello perl experts, > I run Munin on a Debian server. In the graphs the days of the week are > displayed in German. Now I monitor the weather data on a raspberry, > which basically works, but the days of the we

[rrd-users] rrdtool::graph and German weekday names

2017-11-01 Thread Joachim Hartmann
Hello perl experts, I run Munin on a Debian server. In the graphs the days of the week are displayed in German. Now I monitor the weather data on a raspberry, which basically works, but the days of the week are displayed in English. How do I get this Perl script to display the weekdays in English?

Re: [rrd-users] rrdtool graph - fill-up missing data and points in future

2014-06-19 Thread Bram Klein Gunnewiek
Thanks for your quick answer, that indeed works! I overlooked it in the docs but its actually there. Met vriendelijke groet / Kind regards, Bram Klein Gunnewiek | Shock Media B.V. Tel: +31 (0)546 - 714360 Fax: +31 (0)546 - 714361 Web: https://www.shockmedia.nl/ On 06/19/2014 12:11 PM, Simon Hob

Re: [rrd-users] rrdtool graph - fill-up missing data and points in future

2014-06-19 Thread Simon Hobson
Bram Klein Gunnewiek wrote: > Is it somehow possible to fill-up the gaps until the current day and leave > the rest at unknown/zero? Yes, you can use a time condition. It's a while since I did it, but you can basically do : if time< some value then use else use I've used this in the past t

[rrd-users] rrdtool graph - fill-up missing data and points in future

2014-06-19 Thread Bram Klein Gunnewiek
Hello, We are using rrdtool to collect generate usage graphs. We create various graphs (hourly, monthly, yearly) graphs. Sometimes we miss a few checks and have missing data for a couple of hours. To prevent a non-complete graph we use the following CDEF definition to fill-up those gaps: CDE

[rrd-users] RRDTool graph not updating with crontab

2012-02-27 Thread Steve Sykes
I have installed OWFS and RRDTool on my NSLU2 which is running Debian. I am using the attached script to gather the temperatures and save them to graphs: If I run the script from the command line as both a user or root, the graph updates correctly. If it runs from the system crontab, it does no

Re: [rrd-users] rrdtool graph -w/-h

2011-12-09 Thread Shabnam Shahreza
Thanx a lot Tobi. Sbnm -Original Message- From: Tobias Oetiker [mailto:t...@oetiker.ch] Sent: Thursday, December 08, 2011 5:47 PM To: Shabnam Shahreza Cc: rrd-users@lists.oetiker.ch Subject: Re: [rrd-users] rrdtool graph -w/-h Hi Sbnm, Today Shabnam Shahreza wrote: > Good

Re: [rrd-users] rrdtool graph -w/-h

2011-12-08 Thread Tobias Oetiker
Hi Sbnm, Today Shabnam Shahreza wrote: > Good day everyone; > > Just wondering if you have experienced using "-w" or "-h" with > "rrdtool graph" and getting different graphs I do several > calculations and the graph I draw with default values (-w=400 > pixels and -h=100 pixels) is different f

[rrd-users] rrdtool graph -w/-h

2011-12-08 Thread Shabnam Shahreza
Good day everyone; Just wondering if you have experienced using "-w" or "-h" with "rrdtool graph" and getting different graphs I do several calculations and the graph I draw with default values (-w=400 pixels and -h=100 pixels) is different from the graph with other pixel numbers I app

Re: [rrd-users] rrdtool graph error

2011-10-24 Thread Simon Hobson
dkorzhevin wrote: >and get this error: > >ERROR: Cannot parse vname from >'DEF:=/var/rrd/traffic_3492_98.111.66.205.rrd:out:AVERAGE' > >please advice me - where is problem? Prepare for that "slaphead" moment ... You've missed out a variable name between DEF: and = -- Simon Hobson Visit http://

[rrd-users] rrdtool graph error

2011-10-24 Thread dkorzhevin
I run following command: /usr/bin/rrdtool graph - -s -3600 -a PNG -v bits -t "Summary traffic" -w 1600 -h 600 --alt-autoscale-max --slope-mode --font TITLE:14: --font AXIS:8: --font UNIT:10: --font LEGEND:10: --font-render-mode normal --font-smoothing-threshold 10 DEF:a="/var/rrd/traffic_3492_98.

Re: [rrd-users] rrdtool graph

2011-07-28 Thread Fredrik W
Have you read the manual? http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html: Limits [-u|--upper-limit value] [-l|--lower-limit value] [-r|--rigid] By default the graph will be autoscaling so that it will adjust the y-axis to the range of the data. You can change this behavior by explicitly set

Re: [rrd-users] rrdtool graph

2011-07-28 Thread Daniele Sluijters
--lower-limit 0 There you go. -- Daniele Sluijters e: d.sluijt...@betterbe.com w: http://www.betterbe.com On Jul 28, 2011, at 13:23 , fadwa salam wrote: > Hello, > I wonder if I can specify the start of the graph to zero for y axis. > Thank you very much. >

[rrd-users] rrdtool graph

2011-07-28 Thread fadwa salam
Hello, I wonder if I can specify the start of the graph to zero for y axis. Thank you very much. <>___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

[rrd-users] rrdtool graph error

2011-03-10 Thread Chris Nighswonger
Hi, I cannot seem to discover why I continually get this error with the following parameters: Error creating daily graph: Using vname minT_gauge_5_23 of wrong type in line HRULE:maxF_KW_KW#CC44:KW Peak Demand 'DEF:gauge_5_23=log_23.rrd:gauge_5:LAST', 'VDEF:maxT_gauge_5_2

[rrd-users] rrdtool graph Win32 and character sets

2009-09-28 Thread peter juuls
I did a vast number of experiments and nothing seems to work - there is no way to make rrdtool 1.2.30 binaries for Win32 display non-american characters in png files. Can anybody confirm my conclusion? Thanks Best regards Peter ___ rrd-use

[rrd-users] rrdtool graph LINE1 and character sets

2009-09-22 Thread peter juuls
This question apparently is not answered in the rrdtool website or FAQ or Wiki... I downloaded the rrdtool 1.2.30 binaries for Windows 32. I invoked "rrdtool graph" from a script created with the gvim editor using the default character set for command prompt bat-files, ie. encoding=cp1252 (ali

Re: [rrd-users] rrdtool graph --font on Windows

2009-09-22 Thread peter juuls
Yes, it works. Thanks Philippe, Best regards Peter > > Hi Peter > > try with : > > --font DEFAULT:8:c:/windows/fonts/lucon.ttf > > Philippe > > > -Original Message- > > > > I downloaded the rrdtool 1.2.30 binaries for Windows 32. I > > can create graphs with nice text below the

Re: [rrd-users] rrdtool graph --font on Windows

2009-09-21 Thread Philippe.Simonet
; To: rrd-users@lists.oetiker.ch > Subject: [rrd-users] rrdtool graph --font on Windows > > I downloaded the rrdtool 1.2.30 binaries for Windows 32. I > can create graphs with nice text below the graph in the > default. Unfortunately the font is a proportional font and I > want a fixed with f

[rrd-users] rrdtool graph --font on Windows

2009-09-21 Thread peter juuls
I downloaded the rrdtool 1.2.30 binaries for Windows 32. I can create graphs with nice text below the graph in the default. Unfortunately the font is a proportional font and I want a fixed with font to ensure aligned columns. To get Courier on all text, I added this option to the rrdtool command

Re: [rrd-users] rrdtool graph help

2009-07-29 Thread rrd-users
>>> Hi team, >>> >>> Started using rrdtool and it's really nice. >>> >>> But I have some problem and hope you help. Am monitoring the usage of >>> CPU on my linux box through snmp and getting the values, for example >>> UCD-SNMP-MIB::ssCpurawUser ie .1.3.6.1.4.1.2021.11.50.0 that for >>> system

Re: [rrd-users] rrdtool graph help

2009-07-29 Thread rrd-users
Yaw Owusu-Ansah schrieb: > Hi team, > > Started using rrdtool and it’s really nice. > > But I have some problem and hope you help. Am monitoring the usage of > CPU on my linux box through snmp and getting the values, for example > UCD-SNMP-MIB::ssCpurawUser ie .1.3.6.1.4.1.2021.11.50.0 that fo

[rrd-users] rrdtool graph help

2009-07-29 Thread Yaw Owusu-Ansah
Hi team, Started using rrdtool and it's really nice. But I have some problem and hope you help. Am monitoring the usage of CPU on my linux box through snmp and getting the values, for example UCD-SNMP-MIB::ssCpurawUser ie .1.3.6.1.4.1.2021.11.50.0 that for system, nice and idle, into my rrd and

Re: [rrd-users] rrdtool graph confusion

2008-07-02 Thread Emily Ann Chouinard
Sorry I meant idle appears above the 100 mark and I'm not sure why. I've attached my graph and hopefully someone can help me out! And here's my entire graph command rrdtool.graph('cpu.png', '--start','now-3600', '--end','now', 'DEF:uj=cpu.rrd:user:AVERAGE', #

Re: [rrd-users] rrdtool graph confusion

2008-07-02 Thread Emily Chouinard
So now that I have those small issues cleared up, I have another issue that I'm trying to discern. I've created a graph that show the percent of CPU usage for the user, system,nice and idle and since I'm ssh-ing into another linux box to do all this idle processes are of the highest percent, aro

Re: [rrd-users] rrdtool graph confusion

2008-07-02 Thread Emily Chouinard
Thanks everyone for your help, I got it all under control. I just got rid of my " and used /l and that seemed to work just right. And the issue with the time was that I needed to declare the current date as cur_date = time.strftime('%m/%d/%Y %H\:%M\:%S', time.localtime()) and now everything is

Re: [rrd-users] rrdtool graph confusion

2008-07-01 Thread Raimund Berger
Simon Hobson <[EMAIL PROTECTED]> writes: > It looks like you are trying to get rrd to interpret the date string, > something I don't think I managed to get exactly right IIRC - it's a > long time now since I wrote my first script, and newer ones have been > "copy and adapt" derivatives. Just a

Re: [rrd-users] rrdtool graph confusion

2008-07-01 Thread Yiannis Vavouranakis
> 2nd I'm trying to comment the current date at the bottom of my graph but > am so far unsuccessful. I've tried COMMENT:"%m/%d/%Y %H\:%M\:%S", and > I tried declaring cur_date = '%m/%d/%Y %H\:%M\:%S' and then commenting > cur_date COMMENT:"' + cur_date + '" and neither are working for me. I

Re: [rrd-users] rrdtool graph confusion

2008-07-01 Thread Yiannis Vavouranakis
> I'm having 2 issues with the rrdtool graph command. > > 1st I can't seem to get the new line command to work, this is what I > have in my code 'GPRINT:avgN:"Avg %6.2lf%%\n"', and when graphed the /n > gives a character that look like a box ,[], and I don't know how to deal > with this. > > 2

Re: [rrd-users] rrdtool graph confusion

2008-07-01 Thread Simon Hobson
Emily Chouinard wrote: >2nd I'm trying to comment the current date at the bottom of my graph but >am so far unsuccessful. I've tried COMMENT:"%m/%d/%Y %H\:%M\:%S", and >I tried declaring cur_date = '%m/%d/%Y %H\:%M\:%S' and then commenting >cur_date COMMENT:"' + cur_date + '" and neither are wor

Re: [rrd-users] rrdtool graph confusion

2008-07-01 Thread Emily Chouinard
Henrik Lindhe wrote: > On Tue, Jul 1, 2008 at 17:23, Emily Chouinard <[EMAIL PROTECTED]> wrote: > >> I'm having 2 issues with the rrdtool graph command. >> >> 1st I can't seem to get the new line command to work, this is what I >> have in my code 'GPRINT:avgN:"Avg %6.2lf%%\n"', and when graphed

[rrd-users] rrdtool graph confusion

2008-07-01 Thread Emily Chouinard
I'm having 2 issues with the rrdtool graph command. 1st I can't seem to get the new line command to work, this is what I have in my code 'GPRINT:avgN:"Avg %6.2lf%%\n"', and when graphed the /n gives a character that look like a box ,[], and I don't know how to deal with this. 2nd I'm trying to

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-20 Thread Tobias Oetiker
Hi Hans-Joachim, 2.6.26 is out ! tobi Today Hans-Joachim Ehlers wrote: > Thanks a lot for the support, > i think i will stay with 1.2.13 until 1.2.26 is out. > > With kind regards > Hajo > > ___ > rrd-users mailing list > rrd-users@lists.oetiker.ch > h

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-20 Thread Alex van den Bogaerdt
On Tue, Nov 20, 2007 at 11:23:22AM +0100, Hans-Joachim Ehlers wrote: > Thanks a lot for the support, > i think i will stay with 1.2.13 until 1.2.26 is out. The bug was introduced in 1.2.21, you may want to see if you benefit from changing to version 1.2.20 in the mean time. Perhaps it has changes

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-20 Thread Hans-Joachim Ehlers
Thanks a lot for the support, i think i will stay with 1.2.13 until 1.2.26 is out. With kind regards Hajo ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Alex van den Bogaerdt
On Mon, Nov 19, 2007 at 10:57:10PM +0100, Alex van den Bogaerdt wrote: > I think I may have found the problem. If I'm right, it was introduced > between versions 1.2.20 and 1.2.21 > > I'll ask this on the developers list. Indeed this was the problem. It occurs only if you have negative rates, an

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Alex van den Bogaerdt
On Mon, Nov 19, 2007 at 07:02:08PM +0100, Hans-Joachim Ehlers wrote: > > The same problem occurs. It only happens for the third example script. > If you increase the end value from ..850 to ..851 for the second example the > second should fail as well. ( The start value is the same on the second

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Hans-Joachim Ehlers
> The same problem occurs. It only happens for the third example script. If you increase the end value from ..850 to ..851 for the second example the second should fail as well. ( The start value is the same on the second and third example ) > There may be something wrong in computing values fo

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Alex van den Bogaerdt
On Mon, Nov 19, 2007 at 11:18:20AM +0100, Hans-Joachim Ehlers wrote: > Problem: > I successfully build rrdtool v1.2.24 on AIX ML 6 with IBM xlc v8. > But i have the problem that after a some time and ONLY on a certain database > the command " rrdtool graph .. " will hang in a loop. I build a debu

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Hans-Joachim Ehlers
I have attached the file weight http://oss.oetiker.ch/rrdtool-trac/attachment/ticket/123/weight.xml to the ticket. The file has been created with " rrdtool dump " tia Hajo >>> Alex van den Bogaerdt <[EMAIL PROTECTED]> 19/11/2007 14:13 >>> On Mon, Nov 19, 2007 at 11:18:20AM +0100, Hans-Joachim

Re: [rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Alex van den Bogaerdt
On Mon, Nov 19, 2007 at 11:18:20AM +0100, Hans-Joachim Ehlers wrote: > Problem: > I successfully build rrdtool v1.2.24 on AIX ML 6 with IBM xlc v8. > But i have the problem that after a some time and ONLY on a certain database > the command " rrdtool graph .. " will hang in a loop. I build a debu

[rrd-users] rrdtool graph ( v1.2.24 ) hangs on AIX 5.3

2007-11-19 Thread Hans-Joachim Ehlers
Problem: I successfully build rrdtool v1.2.24 on AIX ML 6 with IBM xlc v8. But i have the problem that after a some time and ONLY on a certain database the command " rrdtool graph .. " will hang in a loop. I build a debug version that shows me that i have for some values a NaNQ ( Not a Need numb

[rrd-users] rrdtool graph direction

2007-04-26 Thread Masood Ahmad Shah
Anyone know how to make graph update left and not the right in RRDTool? Sounds like it would be a parameter passed to rrdgraph but I cannot figure out what it would be. Regards, Masood ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://list

Re: [rrd-users] RRDTool Graph : Gif Imgformat

2007-02-28 Thread Tobias Oetiker
Hi Thierry, no not currently, but with the patents expired it shouldn't be all that terrible a thing to add gif support at some point ... cheers tobi Today Faidherbe, Thierry wrote: > Dears, > > Just discovered a difference between rrdtool 1.0.48 and 1.2.x : > In 1.0.x, GIF was a supported GIF

[rrd-users] RRDTool Graph : Gif Imgformat

2007-02-28 Thread Faidherbe, Thierry
Dears, Just discovered a difference between rrdtool 1.0.48 and 1.2.x : In 1.0.x, GIF was a supported GIF Image. Under 1.2.x, it seems support has been removed for GIF image format. any plan to resume GIF Support ? Thanks, Th Kind regards - Bien cordialement - Vriendelijke groeten, Thierry

[rrd-users] rrdtool graph -> text output only. not generate an image.

2006-08-08 Thread R Blundell
Hello, several years ago I used "rrdtool graph" to create text output of my GPRINT and COMMENT commands to the standard out, ie no .png image is created, only text is printed. This is useful for extracting data from an RRD and using CDEF built into rrd. I cannot find the correct syntax to do th

[rrd-users] rrdtool graph slow on some columns

2005-09-07 Thread christian smyth
Folks, Hi, I have an rrd I created that has 4 columns (well, DS's). Every 5 minutes I shove in some data from df -k about a specific filesystem on a unix box. I generate graphs from time to time. Thing is, if I generate a graph from data in one column, the rrdtool graph command completes in, sa

[rrd-users] RRDTOOL graph and windows 2000

2005-09-04 Thread Alex
Hi, I try to use rrdtool graph but under windows, I get "ERROR: failed to load c:windowsfontsarialn.ttf". Where RRDTool looks for fonts by default ? What do I need to install or to allow RRDTool to find fonts under windows ? I use 1.2.10. Thankx Alex -- Unsubscribe mailto:[EMAIL PROTECTED] Hel

[rrd-users] rrdtool graph: parsing $variable problem

2005-07-15 Thread Alberto Sylvester
Hi rrdtool (1.2.10) graph parse an environmental variable with spaces adding quotes. If the variable EXTRA (see below) is set then rrdtool tries to figure out best way to parse it. The other variables work fine. LEGEND="" EXTRA=" --title 'CPU usage for the past $PERIOD' --vertical-label 'CPU Usag

[rrd-users] rrdtool graph

2005-06-20 Thread Salil Kulkarni
Hi, I'm quite new to the rrdtool, and I'm trying to use rrdtool to plot values from a MySQL database using PHP. I wanted to know if there is some API which will allow me to plot values from PHP. I am currently using the system("rrdtool graph ..") function in Linux, from inside my script. It

[rrd-users] rrdtool graph more than 3 LINES

2005-06-15 Thread Jacobs, Sven
Hey All, Is it possible to draw more than 3 lines in a graph? I want to create a graph of 6 partitions of my system. In case not is there an other solution? Kind regards Sven -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-us

[rrd-users] rrdtool graph don't show values

2005-03-16 Thread Didier Benza
Hello, I am new to rrdtool and I tried to create, update and graph a database as an exercice. I created a database to store RX and TX values resulting of the netstat --interface=xxx command on a linux box. The command I used to create the database was : rrdtool create netstat.rrd \ --st

[rrd-users] RRDTOOL graph

2004-12-08 Thread Arthur
Hi All! I'm currently trying to create some graphs with 'rrdtool graph'. Most of them seem fine, but when measuring bandwidth the graphs show a factor 10 to little traffic. (So 10mb show up in the graph as 1mb) Did anybody had this problem before? I tried to google it and searched the mailinglist

[rrd-users] rrdtool graph VS

2004-11-24 Thread Naya Sutapanit
Hi all, I have a problem using "" command in RRDcgi. Here are my command After I entered the page which include this command, I got "graph.gif" in directory "/var/www/html" but the size of graph.gif is 0 (zero). It was empty if I view with browser. If I use a shell command "rrdtool gra

[rrd-users] rrdtool graph cli options...

2003-09-23 Thread Justin F. Knox
Hi all, I'm using rrdtool graph from the command line, as well as through PHP directly (with code from the contrib dir). My question is this: is there an option at the command line for rrdtool graph to suppress the gray image border? I've looked through the man pages and can find no such o

[rrd-users] rrdtool graph - <-- php

2003-09-14 Thread Mihai Basalic
Hello, I'm interested in some documentation about generating graphs via php, on request. (like cacti) Thanks. Mihai Basalic -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdminhttp://www.ee.ethz.ch/~s

[rrd-users] rrdtool graph more average :)

2003-07-23 Thread Mikko Lyly
Hi, Has any one have an idea how whould i make graph of stats measured every hr to be more smoother line when greating graphs like the black line in this picture http://www.zoo-gate.fi/~fips/rrdtoolgraph.gif any advice is greatly apreaciated, thanks :) -Mikko -- -- Unsubscribe mailto:[EMA

[rrd-users] rrdtool - graph scale in the millions ?

2003-05-15 Thread dmahler
I have been running rrdtool for quite a while now and seem to have an issue occasionally with a graph scale (or perhaps invalid data samples). For example, I am using mrtg to gather simple traffic counters for some vpn tunnels every 8 minutes. normally the data then traffic graphs in the

[rrd-users] rrdtool graph lockup

2003-05-09 Thread Sean Harding
Suddenly a couple of my 'rrdtool graph' commands have stopped working. They just hang forever, spinning on the CPU: PID USERNAME THR PRI NICE SIZE RES STATETIMECPU COMMAND 25672 sharding 1 00 1552K 1472K run 1:36 90.16% rrdtool I haven't played with it in a debugger,

[rrd-users] rrdtool graph timeout

2002-10-18 Thread Paul Klinaftakis
Hi, I have created an RRD file with the following definition: --step 3600 DS:channels:GAUGE:7200:U:U RRA:AVERAGE:0.5:1:3600 RRA:AVERAGE:0.5:1:3700 RRA:AVERAGE:0.5:1:3775 RRA:AVERAGE:0.5:1:3797 RRA:MAX:0.5:1:3600 RRA:MAX:0.5:1:3700 RRA:MAX:0.5:1:3775 RRA:MAX:0.5:1:3797 and I use rrdtool graph to

[rrd-users] RRDTool graph question: one data point a day, then it starts at 1 6:00, not 00:00 in PST (-08:00)

2002-03-20 Thread Hsiao, Chang-Ping
Hi! So far this seems happens only when I plot one datum a day. No matter how I try to manipulate the EPOCH used to create an RRD, update an RRD, the result by fetch the RRD will always show hour 16 for now and hour 17 when it becomes PDT. (I thought it should become hour 15.) Does a

[rrd-users] rrdtool graph

2001-11-30 Thread José Maria Costa Pereira
Hello everybody! The following lines show me the time of last update in the abc.rrd using rrd-cgi: COMMENT:"The statistics were last updated on"\r COMMENT:""\r How can I do something similar with rrdtool graph command line? Any help would be apreciated. Thanks Best regards, José Mar

[rrd-users] rrdtool graph bug?

2001-10-03 Thread Michael . N . Zupan
I'm developing a frontend to rrdtool. I've run into this problem. All my rrd databases are located in /rrd/db/*.rrd All my scripts to graph and update are in /rrd/*.pl and *.php Now when i call this command in the /rrd dir rdtool graph day.gif --start -86400 --title="Past Day" DEF:/rrd/db/tra

[rrd-users] rrdtool graph --lazy option

2001-07-23 Thread Mike Papper
I am using the --lazy option when generating graphs and this is the behaviour I see after generating a graph at least once: if the RRD itself has changed, but no graphing parameters are changed the graph is not regenerated. I was hoping that if the RRD (meaning any one of the RRDs that the graph

[rrd-users] rrdtool graph question

2001-06-19 Thread Raymond Vermeer
Hello, does anyone no how to do the following ? I have a rrdfile with 3 GAUGE datasources A, B and C. Now I want to graph the following formula on a line or area : (A + B - C) / (A + B) greetings Raymond Vermeer PTT Post / Dox & Data/Tri-C Tauber 52 (kamer TA 168) 2267 ED Leidschendam Tel (070

[rrd-users] rrdtool graph question

2001-06-19 Thread Raymond Vermeer
Hello, does anyone no how to do the following ? I have a rrdfile with 3 GAUGE datasources A, B and C. Now I want to graph the following formula on a line or area : (A + B - C) / (A + B) greetings Raymond Vermeer PTT Post / Dox & Data/Tri-C Tauber 52 (kamer TA 168) 2267 ED Leidschendam Tel (070

[rrd-users] rrdtool graph

2001-01-17 Thread Jay McCarthy
when imake graphs there is a gray border around the entire image and i tried to get rid of it by changing color FRAME to #FF but it didn't make a difference. any advice? -- Jay McCarthy CIS Technical Services -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Arc