I have a graph which will use the Octet count to calculate the bandwidth used in a 30 second period.
The CDEF I've created is the following.
Code: Select all
cdef=CURRENT_DATA_SOURCE,PREV(CURRENT_DATA_SOURCE),-,30,/,8,*,1048576,/
I'm really struggling to figure out how this is caused. I feel it's related to me using the PREV(CURRENT_DATA_SOURCE) value, but can't figure out how to achieve what I need without using it. As well I can't see why 4 hours seems to be the magic break point.
Any help is greatly appreciated.
Thanks