[rrd-users] Re: NaN Values?

2006-04-27 Thread Stefano Cislaghi
What's sorry? 2006/4/27, Alex van den Bogaerdt <[EMAIL PROTECTED]>: > On Thu, Apr 27, 2006 at 03:43:10PM +0200, Stefano Cislaghi wrote: > > I'm already running a complete script that, every 5 mins, push data in > > a mysql db and in my rrd file. Mysql is ok, rrd

[rrd-users] Re: NaN Values?

2006-04-27 Thread Stefano Cislaghi
ECTED]>: > On Thu, Apr 27, 2006 at 03:15:11PM +0200, Stefano Cislaghi wrote: > > > Where's my bug? > > Create a complete script, one that generates a database, does a couple > of updates, and tries to fetch that data. Show that script, and the > data it generates.

[rrd-users] NaN Values?

2006-04-27 Thread Stefano Cislaghi
Hello all, i've created an RRD db with command: rrdtool create mspII.rrd -s 300 DS:socket:GAUGE:900:0:1500 DS:rrt:GAUGE:900:0:1500 DS:speed:GAUGE:900:0:10 RRA:AVERAGE:0.5:1:95000 I dump value with rrdtool update $TIMESTAMP:$SOCKET:$RRT:$SPEED where: TIMESTAMP=`date +%s SOCKET=0010 RRT

[rrd-users] Some hints about UNKNOWN value

2006-02-01 Thread Stefano Cislaghi
Hi all, so I need maybe some hings... my problem is this: I have to measure timing of a webserver response. So i put in my rrd database the data. Time is between 0.000 and 9.999. My needed is to print graph with time performance, and this is simple, min/max/avg value, and this is also simple, b

[rrd-users] Some help on CDEF functions

2006-01-25 Thread Stefano Cislaghi
Hi all, so while I've needed the one-shot value from my RRD I took this way: Parameters: A single value, beetween 0.000 and 10.000 every 60 seconds. Here, how I have created my RRD db: rrdtool create conf/tal.rrd --start 1138199559 --step 60 DS:time:GAUGE:120:0:10 RRA:MAX:0.000:1:2880 And thi

[rrd-users] Graph all data?

2006-01-24 Thread Stefano Cislaghi
Hi all again, so now I've created an rrd db with this command: rrdtool create tal_new.rrd --start 1138113742 --step 60 DS:time:GAUGE:120:0:10 RRA:AVERAGE:0.01:2:1440 RRA:AVERAGE:0.01:15:672 RRA:AVERAGE:0.01:1440:31 RRA:MAX:0.01:15:672 Using this command line: rrdtool graph --rigid web/tempo1.pn

[rrd-users] Re: Using RRD to generate KPI

2006-01-24 Thread Stefano Cislaghi
KPI is Key Performance Indicator a sort of graph to trace the availability of a service... Ok... Thanks Ste 2006/1/24, Michael Bunk <[EMAIL PROTECTED]>: > Hi Stefano, > > > I'm experiencing with RRDTools to generate graphs of KPI of some... > > What is KPI? > > > It's possbile to graph only DS

[rrd-users] Using RRD to generate KPI

2006-01-23 Thread Stefano Cislaghi
Hi all, I'm experiencing with RRDTools to generate graphs of KPI of some platforms. Simplest KPI to plot are referred to webservices. With a simple shell script run by cron every 5 minutes I log on a file these data: 23/01 14:25 0.014 OK 1138022700 23/01 14:30 0.013 OK 1138023000 23/01 14:35 0.01