[rrd-users] Correcting for GMT lag on daily values

2002-09-05 Thread Joe Loiacono
of the desired input ones. How can I solve this? Thanks very much, Joe Loiacono -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi

[rrd-users] Re: Correcting for GMT lag on daily values

2002-09-05 Thread Joe Loiacono
Claude, Thanks very much. Unfortunately it is somewhat more complicated. See Serge and Alex's discussion: http://www.ee.ethz.ch/~slist/rrd-users/msg04937.html Joe

[rrd-users] Re: Correcting for GMT lag on daily values

2002-09-06 Thread Joe Loiacono
Yes, doing as you describe does keep the input values intact. Thanks. However, the times associated with the values in the database are set to the local time, and hence when a graph is generated the data is offset from the vertical lines which occur on the GMT midnight boundaries. Here in

[rrd-users] Re: Numbers

2006-05-31 Thread Joe Loiacono
I'm using RRDTool to collect and graph filtered Netflow data. I have set it up with 4 MRTG-like RRAs, and I produce new graphs every 5 minutes. I have VDEFs for MAX, MIN, AVG, 95th PCT. These print out for each of the four graphs nicely, with the exeception that on the final graph (the one

[rrd-users] How best to load up RRDs::graph

2006-06-10 Thread Joe Loiacono
I have stared at this a long time, but can't see the problem. The issue has come about because I'm fiddling with the way Perl provides the parameters to RRDs::graph, trying to be able to include/exclude certain parameters when necessary. The same thing works using the old way (see below - the

[rrd-users] Re: How best to load up RRDs::graph

2006-06-12 Thread Joe Loiacono
Doh! ... left off the graph filename ... Joe Loiacono/CIV/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/09/2006 05:00 PM To rrd-users@list.ee.ethz.ch cc Subject [rrd-users] How best to load up RRDs::graph I have stared at this a long time, but can't see the problem. The issue has

[rrd-users] Combining RRD files into single graph

2006-07-14 Thread Joe Loiacono
Is there a standard way (or any way :) of easily combining data from several separate RRDtool files into a single graph? Thanks, Joe -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin

[rrd-users] Re: Combining RRD files into single graph

2006-07-14 Thread Joe Loiacono
Daniel Tepas [EMAIL PROTECTED] wrote on 07/14/2006 01:59:36 PM: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe Loiacono wrote: Is there a standard way (or any way :) of easily combining data from several separate RRDtool files into a single graph? Thanks, Sure, very easy. Usually

[rrd-users] Re: How to create square wave graph.

2006-08-28 Thread Joe Loiacono
You might also make sure you don't have the --slope-mode option on. Jeevanandam, Kathirvel (IE10) [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 08/28/2006 12:28 AM To rrd-users@list.ee.ethz.ch cc Subject [rrd-users] How to create square wave graph. Hi, I am using RRDTool for creating

[rrd-users] Re: rrd graphs look very strange and not natural

2006-08-28 Thread Joe Loiacono
You might try adding the --slope-mode option to your command line? Miki Laor [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 08/23/2006 11:25 AM To rrd-users@list.ee.ethz.ch cc Subject [rrd-users] rrd graphs look very strange and not natural Content-Type: text/plain;

[rrd-users] Re: I'cant update my db

2006-09-11 Thread Joe Loiacono
Typically when this happens to me (can run from commnd but not crontab) it's a path problem. You might check that ... Joe juan luis montoya rivadineira [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/11/2006 11:30 AM To rrd-users@list.ee.ethz.ch cc Subject [rrd-users] I'cant update my db

[rrd-users] ERR: can't handle RRD file version 0003

2007-01-15 Thread Joe Loiacono
ERR: can't handle RRD file version 0003 I'm getting this error. Is it a problem of too old a version of RRDs.pm? RRDs.pm version: 1.000481 RRDtool version: 1.2.12 Thanks, Joe -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive

[rrd-users] Re: ERR: can't handle RRD file version 0003

2007-01-18 Thread Joe Loiacono
Tobias Oetiker [EMAIL PROTECTED] 01/16/2007 01:28 AM To Joe Loiacono/CIV/[EMAIL PROTECTED] cc rrd-users@list.ee.ethz.ch Subject Re: [rrd-users] ERR: can't handle RRD file version 0003 Hi Joe, make sure you have RRDs.pm matching your rrdtool installation ... cheers tobi Yesterday Joe Loiacono

Re: [rrd-users] How to Force Generation of VRULE Regardless of Scale

2007-01-26 Thread Joe Loiacono
I have had a different experience. I keep four MTG-like graphs (i.e., 24 hours, 7 days, 1 month, 1 year) and occasionally I add a VRULE. That VRULE will appear on each graph (recall: varying time periods) at the specified time, with the same pixel width. Joe [EMAIL PROTECTED] wrote on

Re: [rrd-users] How to Force Generation of VRULE Regardless of Scale

2007-01-26 Thread Joe Loiacono
Chris Neumann [EMAIL PROTECTED] wrote on 01/26/2007 11:44:42 AM: Joe, Were all four of your graphs generated from the same RRD, or were they each from a different RRD with a different scale (i.e. hourly, rolled up to daily, rolled up to monthly, etc.?) Same RRD. In my case, I have

[rrd-users] Adding longer periods to existing databases?

2007-07-12 Thread Joe Loiacono
The following seems like it might be a common problem: I've replicated the MRTG 'standard' four graphs: 24 hours, 7 days, 4 weeks, previous year. But now I'd like to keep daily averages for *three* years as well. Can this modification be applied to existing RRDtool files? Is there a common

Re: [rrd-users] RRDTool time format

2007-08-13 Thread Joe Loiacono
[EMAIL PROTECTED] wrote on 08/05/2007 11:53:38 PM: Hello everyone :) I'm having problems in creating a timestamp with a given long value. I got the long value by using a simple rrdtool command, which is rrdtool info table_name.rrd and I look for the row that showsl last_update =

Re: [rrd-users] rrdtool perl interface from 1.0 to 1.2

2007-11-26 Thread Joe Loiacono
Make sure you have the RRDs that goes with 1.2. I upgraded RRDtool to v 1.2, and somehow didn't get the RRDs upgraded. Joe Xavier Beaudouin [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 11/26/2007 08:30 AM To rrd-users@lists.oetiker.ch cc Subject [rrd-users] rrdtool perl interface from 1.0

[rrd-users] Missing TCL on Red Hat?

2008-01-08 Thread Joe Loiacono
RRDtool make is trying to build for TCL. Is it odd the Red Hat EL4 is missing tcl.h? Do I have to install TCL? It looks like it is somewhat there already :-( Thanks, Joe Making all in tcl make[3]: Entering directory `/home/loiacono/rrdtool-1.2.26/bindings/tcl' gcc -g -O2 -fno-strict-aliasing

Re: [rrd-users] Missing TCL on Red Hat?

2008-01-08 Thread Joe Loiacono
modifier for ./configure. Since I don't need TCL I used this and RRDtool built fine. Joe Joe Loiacono/CIV/[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/08/2008 04:24 PM To rrd-users@lists.oetiker.ch cc Subject [rrd-users] Missing TCL on Red Hat? RRDtool make is trying to build for TCL

[rrd-users] Can't locate loadable object for module RRDs

2008-01-09 Thread Joe Loiacono
The problem is that the RRDtool 'make install' puts RRDs.pm into a library that Perl is not familiar with. RRDtool 'make install' puts it here: /usr/local/rrdtool-1.2.26/lib/perl/5.8.5/i386-linux-thread-multi Perl looks for it here (as well as other places):

[rrd-users] Statistical Weirdness

2008-01-17 Thread Joe Loiacono
I recently began creating a fifth graph (Last 3 years) to go along with the typical MRTG-like four (Last Day, Week, Month, Year). But, I noticed that the statistics for the new 3 Year graph do not match the 1 year graph even though there are only about 7 months worth of data, and you would

[rrd-users] How to graph full interface graphs

2008-02-04 Thread Joe Loiacono
The interface graphs I like the best I would describe as 'full'. They include percentages for usage of total available, and they include the peak 5-minute values for inbound and outbound on all graphs other than the 5-minute one itself. Thses preserved paek vaules are printed in magenta and

Re: [rrd-users] How to graph full interface graphs

2008-02-04 Thread Joe Loiacono
Thanks Simon. Good explanation. But I was thinking that this might be a standard MRTG process, and I could quickly snatch the command. :-) I'll put it together ... Thanks, Joe [EMAIL PROTECTED] wrote on 02/04/2008 01:50:50 PM: Joe Loiacono wrote: The interface graphs I like the best I

Re: [rrd-users] RRDTool+NfSen problem

2008-03-10 Thread Joe Loiacono
Similar problem with FlowViewer using RRDs.pm, see: http://ensight.eos.nasa.gov/FlowViewer/faq.html#16 Joe Manuela Lima [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/10/2008 09:50 AM To RRDTool Forum rrd-users@lists.oetiker.ch cc NfSen Forum [EMAIL PROTECTED] Subject [rrd-users]

Re: [rrd-users] gauges

2008-04-07 Thread Joe Loiacono
[EMAIL PROTECTED] wrote on 04/05/2008 03:47:12 PM: Understood. And if I understand the purposes for MIN MAX and AVERAGE, they can be used additionally in a GAUGE context. I can understand their use in COUNTER types for net traffic etc. I think that MIN, MAX, AVG, can apply to either COUNTER

Re: [rrd-users] RRD Newbee needs help with RRD Perl script

2009-11-04 Thread Joe Loiacono
Here are some instructions I use for fixing the RRDs location problem (which I think is what you're experiencing). From FlowViewer FAQ: http://ensight.eos.nasa.gov/FlowViewer/faq.html#16 If the FlowTracker Group page appears but there is no sample graph at the top, or you receive an

Re: [rrd-users] RRD PERCENT question (95 percentile)

2010-05-12 Thread Joe Loiacono
See this link for a close look into the problem: https://lists.oetiker.ch/pipermail/rrd-users/2008-January/013582.html Joe Loiacono From: Alex van den Bogaerdt a...@vandenbogaerdt.nl To: rrd-users@lists.oetiker.ch Date: 05/12/2010 03:09 AM Subject: Re: [rrd-users] RRD PERCENT question (95

[rrd-users] ERROR: This RRD was created on another architecture

2011-04-11 Thread Joe Loiacono
Forgive me if this has been brought up before. Is there a way to convert 32-bit RRD files to 64-bit? (I'm assuming that is what I'm dealing with.) Thanks, Joe Loiacono___ rrd-users mailing list rrd-users@lists.oetiker.ch

Re: [rrd-users] rrdtool resize corrupts timestamps in both 1.3.9 and 1.4.7

2012-07-12 Thread Joe Loiacono
updated.) v1.4.7. Joe Loiacono From: Jo Rhett jrh...@netconsonance.com To: rrd-users@lists.oetiker.ch Date: 07/12/2012 06:54 PM Subject:[rrd-users] rrdtool resize corrupts timestamps in both 1.3.9 and 1.4.7 Sent by:rrd-users-bounces+jloiacon=csc

[rrd-users] RRDtool RPMs for yum?

2012-11-26 Thread Joe Loiacono
I was surprised that the RHEL repository seemed to be out of RRDtool: https://xmlrpc.rhn.redhat.com/XMLRPC/GET-REQ/rhel-x86_64-server-5 Could it be? Or am I not not accessing it properly? Is there a better way? I downloaded rrdtool-1.4.5-1.slc6.wrl.x86_64.rpm (thanks William Lorenz) and did a

[rrd-users] RHEL6 - rrdtool dumping text

2013-08-10 Thread Joe Loiacono
It seems to be working OK ... but it keeps dumping what looks like debug text. Any known problem? Is there a switch? Used these two RPMs: perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm rrdtool-1.4.7-1.el6.wrl.x86_64.rpm Thanks, Joe Loiacono___ rrd-users

Re: [rrd-users] RHEL6 - rrdtool dumping text

2013-08-12 Thread Joe Loiacono
it is turned off? Thanks! Joe Loiacono From: Tobi Oetiker t...@oetiker.ch To: Joe Loiacono/USA/CSC@CSC Cc: eschoel...@users.sourceforge.net eschoel...@users.sourceforge.net, rrd-users@lists.oetiker.ch rrd-users@lists.oetiker.ch, rrd-users-bounces+jloiacon=csc@lists.oetiker.ch rrd-users

Re: [rrd-users] RHEL6 - rrdtool dumping text

2013-08-12 Thread Joe Loiacono
every object module. Joe From: Joe Loiacono/USA/CSC@CSC To: Tobi Oetiker t...@oetiker.ch Cc: rrd-users@lists.oetiker.ch rrd-users@lists.oetiker.ch, rrd-users-bounces+jloiacon=csc@lists.oetiker.ch rrd-users-bounces+jloiacon=csc@lists.oetiker.ch Date: 08/12/2013 11:27 AM