[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] RE: strange rrd results via ncv
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] RE: strange rrd results via ncv
- From: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Mon, 21 Jan 2008 09:38:42 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=vgQsxqEKgC/OE1Xd4WzT072t6dSB7KhTBbdiWB60xu8=; b=TNu+3U+6WkEHZB0ADk5Q70Zkv95TZWH6ltavSHzem7vI5GJvvjC3uztNFmTyIAdgjgf3yX2Fm+h6rZi2mmWC+/nR6ume4wVqg/BPT0CTtBNcNUlAPabshbFoB7Ro35LZ9mN/5RREPt6wM8TV6jb//lrYaRviOm/9mv0H393iFrM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dvoIA7MfgXs/Gh7LT5k4yDDiA43xo6wr25s9M3zPW4OnOwPQx90UzLgeubdJ+Cfd/iaf5Ru2uIsfvc/YZtNtLzEqBSYQVG2vLJrpIWuAAlZ0GULJvf/RbtcoKx4ZwJbTowQ43A6B4slO7NXYd7UOHW0/7HgWpk5wd8OdYhu0fi4=
- References: <1A590FCC158A244B80DC7D09134B9AED0369EBDE (at) svr-gbn-exc-02.mgc.mentorg.com>
On Jan 21, 2008 4:09 AM, Whilding, Craig <
Craig_Whilding_TERM (at) relay1.mentorg.com> wrote:
> I've had to reply to myself as hobbit mail isn't getting through to me
> for some reason.
>
>
>
> Gary or others do you know how I can get it to chart the exact vale that
> comes in then. It's a bit silly having a graph of 4.8 jobs etc. Also 4.5is the average of 4 and 5 so it doesn't make much sense anyway, Also it's
> the data at the bottom of the graph that is really odd – queue max = 1.5m,
> running average 445.0m?
>
>
>
> Not sure where that data is coming from?
>
The problem is that rrdtool expects data to arrive at specific intervals.
Any data that doesn't arrive at the precise time it should, gets
interpolated - i.e. "adjusted to fit the curve". So, if the rrd is built
with a start time of midnight and update intervals of 300 seconds (5
minutes), you'd need to be delivering updates at 00:05, 00:10, 00:15, etc,
in order to get the exact values stored.
You'll see this in some of the standard graphs too. I have a machine that's
recording network traffic and right now its current bits-per-second value on
the graph is 15247.9. 0.9 of a bit is ridiculous, but there it is...
Ralph Mitchell