Devante Vargas <devan...@gmail.com> wrote:

> I then connect to XenApp and launch a session and runt he update command 
> using the following:
> 
> c:\Perl\site\lib\auto\RRDs\rrdtool.exe update 
> f:\PSscripts\Common\Get-FarmData\DASHBOARD\DEV_Accounts\SessionState.rrd 
> N:2:1:1:0:0:0
> 
> Once its updated

How many times/over what period did you run the updates ? You have a step size 
of 300s (5 minutes), and your most granular consolidated data for MIN and MAX 
is 12 times that (ie one hour). You'll need to run updates less than 600s (10 
minutes) apart until both of the following are true :
- You go "past the hour", since your consolidated data points will all start 
end on the hour (ie 1am, 2am, and so on)
- You have more than 50% of the preceding primary data points "filled".
This means you must be regularly updating for *AT LEAST* half an hour, and up 
to almost 1 1/2 hours depending on when you start, before you'll see data.

Use rrdtool fetch ... to see what data is available.

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to