Hello Community Members,
I am bit new to SWQL so wanted help on one of the Custom Charts realted to Interface Traffics
I have this data from NPM InterfaceTraffic
{"ObservationTimestamp":"2019-02-19T00:53:27.6330000","InAveragebps":22674344.0},{"ObservationTimestamp":"2019-02-19T00:44:27.6330000","InAveragebps":21715358.0},{"ObservationTimestamp":"2019-02-19T00:35:27.6300000","InAveragebps":17447148.0},{"ObservationTimestamp":"2019-02-19T00:26:27.6500000","InAveragebps":20513406.0},{"ObservationTimestamp":"2019-02-19T00:17:27.5630000","InAveragebps":19770150.0},{"ObservationTimestamp":"2019-02-19T00:08:27.5600000","InAveragebps":26387422.0},
In Dashboard, the chart data for 15 minute sample interval is displayed i.e. time duration 12AM, 12:15 AM, 12:30 AM and so on.
While querying the NPM.InterfaceTraffic table for an interface, i got the result set with difference of 9 minutes, starting from 12:08 AM.
I would like to know what kind of aggregation based on sample interval is done to generate the chart data for 12:15 AM, 12:30 AM... time duration
Any lead/help would be much appreciated.
Thanks.