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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
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
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://
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.
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
--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.
>
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
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
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
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
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
; 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
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
>>> 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
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
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
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', #
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
75 matches
Mail list logo