Good question. I suspect the overall changes would be minimal... maybe that's a good project for version II. It would pull the data, but not without some development work.
The heart of tSmoke is the pulling the average number of PINGs from the round robin database using the code below. By using a different DEF's and CDEF's you could make it report different things. my ($DAverage,$Dxsize,$Dysize) = RRDs::graph "fake.png", "--start","-86400", "--end","-600", "--step","1008", "DEF:loss=$target:loss:AVERAGE", "CDEF:avail=loss,UN,0,loss,IF,$pings,GE,0,100,IF", "PRINT:avail:AVERAGE:%.2lf"; Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 03, 2004 3:45 PM To: [EMAIL PROTECTED] Cc: Dan McGinn-Combs Subject: Re: [smokeping-users] Re: Smokeping result howto Hi, tSmoke report on Avg. Availability. if i want to get Avg. RTT and Avg. Packet Loss what should i do? Thanks. Mesbah -------------------------------------------------- This message was sent through http://www.link3.net -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
