This message was deleted.
# _general
s
This message was deleted.
a
@Rob Zylowski?
r
Why would you want to? You eoukd be making the database work very hard.
a
Make sense thanks Rob but am I right the 5 minutes pulled value is basically an average of RTT on the VDA in the last 5 minutes? Or is it a point-in-time every 5 minutes?
The reason behind my question is that the RTT value shown in Director changes every 15 seconds which gives the impression to customers that they can pull this data for the past 24 hours but I think what is being stored is only 5 minutes intervals… so just wanted to check if OData value is an average or point in time
r
Sorry had to dig into looking at the data with my script. It looks like we capture a raw datapoint every 5 minutes in the SessionMetrics table. That data is available for 24 hours. So its not a rollup its a datapoint.
a
Thanks for looking Rob, much appreciated. So if I understand this correctly that datapoint is representative of that very second of capturing meaning if my session suffered a short 1 minute RTT delay in between those captures that delay will not get recorded?
r
Yes and its about 5 minutes not exactly
but as long as you are looking at all the rtt form the session you woudl be ok
a
Very helpful to know- thanks again šŸ»
r
Youre welcome