<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>Below is a windows 
batch file I created. </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>There is an app that 
will pass me data as often as every second.. for items like&nbsp; how many 
customers are currently waiting for assistance.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=994330616-23032009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>I believe I have the 
create line correct to expect data update every second, and if I get it 
correctly in my mind, will get one hours worth and then will round robin back to 
start of dbase and start collecting next hour's worth? I set it for gauge/last 
because I don't want averaging etc during the hour.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=994330616-23032009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>The graph though 
shows&nbsp;08:00 through&nbsp;09:00 and values&nbsp;0.0 through 
1.0</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>It's&nbsp;just 
a&nbsp;grid devoid of any actual plotted lines&nbsp;showing any data, and I 
don't&nbsp;see why it's only ranging&nbsp;from 0.0-1.0 &nbsp;when the dummy data 
values I'm putting in are 1 through 4. </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=994330616-23032009>&nbsp;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=994330616-23032009>I've been gogling 
and trying various things, but so far I just don't have a grasp of this yet.. 
help? </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>rrdtool create waiting.rrd --start 1237554000 
--step 1 DS:waiting:GAUGE:1:0:U RRA:LAST:0.5:36000:1<BR>rrdtool update 
waiting.rrd 1237554001:4<BR>rrdtool update waiting.rrd 1237554002:1<BR>rrdtool 
update waiting.rrd 1237554003:3<BR>rrdtool update waiting.rrd 
1237554004:1<BR>rrdtool update waiting.rrd 1237554005:3<BR>rrdtool update 
waiting.rrd 1237554006:2<BR>rrdtool update waiting.rrd 1237554007:2<BR>rrdtool 
update waiting.rrd 1237554008:2<BR>rrdtool update waiting.rrd 
1237554009:1<BR>rrdtool update waiting.rrd 1237554010:1<BR>rrdtool update 
waiting.rrd 1237554011:4<BR>rrdtool update waiting.rrd 1237554012:1<BR>rrdtool 
update waiting.rrd 1237554013:3<BR>rrdtool update waiting.rrd 
1237554014:1<BR>rrdtool update waiting.rrd 1237554015:3<BR>rrdtool update 
waiting.rrd 1237554016:2<BR>rrdtool update waiting.rrd 1237554017:2<BR>rrdtool 
update waiting.rrd 1237554018:2<BR>rrdtool update waiting.rrd 
1237554019:1<BR>rrdtool update waiting.rrd 1237554020:1<BR>rrdtool update 
waiting.rrd 1237554021:4</FONT></DIV>
<DIV><SPAN class=994330616-23032009></SPAN><FONT face=Arial size=2>&lt;<SPAN 
class=994330616-23032009>snip for brevity&gt;</SPAN><BR>rrdtool update 
waiting.rrd 1237554647:2<BR>rrdtool update waiting.rrd 1237554648:2<BR>rrdtool 
update waiting.rrd 1237554649:1<BR>rrdtool update waiting.rrd 
1237554650:1<BR>rrdtool update waiting.rrd 1237554651:4<BR>rrdtool update 
waiting.rrd 1237554652:1<BR>rrdtool update waiting.rrd 1237554653:3<BR>rrdtool 
update waiting.rrd 1237554654:1<BR>rrdtool update waiting.rrd 
1237554655:1<BR>rrdtool update waiting.rrd 1237554656:2<BR>rrdtool update 
waiting.rrd 1237554657:2<BR>rrdtool update waiting.rrd 1237554658:2<BR>rrdtool 
update waiting.rrd 1237554659:4<BR>rrdtool update waiting.rrd 
1237554660:3<BR>rrdtool graph waiting_b3.png -t waiting --start 1237554000 --end 
1237557600 -A -Y -L 2 DEF:waiting=waiting.rrd:waiting:LAST 
LINE2:waiting#ff0000<BR>pause<BR></FONT><FONT face=Arial size=2><SPAN 
class=881442313-10042008></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=881442313-10042008>&nbsp;</DIV>
<DIV align=left>
<DIV align=left><B><FONT face="Times New Roman" size=2><SPAN 
style="FONT-WEIGHT: bold; FONT-SIZE: 10pt">Tony </SPAN></FONT></B><EM><I><FONT 
face=Arial color=navy size=1><SPAN 
style="FONT-SIZE: 7.5pt; COLOR: navy; FONT-FAMILY: Arial"></SPAN></FONT></I></EM></DIV></SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>
**CONFIDENTIAL NOTICE** <BR>
This e-mail and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient.  If you are not the intended recipient of the e-mail or any of  its attachments, please be advised that you have received this e-mail in error and that any use, dissemination, distribution, forwarding, printing, or copying of this e-mail or any attached files is strictly prohibited.  If you have received this e-mail in error, please immediately purge it and all attachments and notify the sender by reply e-mail.<BR>
</DIV></BODY></HTML>