diff --git a/test/views/charts2/charts/linkMonitor/LinkDirectionGrid.test.js b/test/views/charts2/charts/linkMonitor/LinkDirectionGrid.test.js index b91e7320..ec3759d8 100644 --- a/test/views/charts2/charts/linkMonitor/LinkDirectionGrid.test.js +++ b/test/views/charts2/charts/linkMonitor/LinkDirectionGrid.test.js @@ -135,8 +135,8 @@ describe('views/charts2/charts/linkMonitor/LinkDirectionGrid.vue测试', () => { list1.data.data.result[43].pktRetransPercent = null // 修改下一跳的流量占比为100%,使得网格颜色为前红后绿 - list2.data.data.result[6].egressBitsRate = 0 - list2.data.data.result[6].ingressBitsRate = 100000000000 + list2.data.data.result[6].outBitsRate = 0 + list2.data.data.result[6].inBitsRate = 100000000000 axiosPostAndMounted(list1, list2) const wrapper = mount(LinkDirectionGrid, { diff --git a/test/views/charts2/charts/linkMonitor/LinkTrafficLine.test.js b/test/views/charts2/charts/linkMonitor/LinkTrafficLine.test.js index e1be4432..353286de 100644 --- a/test/views/charts2/charts/linkMonitor/LinkTrafficLine.test.js +++ b/test/views/charts2/charts/linkMonitor/LinkTrafficLine.test.js @@ -17,9 +17,9 @@ const timeFilter = { const linkInfo = JSON.stringify(linkInfoData) -const query1 = { t: '1675395023486', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_egress_link_id = 1792 or common_ingress_link_id = 1793', curTab: 'ip', startTime: 1675391498, endTime: 1675395098, range: 60 } -const query2 = { t: '1675409029937', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_egress_link_id = 2816 or common_ingress_link_id = 2817', curTab: 'ip', startTime: 1675388605, endTime: 1675410205, range: 360, lineMetric: 'Bits/s' } -const query3 = { t: '1675409029937', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_egress_link_id = 2816 or common_ingress_link_id = 2817', curTab: 'ip', startTime: 1675388605, endTime: 1675410205, range: 360, lineMetric: 'Packets/s' } +const query1 = { t: '1675395023486', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_out_link_id = 1792 or common_in_link_id = 1793', curTab: 'ip', startTime: 1675391498, endTime: 1675395098, range: 60 } +const query2 = { t: '1675409029937', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_out_link_id = 2816 or common_in_link_id = 2817', curTab: 'ip', startTime: 1675388605, endTime: 1675410205, range: 360, lineMetric: 'Bits/s' } +const query3 = { t: '1675409029937', thirdPanel: '15', thirdMenu: 'Link ID: Hundredgige10', panelName: 'Link ID: Hundredgige10', queryCondition: 'common_out_link_id = 2816 or common_in_link_id = 2817', curTab: 'ip', startTime: 1675388605, endTime: 1675410205, range: 360, lineMetric: 'Packets/s' } let wrapper = null /** @@ -73,11 +73,11 @@ describe('views/charts2/charts/linkMonitor/LinkTrafficLine.vue测试', () => { const textNode7 = wrapper.get('[test-id="line-packetRetrans"]') expect(textNode0.text()).toEqual('756.87Kbps') - expect(textNode1.text()).toEqual('0%') + expect(textNode1.text()).toEqual('<0.01%') expect(textNode2.text()).toEqual('5') expect(textNode3.text()).toEqual('92ms') expect(textNode4.text()).toEqual('154ms') - expect(textNode5.text()).toEqual('0ms') + expect(textNode5.text()).toEqual('<1ms') expect(textNode6.text()).toEqual('0.69%') expect(textNode7.text()).toEqual('1.65%') resolve() diff --git a/test/views/charts2/charts/linkMonitor/MockData/LinkBlock.js b/test/views/charts2/charts/linkMonitor/MockData/LinkBlock.js index c3799265..cf0aeada 100644 --- a/test/views/charts2/charts/linkMonitor/MockData/LinkBlock.js +++ b/test/views/charts2/charts/linkMonitor/MockData/LinkBlock.js @@ -2,11 +2,11 @@ export const mockData = { common: { data1: { status: 200, - data: { code: 200, queryKey: '549b4c3bcabf0feee193b834671879de', success: true, message: null, statistics: { elapsed: 3, rows_read: 11480, bytes_read: 459200, result_size: 1214, result_rows: 21 }, job: null, formatType: 'json', meta: [{ name: 'link_id', type: 'string', category: 'Dimension' }, { name: 'egress_bytes', type: 'long', category: 'Metric' }, { name: 'ingress_bytes', type: 'long', category: 'Metric' }], data: { resultType: 'table', result: [{ linkId: '257', egressBytes: '0', egressBitsRate: 0, ingressBytes: '493739879', ingressBitsRate: 1097199.76 }, { linkId: '256', egressBytes: '4147998874', egressBitsRate: 9217775.28, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '1024', egressBytes: '4229808296', egressBitsRate: 9399574, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '1793', egressBytes: '0', egressBitsRate: 0, ingressBytes: '604840505', ingressBitsRate: 1344090 }, { linkId: '2817', egressBytes: '0', egressBitsRate: 0, ingressBytes: '430811638', ingressBitsRate: 957359.2 }, { linkId: '0', egressBytes: '819878366014', egressBitsRate: 1821951924.48, ingressBytes: '140774357362', ingressBitsRate: 312831905.28 }, { linkId: '1281', egressBytes: '0', egressBitsRate: 0, ingressBytes: '544675122', ingressBitsRate: 1210389.12 }, { linkId: '2049', egressBytes: '0', egressBitsRate: 0, ingressBytes: '711346274', ingressBitsRate: 1580769.52 }, { linkId: '1536', egressBytes: '4195896971', egressBitsRate: 9324215.52, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '2305', egressBytes: '0', egressBitsRate: 0, ingressBytes: '524865003', ingressBitsRate: 1166366.64 }, { linkId: '1792', egressBytes: '4145790227', egressBitsRate: 9212867.2, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '1025', egressBytes: '0', egressBitsRate: 0, ingressBytes: '492227445', ingressBitsRate: 1093838.8 }, { linkId: '2816', egressBytes: '4000074817', egressBitsRate: 8889055.12, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '513', egressBytes: '0', egressBitsRate: 0, ingressBytes: '1444814826', ingressBitsRate: 3210699.6 }, { linkId: '768', egressBytes: '4370006099', egressBitsRate: 9711124.64, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '512', egressBytes: '3894190397', egressBitsRate: 8653756.4, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '769', egressBytes: '0', egressBitsRate: 0, ingressBytes: '1877580759', ingressBitsRate: 4172401.68 }, { linkId: '2304', egressBytes: '3767761711', egressBitsRate: 8372803.84, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '1537', egressBytes: '0', egressBitsRate: 0, ingressBytes: '367986916', ingressBitsRate: 817748.72 }, { linkId: '1280', egressBytes: '4040444894', egressBitsRate: 8978766.4, ingressBytes: '0', ingressBitsRate: 0 }, { linkId: '2048', egressBytes: '4682050724', egressBitsRate: 10404557.2, ingressBytes: '0', ingressBitsRate: 0 }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20arrayJoin%28splitByChar%28%27_%27%2C%20concat%28toString%28common_egress_link_id%29%2C%20%27_%27%2C%20toString%28common_ingress_link_id%29%29%29%29%20AS%20link_id%2CSUM%28IF%28toString%28common_egress_link_id%29%20%3D%20link_id%2C%20traffic_outbound_byte%2C%200%29%29%20AS%20egress_bytes%2CSUM%28IF%28toString%28common_ingress_link_id%29%20%3D%20link_id%2C%20traffic_inbound_byte%2C%200%29%29%20AS%20ingress_bytes%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675303793%20AND%20stat_time%20%3C%201675307393%20GROUP%20BY%20link_id&format=json&option=real-time', msg: 'OK' } + data: { code: 200, queryKey: '549b4c3bcabf0feee193b834671879de', success: true, message: null, statistics: { elapsed: 3, rows_read: 11480, bytes_read: 459200, result_size: 1214, result_rows: 21 }, job: null, formatType: 'json', meta: [{ name: 'link_id', type: 'string', category: 'Dimension' }, { name: 'out_bytes', type: 'long', category: 'Metric' }, { name: 'in_bytes', type: 'long', category: 'Metric' }], data: { resultType: 'table', result: [{ linkId: '257', outBytes: '0', outBitsRate: 0, inBytes: '493739879', inBitsRate: 1097199.76 }, { linkId: '256', outBytes: '4147998874', outBitsRate: 9217775.28, inBytes: '0', inBitsRate: 0 }, { linkId: '1024', outBytes: '4229808296', outBitsRate: 9399574, inBytes: '0', inBitsRate: 0 }, { linkId: '1793', outBytes: '0', outBitsRate: 0, inBytes: '604840505', inBitsRate: 1344090 }, { linkId: '2817', outBytes: '0', outBitsRate: 0, inBytes: '430811638', inBitsRate: 957359.2 }, { linkId: '0', outBytes: '819878366014', outBitsRate: 1821951924.48, inBytes: '140774357362', inBitsRate: 312831905.28 }, { linkId: '1281', outBytes: '0', outBitsRate: 0, inBytes: '544675122', inBitsRate: 1210389.12 }, { linkId: '2049', outBytes: '0', outBitsRate: 0, inBytes: '711346274', inBitsRate: 1580769.52 }, { linkId: '1536', outBytes: '4195896971', outBitsRate: 9324215.52, inBytes: '0', inBitsRate: 0 }, { linkId: '2305', outBytes: '0', outBitsRate: 0, inBytes: '524865003', inBitsRate: 1166366.64 }, { linkId: '1792', outBytes: '4145790227', outBitsRate: 9212867.2, inBytes: '0', inBitsRate: 0 }, { linkId: '1025', outBytes: '0', outBitsRate: 0, inBytes: '492227445', inBitsRate: 1093838.8 }, { linkId: '2816', outBytes: '4000074817', outBitsRate: 8889055.12, inBytes: '0', inBitsRate: 0 }, { linkId: '513', outBytes: '0', outBitsRate: 0, inBytes: '1444814826', inBitsRate: 3210699.6 }, { linkId: '768', outBytes: '4370006099', outBitsRate: 9711124.64, inBytes: '0', inBitsRate: 0 }, { linkId: '512', outBytes: '3894190397', outBitsRate: 8653756.4, inBytes: '0', inBitsRate: 0 }, { linkId: '769', outBytes: '0', outBitsRate: 0, inBytes: '1877580759', inBitsRate: 4172401.68 }, { linkId: '2304', outBytes: '3767761711', outBitsRate: 8372803.84, inBytes: '0', inBitsRate: 0 }, { linkId: '1537', outBytes: '0', outBitsRate: 0, inBytes: '367986916', inBitsRate: 817748.72 }, { linkId: '1280', outBytes: '4040444894', outBitsRate: 8978766.4, inBytes: '0', inBitsRate: 0 }, { linkId: '2048', outBytes: '4682050724', outBitsRate: 10404557.2, inBytes: '0', inBitsRate: 0 }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20arrayJoin%28splitByChar%28%27_%27%2C%20concat%28toString%28common_out_link_id%29%2C%20%27_%27%2C%20toString%28common_in_link_id%29%29%29%29%20AS%20link_id%2CSUM%28IF%28toString%28common_out_link_id%29%20%3D%20link_id%2C%20traffic_outbound_byte%2C%200%29%29%20AS%20out_bytes%2CSUM%28IF%28toString%28common_in_link_id%29%20%3D%20link_id%2C%20traffic_inbound_byte%2C%200%29%29%20AS%20in_bytes%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675303793%20AND%20stat_time%20%3C%201675307393%20GROUP%20BY%20link_id&format=json&option=real-time', msg: 'OK' } }, data2: { status: 200, - data: { code: 200, queryKey: 'ee2e820b1275748167cdee82b2b4ea40', success: true, message: null, statistics: { elapsed: 3, rows_read: 11480, bytes_read: 618564, result_size: 1053, result_rows: 10 }, job: null, formatType: 'json', meta: [{ name: 'egress_link_direction', type: 'string', category: 'Dimension' }, { name: 'ingress_link_direction', type: 'string', category: 'Dimension' }, { name: 'egress_bytes', type: 'long', category: 'Metric' }, { name: 'ingress_bytes', type: 'long', category: 'Metric' }], data: { resultType: 'table', result: [{ egressLinkDirection: '太原', ingressLinkDirection: '西宁', egressBytes: '2407509269', egressBitsRate: 5350020.56, ingressBytes: '193368911', ingressBitsRate: 429708.72 }, { egressLinkDirection: '西安', ingressLinkDirection: '西安', egressBytes: '3609358392', egressBitsRate: 8020796.4, ingressBytes: '345009143', ingressBitsRate: 766686.96 }, { egressLinkDirection: '西宁', ingressLinkDirection: '西安', egressBytes: '1273508499', egressBitsRate: 2830018.88, ingressBytes: '122646511', ingressBitsRate: 272547.84 }, { egressLinkDirection: '太原', ingressLinkDirection: '太原', egressBytes: '14840136119', egressBitsRate: 32978080.24, ingressBytes: '3386427658', ingressBitsRate: 7525394.8 }, { egressLinkDirection: '西安', ingressLinkDirection: '太原', egressBytes: '7070361369', egressBitsRate: 15711914.16, ingressBytes: '1853445429', ingressBitsRate: 4118767.6 }, { egressLinkDirection: '西宁', ingressLinkDirection: '太原', egressBytes: '2619231460', egressBitsRate: 5820514.32, ingressBytes: '291561196', ingressBitsRate: 647913.76 }, { egressLinkDirection: '', ingressLinkDirection: '', egressBytes: '409939183007', egressBitsRate: 910975962.24, ingressBytes: '70387178681', ingressBitsRate: 156415952.64 }, { egressLinkDirection: '太原', ingressLinkDirection: '西安', egressBytes: '7808050741', egressBitsRate: 17351223.84, ingressBytes: '1001570985', ingressBitsRate: 2225713.28 }, { egressLinkDirection: '西宁', ingressLinkDirection: '西宁', egressBytes: '337068337', egressBitsRate: 749040.72, ingressBytes: '165230290', ingressBitsRate: 367178.4 }, { egressLinkDirection: '西安', ingressLinkDirection: '西宁', egressBytes: '1508798824', egressBitsRate: 3352886.24, ingressBytes: '133628244', ingressBitsRate: 296951.68 }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20egress_link_direction%20AS%20egress_link_direction%2C%20ingress_link_direction%20AS%20ingress_link_direction%2C%20SUM%28traffic_outbound_byte%29%20AS%20egress_bytes%2C%20SUM%28traffic_inbound_byte%29%20AS%20ingress_bytes%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675303793%20AND%20stat_time%20%3C%201675307393%20GROUP%20BY%20egress_link_direction%2C%20ingress_link_direction&format=json&option=real-time', msg: 'OK' } + data: { code: 200, queryKey: 'ee2e820b1275748167cdee82b2b4ea40', success: true, message: null, statistics: { elapsed: 3, rows_read: 11480, bytes_read: 618564, result_size: 1053, result_rows: 10 }, job: null, formatType: 'json', meta: [{ name: 'out_link_direction', type: 'string', category: 'Dimension' }, { name: 'in_link_direction', type: 'string', category: 'Dimension' }, { name: 'out_bytes', type: 'long', category: 'Metric' }, { name: 'in_bytes', type: 'long', category: 'Metric' }], data: { resultType: 'table', result: [{ outLinkDirection: '太原', inLinkDirection: '西宁', outBytes: '2407509269', outBitsRate: 5350020.56, inBytes: '193368911', inBitsRate: 429708.72 }, { outLinkDirection: '西安', inLinkDirection: '西安', outBytes: '3609358392', outBitsRate: 8020796.4, inBytes: '345009143', inBitsRate: 766686.96 }, { outLinkDirection: '西宁', inLinkDirection: '西安', outBytes: '1273508499', outBitsRate: 2830018.88, inBytes: '122646511', inBitsRate: 272547.84 }, { outLinkDirection: '太原', inLinkDirection: '太原', outBytes: '14840136119', outBitsRate: 32978080.24, inBytes: '3386427658', inBitsRate: 7525394.8 }, { outLinkDirection: '西安', inLinkDirection: '太原', outBytes: '7070361369', outBitsRate: 15711914.16, inBytes: '1853445429', inBitsRate: 4118767.6 }, { outLinkDirection: '西宁', inLinkDirection: '太原', outBytes: '2619231460', outBitsRate: 5820514.32, inBytes: '291561196', inBitsRate: 647913.76 }, { outLinkDirection: '', inLinkDirection: '', outBytes: '409939183007', outBitsRate: 910975962.24, inBytes: '70387178681', inBitsRate: 156415952.64 }, { outLinkDirection: '太原', inLinkDirection: '西安', outBytes: '7808050741', outBitsRate: 17351223.84, inBytes: '1001570985', inBitsRate: 2225713.28 }, { outLinkDirection: '西宁', inLinkDirection: '西宁', outBytes: '337068337', outBitsRate: 749040.72, inBytes: '165230290', inBitsRate: 367178.4 }, { outLinkDirection: '西安', inLinkDirection: '西宁', outBytes: '1508798824', outBitsRate: 3352886.24, inBytes: '133628244', inBitsRate: 296951.68 }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20out_link_direction%20AS%20out_link_direction%2C%20in_link_direction%20AS%20in_link_direction%2C%20SUM%28traffic_outbound_byte%29%20AS%20out_bytes%2C%20SUM%28traffic_inbound_byte%29%20AS%20in_bytes%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675303793%20AND%20stat_time%20%3C%201675307393%20GROUP%20BY%20out_link_direction%2C%20in_link_direction&format=json&option=real-time', msg: 'OK' } } }, empty: { @@ -29,130 +29,130 @@ export const mockData = { result: [ { linkId: '257', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '493739879', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '493739879', + inBitsRate: 0 }, { linkId: '256', - egressBytes: '4147998874', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4147998874', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '1024', - egressBytes: '4229808296', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4229808296', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '1793', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '604840505', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '604840505', + inBitsRate: 0 }, { linkId: '2817', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '430811638', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '430811638', + inBitsRate: 0 }, { linkId: '0', - egressBytes: '819878366014', - egressBitsRate: 1821951924.48, - ingressBytes: '140774357362', - ingressBitsRate: 312831905.28 + outBytes: '819878366014', + outBitsRate: 1821951924.48, + inBytes: '140774357362', + inBitsRate: 312831905.28 }, { linkId: '1281', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '544675122', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '544675122', + inBitsRate: 0 }, { linkId: '2049', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '711346274', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '711346274', + inBitsRate: 0 }, { linkId: '1536', - egressBytes: '4195896971', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4195896971', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '2305', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '524865003', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '524865003', + inBitsRate: 0 }, { linkId: '1792', - egressBytes: '4145790227', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4145790227', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '1025', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '492227445', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '492227445', + inBitsRate: 0 }, { linkId: '2816', - egressBytes: '4000074817', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4000074817', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '513', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '1444814826', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '1444814826', + inBitsRate: 0 }, { linkId: '768', - egressBytes: '4370006099', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4370006099', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '512', - egressBytes: '3894190397', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '3894190397', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '769', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '1877580759', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '1877580759', + inBitsRate: 0 }, { linkId: '2304', - egressBytes: '3767761711', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '3767761711', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '1537', - egressBytes: '0', - egressBitsRate: 0, - ingressBytes: '367986916', - ingressBitsRate: 0 + outBytes: '0', + outBitsRate: 0, + inBytes: '367986916', + inBitsRate: 0 }, { linkId: '1280', - egressBytes: '4040444894', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4040444894', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }, { linkId: '2048', - egressBytes: '4682050724', - egressBitsRate: 100000000000.00, - ingressBytes: '0', - ingressBitsRate: 0 + outBytes: '4682050724', + outBitsRate: 100000000000.00, + inBytes: '0', + inBitsRate: 0 }] } } @@ -164,75 +164,75 @@ export const mockData = { data: { resultType: 'table', result: [{ - egressLinkDirection: '太原', - ingressLinkDirection: '西宁', - egressBytes: '2407509269', - egressBitsRate: 0, - ingressBytes: '193368911', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '太原', + inLinkDirection: '西宁', + outBytes: '2407509269', + outBitsRate: 0, + inBytes: '193368911', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西安', - ingressLinkDirection: '西安', - egressBytes: '3609358392', - egressBitsRate: 0, - ingressBytes: '345009143', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西安', + inLinkDirection: '西安', + outBytes: '3609358392', + outBitsRate: 0, + inBytes: '345009143', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西宁', - ingressLinkDirection: '西安', - egressBytes: '1273508499', - egressBitsRate: 0, - ingressBytes: '122646511', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西宁', + inLinkDirection: '西安', + outBytes: '1273508499', + outBitsRate: 0, + inBytes: '122646511', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '太原', - ingressLinkDirection: '太原', - egressBytes: '14840136119', - egressBitsRate: 0, - ingressBytes: '3386427658', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '太原', + inLinkDirection: '太原', + outBytes: '14840136119', + outBitsRate: 0, + inBytes: '3386427658', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西安', - ingressLinkDirection: '太原', - egressBytes: '7070361369', - egressBitsRate: 0, - ingressBytes: '1853445429', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西安', + inLinkDirection: '太原', + outBytes: '7070361369', + outBitsRate: 0, + inBytes: '1853445429', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西宁', - ingressLinkDirection: '太原', - egressBytes: '2619231460', - egressBitsRate: 0, - ingressBytes: '291561196', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西宁', + inLinkDirection: '太原', + outBytes: '2619231460', + outBitsRate: 0, + inBytes: '291561196', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '', - ingressLinkDirection: '', - egressBytes: '409939183007', - egressBitsRate: 0, - ingressBytes: '70387178681', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '', + inLinkDirection: '', + outBytes: '409939183007', + outBitsRate: 0, + inBytes: '70387178681', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '太原', - ingressLinkDirection: '西安', - egressBytes: '7808050741', - egressBitsRate: 0, - ingressBytes: '1001570985', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '太原', + inLinkDirection: '西安', + outBytes: '7808050741', + outBitsRate: 0, + inBytes: '1001570985', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西宁', - ingressLinkDirection: '西宁', - egressBytes: '337068337', - egressBitsRate: 0, - ingressBytes: '165230290', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西宁', + inLinkDirection: '西宁', + outBytes: '337068337', + outBitsRate: 0, + inBytes: '165230290', + inBitsRate: 10000000000000.00 }, { - egressLinkDirection: '西安', - ingressLinkDirection: '西宁', - egressBytes: '1508798824', - egressBitsRate: 0, - ingressBytes: '133628244', - ingressBitsRate: 10000000000000.00 + outLinkDirection: '西安', + inLinkDirection: '西宁', + outBytes: '1508798824', + outBitsRate: 0, + inBytes: '133628244', + inBitsRate: 10000000000000.00 }] }, msg: 'OK' @@ -241,4 +241,4 @@ export const mockData = { } } -export const linkInfoData = [{ originalLinkId: '256', linkId: 'Hundredgige1', direction: 'egress', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '257', linkId: 'Hundredgige1', direction: 'ingress', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '512', linkId: 'Hundredgige2', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '513', linkId: 'Hundredgige2', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '768', linkId: 'Hundredgige3', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '769', linkId: 'Hundredgige3', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1024', linkId: 'Hundredgige4', direction: 'egress', nextHop: '西宁', bandwidth: 100000000000 }, { originalLinkId: '1025', linkId: 'Hundredgige4', direction: 'ingress', nextHop: '西宁', bandwidth: 100000000000 }, { originalLinkId: '1280', linkId: 'Hundredgige5', direction: 'egress', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '1281', linkId: 'Hundredgige5', direction: 'ingress', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '1536', linkId: 'Hundredgige6', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1537', linkId: 'Hundredgige6', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1792', linkId: 'Hundredgige7', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1793', linkId: 'Hundredgige7', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2048', linkId: 'Hundredgige8', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2049', linkId: 'Hundredgige8', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2304', linkId: 'Hundredgige9', direction: 'egress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2305', linkId: 'Hundredgige9', direction: 'ingress', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2816', linkId: 'Hundredgige10', direction: 'egress', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '2817', linkId: 'Hundredgige10', direction: 'ingress', nextHop: '西安', bandwidth: 100000000000 }] +export const linkInfoData = [{ originalLinkId: '256', linkId: 'Hundredgige1', direction: 'out', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '257', linkId: 'Hundredgige1', direction: 'in', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '512', linkId: 'Hundredgige2', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '513', linkId: 'Hundredgige2', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '768', linkId: 'Hundredgige3', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '769', linkId: 'Hundredgige3', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1024', linkId: 'Hundredgige4', direction: 'out', nextHop: '西宁', bandwidth: 100000000000 }, { originalLinkId: '1025', linkId: 'Hundredgige4', direction: 'in', nextHop: '西宁', bandwidth: 100000000000 }, { originalLinkId: '1280', linkId: 'Hundredgige5', direction: 'out', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '1281', linkId: 'Hundredgige5', direction: 'in', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '1536', linkId: 'Hundredgige6', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1537', linkId: 'Hundredgige6', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1792', linkId: 'Hundredgige7', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '1793', linkId: 'Hundredgige7', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2048', linkId: 'Hundredgige8', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2049', linkId: 'Hundredgige8', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2304', linkId: 'Hundredgige9', direction: 'out', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2305', linkId: 'Hundredgige9', direction: 'in', nextHop: '太原', bandwidth: 100000000000 }, { originalLinkId: '2816', linkId: 'Hundredgige10', direction: 'out', nextHop: '西安', bandwidth: 100000000000 }, { originalLinkId: '2817', linkId: 'Hundredgige10', direction: 'in', nextHop: '西安', bandwidth: 100000000000 }] diff --git a/test/views/charts2/charts/linkMonitor/MockData/LinkDirectionGrid.js b/test/views/charts2/charts/linkMonitor/MockData/LinkDirectionGrid.js index 0cab722f..1f2d2f00 100644 --- a/test/views/charts2/charts/linkMonitor/MockData/LinkDirectionGrid.js +++ b/test/views/charts2/charts/linkMonitor/MockData/LinkDirectionGrid.js @@ -2,11 +2,11 @@ export const mockData = { common: { data1: { status: 200, - data: { code: 200, queryKey: '610b4a743fa62b58cf5d70dab84b8b6f', success: true, message: null, statistics: { elapsed: 5, rows_read: 14027, bytes_read: 1416727, result_size: 25460, result_rows: 101 }, job: null, formatType: 'json', meta: [{ name: 'egress_link_id', type: 'long', category: 'Dimension' }, { name: 'ingress_link_id', type: 'long', category: 'Dimension' }, { name: 'total_bytes', type: 'long', category: 'Metric' }, { name: 'egress_bytes', type: 'long', category: 'Metric' }, { name: 'ingress_bytes', type: 'long', category: 'Metric' }, { name: 'establish_latency_ms', type: 'double', category: 'Metric' }, { name: 'http_response_latency', type: 'double', category: 'Metric' }, { name: 'ssl_con_latency', type: 'double', category: 'Metric' }, { name: 'tcp_lostlen_percent', type: 'double', category: 'Metric' }, { name: 'pkt_retrans_percent', type: 'double', category: 'Metric' }], data: { resultType: 'table', result: [{ egressLinkId: '0', ingressLinkId: '0', totalBytes: '434765502450', totalBitsRate: 966145560.96, egressBytes: '363544351329', egressBitsRate: 807876336.32, ingressBytes: '41292202303', ingressBitsRate: 91760449.6, establishLatencyMs: 90.0669, httpResponseLatency: 184.3881, sslConLatency: 0, tcpLostlenPercent: 0.0101, pktRetransPercent: 0.0226 }, { egressLinkId: '256', ingressLinkId: '257', totalBytes: '534995002', totalBitsRate: 1188877.76, egressBytes: '447206140', egressBitsRate: 993791.44, ingressBytes: '36435444', ingressBitsRate: 80967.68, establishLatencyMs: 75.5612, httpResponseLatency: 240.396, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.0111, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '257', totalBytes: '382047632', totalBitsRate: 848994.72, egressBytes: '352856271', egressBitsRate: 784125.04, ingressBytes: '18385230', ingressBitsRate: 40856.08, establishLatencyMs: 98.59, httpResponseLatency: 100.5516, sslConLatency: 0, tcpLostlenPercent: 0.0127, pktRetransPercent: 0.0137, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '257', totalBytes: '301459240', totalBitsRate: 669909.44, egressBytes: '245480754', egressBitsRate: 545512.8, ingressBytes: '34220091', ingressBitsRate: 76044.64, establishLatencyMs: 108.9343, httpResponseLatency: 160.9725, sslConLatency: 0, tcpLostlenPercent: 0.0022, pktRetransPercent: 0.0173, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '257', totalBytes: '428032397', totalBitsRate: 951183.12, egressBytes: '376399588', egressBitsRate: 836443.52, ingressBytes: '37870336', ingressBitsRate: 84156.32, establishLatencyMs: 88.6706, httpResponseLatency: 131.524, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0126, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '257', totalBytes: '593122664', totalBitsRate: 1318050.4, egressBytes: '555791176', egressBitsRate: 1235091.52, ingressBytes: '18981210', ingressBitsRate: 42180.48, establishLatencyMs: 101.3537, httpResponseLatency: 254.3362, sslConLatency: 0, tcpLostlenPercent: 0.0044, pktRetransPercent: 0.0135, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '257', totalBytes: '377183386', totalBitsRate: 838185.28, egressBytes: '327968719', egressBitsRate: 728819.36, ingressBytes: '24566904', ingressBitsRate: 54593.12, establishLatencyMs: 79.7386, httpResponseLatency: 95.8814, sslConLatency: 0, tcpLostlenPercent: 0.012, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '257', totalBytes: '301778612', totalBitsRate: 670619.12, egressBytes: '280107213', egressBitsRate: 622460.48, ingressBytes: '10638455', ingressBitsRate: 23641.04, establishLatencyMs: 91.1497, httpResponseLatency: 152.3226, sslConLatency: 0, tcpLostlenPercent: 0.0013, pktRetransPercent: 0.0181, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '257', totalBytes: '412927429', totalBitsRate: 917616.48, egressBytes: '367353610', egressBitsRate: 816341.36, ingressBytes: '29730481', ingressBitsRate: 66067.76, establishLatencyMs: 76.6838, httpResponseLatency: 94.3495, sslConLatency: 0, tcpLostlenPercent: 0.0053, pktRetransPercent: 0.0198, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '257', totalBytes: '257255077', totalBitsRate: 571677.92, egressBytes: '233167830', egressBitsRate: 518150.72, ingressBytes: '11320646', ingressBitsRate: 25156.96, establishLatencyMs: 78.8745, httpResponseLatency: 241.5664, sslConLatency: 0, tcpLostlenPercent: 0.0037, pktRetransPercent: 0.0113, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '257', totalBytes: '391380150', totalBitsRate: 869733.68, egressBytes: '358497570', egressBitsRate: 796661.28, ingressBytes: '20314164', ingressBitsRate: 45142.56, establishLatencyMs: 104.9262, httpResponseLatency: 137.3243, sslConLatency: 0, tcpLostlenPercent: 0.0097, pktRetransPercent: 0.0107, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '513', totalBytes: '517401256', totalBitsRate: 1149780.56, egressBytes: '468690408', egressBitsRate: 1041534.24, ingressBytes: '31206282', ingressBitsRate: 69347.28, establishLatencyMs: 95.7474, httpResponseLatency: 117.9447, sslConLatency: 0, tcpLostlenPercent: 0.0035, pktRetransPercent: 0.0108, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '513', totalBytes: '286609222', totalBitsRate: 636909.36, egressBytes: '253449086', egressBitsRate: 563220.16, ingressBytes: '6606987', ingressBitsRate: 14682.16, establishLatencyMs: 111.8724, httpResponseLatency: 151.1935, sslConLatency: 0, tcpLostlenPercent: 0.0064, pktRetransPercent: 0.0181, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '513', totalBytes: '427290221', totalBitsRate: 949533.84, egressBytes: '288163262', egressBitsRate: 640362.8, ingressBytes: '124378803', ingressBitsRate: 276397.36, establishLatencyMs: 84.4296, httpResponseLatency: 107.7755, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0136, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '513', totalBytes: '426123014', totalBitsRate: 946940, egressBytes: '378583688', egressBitsRate: 841297.12, ingressBytes: '34027267', ingressBitsRate: 75616.16, establishLatencyMs: 129.1622, httpResponseLatency: 135.7024, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.0293, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '513', totalBytes: '480617318', totalBitsRate: 1068038.48, egressBytes: '355592692', egressBitsRate: 790206, ingressBytes: '107451059', ingressBitsRate: 238780.16, establishLatencyMs: 81.3479, httpResponseLatency: 110.0703, sslConLatency: 0, tcpLostlenPercent: 0.001, pktRetransPercent: 0.0122, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '513', totalBytes: '378829607', totalBitsRate: 841843.6, egressBytes: '340354481', egressBitsRate: 756343.28, ingressBytes: '23667236', ingressBitsRate: 52593.84, establishLatencyMs: 72.8997, httpResponseLatency: 155.1332, sslConLatency: 0, tcpLostlenPercent: 0.0055, pktRetransPercent: 0.0192, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '513', totalBytes: '262609018', totalBitsRate: 583575.6, egressBytes: '214741913', egressBitsRate: 477204.24, ingressBytes: '36558657', ingressBitsRate: 81241.44, establishLatencyMs: 107.3446, httpResponseLatency: 128.785, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.021, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '513', totalBytes: '836277105', totalBitsRate: 1858393.6, egressBytes: '762938193', egressBitsRate: 1695418.24, ingressBytes: '51506746', ingressBitsRate: 114459.44, establishLatencyMs: 106.0485, httpResponseLatency: 101.236, sslConLatency: 0, tcpLostlenPercent: 0.005, pktRetransPercent: 0.0195, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '513', totalBytes: '463632587', totalBitsRate: 1030294.64, egressBytes: '399024852', egressBitsRate: 886721.92, ingressBytes: '54635227', ingressBitsRate: 121411.6, establishLatencyMs: 70.067, httpResponseLatency: 82.2698, sslConLatency: 0, tcpLostlenPercent: 0.0105, pktRetransPercent: 0.016, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '513', totalBytes: '375090527', totalBitsRate: 833534.48, egressBytes: '337080747', egressBitsRate: 749068.32, ingressBytes: '19278792', ingressBitsRate: 42841.76, establishLatencyMs: 78.1834, httpResponseLatency: 140.8154, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.013, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '769', totalBytes: '394768512', totalBitsRate: 877263.36, egressBytes: '359885579', egressBitsRate: 799745.76, ingressBytes: '20504968', ingressBitsRate: 45566.56, establishLatencyMs: 122.3644, httpResponseLatency: 206.5775, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0242, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '769', totalBytes: '364786783', totalBitsRate: 810637.28, egressBytes: '325142570', egressBitsRate: 722539.04, ingressBytes: '29059460', ingressBitsRate: 64576.56, establishLatencyMs: 72.3282, httpResponseLatency: 115.4195, sslConLatency: 0, tcpLostlenPercent: 0.0076, pktRetransPercent: 0.0103, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '769', totalBytes: '569429971', totalBitsRate: 1265399.92, egressBytes: '397984191', egressBitsRate: 884409.28, ingressBytes: '157860292', ingressBitsRate: 350800.64, establishLatencyMs: 71.1193, httpResponseLatency: 169.7063, sslConLatency: 0, tcpLostlenPercent: 0.0048, pktRetransPercent: 0.0225, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '769', totalBytes: '579478002', totalBitsRate: 1287728.88, egressBytes: '214792325', egressBitsRate: 477316.24, ingressBytes: '94103478', ingressBitsRate: 209118.8, establishLatencyMs: 91.5207, httpResponseLatency: 165.092, sslConLatency: 0, tcpLostlenPercent: 0.006, pktRetransPercent: 0.0105, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '769', totalBytes: '496892965', totalBitsRate: 1104206.56, egressBytes: '457600850', egressBitsRate: 1016890.8, ingressBytes: '24748500', ingressBitsRate: 54996.64, establishLatencyMs: 74.9958, httpResponseLatency: 584.5813, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.014, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '769', totalBytes: '623165485', totalBitsRate: 1384812.16, egressBytes: '526692235', egressBitsRate: 1170427.2, ingressBytes: '70998403', ingressBitsRate: 157774.24, establishLatencyMs: 80.2485, httpResponseLatency: 1100.2457, sslConLatency: 0, tcpLostlenPercent: 0.0057, pktRetransPercent: 0.0165, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '769', totalBytes: '376219195', totalBitsRate: 836042.64, egressBytes: '320229891', egressBitsRate: 711622, ingressBytes: '42082573', ingressBitsRate: 93516.8, establishLatencyMs: 89.2396, httpResponseLatency: 176.6074, sslConLatency: 0, tcpLostlenPercent: 0.0017, pktRetransPercent: 0.0129, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '769', totalBytes: '537023143', totalBitsRate: 1193384.8, egressBytes: '485285786', egressBitsRate: 1078412.88, ingressBytes: '33957352', ingressBitsRate: 75460.8, establishLatencyMs: 161.714, httpResponseLatency: 299.7771, sslConLatency: 0, tcpLostlenPercent: 0.009, pktRetransPercent: 0.0205, usageMore90: false, score: 4, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '769', totalBytes: '408668842', totalBitsRate: 908152.96, egressBytes: '364103470', egressBitsRate: 809118.8, ingressBytes: '27943863', ingressBitsRate: 62097.44, establishLatencyMs: 84.474, httpResponseLatency: 233.6678, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0191, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '769', totalBytes: '281357790', totalBitsRate: 625239.52, egressBytes: '246576400', egressBitsRate: 547947.52, ingressBytes: '22861043', ingressBitsRate: 50802.32, establishLatencyMs: 73.8313, httpResponseLatency: 101.7295, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0161, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '1025', totalBytes: '298043232', totalBitsRate: 662318.32, egressBytes: '277239595', egressBitsRate: 616088, ingressBytes: '9157756', ingressBitsRate: 20350.56, establishLatencyMs: 76.5483, httpResponseLatency: 107.388, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.012, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '1025', totalBytes: '437964797', totalBitsRate: 973255.12, egressBytes: '392328303', egressBitsRate: 871840.64, ingressBytes: '25486621', ingressBitsRate: 56636.96, establishLatencyMs: 73.2709, httpResponseLatency: 124.8192, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0243, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '1025', totalBytes: '464792996', totalBitsRate: 1032873.36, egressBytes: '429292974', egressBitsRate: 953984.4, ingressBytes: '24968412', ingressBitsRate: 55485.36, establishLatencyMs: 73.624, httpResponseLatency: 143.2992, sslConLatency: 0, tcpLostlenPercent: 0.0028, pktRetransPercent: 0.0327, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '1025', totalBytes: '309813302', totalBitsRate: 688474, egressBytes: '275012816', egressBitsRate: 611139.6, ingressBytes: '14787925', ingressBitsRate: 32862.08, establishLatencyMs: 69.9228, httpResponseLatency: 224.0711, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '1025', totalBytes: '625851341', totalBitsRate: 1390780.72, egressBytes: '533489719', egressBitsRate: 1185532.72, ingressBytes: '77867845', ingressBitsRate: 173039.68, establishLatencyMs: 117.7443, httpResponseLatency: 234.0509, sslConLatency: 0, tcpLostlenPercent: 0.008, pktRetransPercent: 0.0153, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '1025', totalBytes: '511034764', totalBitsRate: 1135632.8, egressBytes: '464176598', egressBitsRate: 1031503.52, ingressBytes: '31537941', ingressBitsRate: 70084.32, establishLatencyMs: 79.7973, httpResponseLatency: 108.2308, sslConLatency: 0, tcpLostlenPercent: 0.0097, pktRetransPercent: 0.0127, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '1025', totalBytes: '510497154', totalBitsRate: 1134438.16, egressBytes: '477831366', egressBitsRate: 1061847.44, ingressBytes: '12705069', ingressBitsRate: 28233.52, establishLatencyMs: 90.772, httpResponseLatency: 138.007, sslConLatency: 0, tcpLostlenPercent: 0.0073, pktRetransPercent: 0.0289, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '1025', totalBytes: '705186479', totalBitsRate: 1567081.04, egressBytes: '609149182', egressBitsRate: 1353664.88, ingressBytes: '61214875', ingressBitsRate: 136033.04, establishLatencyMs: 68.2169, httpResponseLatency: 159.491, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0182, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '1025', totalBytes: '295233728', totalBitsRate: 656074.96, egressBytes: '211230066', egressBitsRate: 469400.16, ingressBytes: '25660250', ingressBitsRate: 57022.8, establishLatencyMs: 151.2545, httpResponseLatency: 228.9587, sslConLatency: 0, tcpLostlenPercent: 0.0031, pktRetransPercent: 0.0173, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '1025', totalBytes: '304032381', totalBitsRate: 675627.52, egressBytes: '275012404', egressBitsRate: 611138.64, ingressBytes: '15041391', ingressBitsRate: 33425.28, establishLatencyMs: 87.4599, httpResponseLatency: 163.9644, sslConLatency: 0, tcpLostlenPercent: 0.0036, pktRetransPercent: 0.0142, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '1281', totalBytes: '417367176', totalBitsRate: 927482.64, egressBytes: '367204335', egressBitsRate: 816009.6, ingressBytes: '34011146', ingressBitsRate: 75580.32, establishLatencyMs: 76.0439, httpResponseLatency: 133.8785, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0066, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '1281', totalBytes: '383696444', totalBitsRate: 852658.8, egressBytes: '333439743', egressBitsRate: 740977.2, ingressBytes: '41316879', ingressBitsRate: 91815.28, establishLatencyMs: 74.6806, httpResponseLatency: 252.2572, sslConLatency: 0, tcpLostlenPercent: 0.0059, pktRetransPercent: 0.011, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '1281', totalBytes: '259621097', totalBitsRate: 576935.76, egressBytes: '232771102', egressBitsRate: 517269.12, ingressBytes: '16746429', ingressBitsRate: 37214.32, establishLatencyMs: 82.902, httpResponseLatency: 107.0519, sslConLatency: 0, tcpLostlenPercent: 0.0038, pktRetransPercent: 0.0091, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '1281', totalBytes: '393383026', totalBitsRate: 874184.48, egressBytes: '351396318', egressBitsRate: 780880.72, ingressBytes: '31340065', ingressBitsRate: 69644.56, establishLatencyMs: 64.413, httpResponseLatency: 85.3855, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.0114, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '1281', totalBytes: '387129909', totalBitsRate: 860288.72, egressBytes: '302488556', egressBitsRate: 672196.8, ingressBytes: '72455586', ingressBitsRate: 161012.4, establishLatencyMs: 76.4561, httpResponseLatency: 192.1006, sslConLatency: 0, tcpLostlenPercent: 0.0052, pktRetransPercent: 0.0168, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '1281', totalBytes: '425879588', totalBitsRate: 946399.12, egressBytes: '263435832', egressBitsRate: 585412.96, ingressBytes: '146140145', ingressBitsRate: 324755.84, establishLatencyMs: 144.9736, httpResponseLatency: 145.7219, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.019, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '1281', totalBytes: '287483397', totalBitsRate: 638852, egressBytes: '257365122', egressBitsRate: 571922.48, ingressBytes: '20811515', ingressBitsRate: 46247.84, establishLatencyMs: 115.147, httpResponseLatency: 190.5346, sslConLatency: 0, tcpLostlenPercent: 0.0117, pktRetransPercent: 0.0218, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '1281', totalBytes: '261944760', totalBitsRate: 582099.44, egressBytes: '224739060', egressBitsRate: 499420.16, ingressBytes: '22733255', ingressBitsRate: 50518.32, establishLatencyMs: 70.5032, httpResponseLatency: 88.7246, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0119, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '1281', totalBytes: '384921036', totalBitsRate: 855380.08, egressBytes: '287289027', egressBitsRate: 638420.08, ingressBytes: '85851016', ingressBitsRate: 190780, establishLatencyMs: 77.1338, httpResponseLatency: 119.3661, sslConLatency: 0, tcpLostlenPercent: 0.0038, pktRetransPercent: 0.0157, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '1281', totalBytes: '747219384', totalBitsRate: 1660487.52, egressBytes: '711493451', egressBitsRate: 1581096.56, ingressBytes: '19888607', ingressBitsRate: 44196.88, establishLatencyMs: 94.9185, httpResponseLatency: 174.1762, sslConLatency: 0, tcpLostlenPercent: 0.0033, pktRetransPercent: 0.0225, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '1537', totalBytes: '314181123', totalBitsRate: 698180.24, egressBytes: '290716163', egressBitsRate: 646035.92, ingressBytes: '12528086', ingressBitsRate: 27840.16, establishLatencyMs: 64.4391, httpResponseLatency: 83.7041, sslConLatency: 0, tcpLostlenPercent: 0.0119, pktRetransPercent: 0.0142, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '1537', totalBytes: '491448414', totalBitsRate: 1092107.6, egressBytes: '373279539', egressBitsRate: 829510.08, ingressBytes: '58058567', ingressBitsRate: 129019.04, establishLatencyMs: 118.2363, httpResponseLatency: 117.7304, sslConLatency: 0, tcpLostlenPercent: 0.0072, pktRetransPercent: 0.0116, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '1537', totalBytes: '398005843', totalBitsRate: 884457.44, egressBytes: '267392714', egressBitsRate: 594206, ingressBytes: '101268761', ingressBitsRate: 225041.68, establishLatencyMs: 83.3056, httpResponseLatency: 147.8219, sslConLatency: 0, tcpLostlenPercent: 0.0032, pktRetransPercent: 0.0151, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '1537', totalBytes: '344047174', totalBitsRate: 764549.28, egressBytes: '318533531', egressBitsRate: 707852.32, ingressBytes: '16906918', ingressBitsRate: 37570.96, establishLatencyMs: 121.1739, httpResponseLatency: 126.4862, sslConLatency: 0, tcpLostlenPercent: 0.0073, pktRetransPercent: 0.0186, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '1537', totalBytes: '471587736', totalBitsRate: 1047972.72, egressBytes: '410880816', egressBitsRate: 913068.48, ingressBytes: '28281853', ingressBitsRate: 62848.56, establishLatencyMs: 70.9806, httpResponseLatency: 185.4856, sslConLatency: 0, tcpLostlenPercent: 0.0035, pktRetransPercent: 0.0125, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '1537', totalBytes: '435477272', totalBitsRate: 967727.28, egressBytes: '354445790', egressBitsRate: 787657.28, ingressBytes: '57547816', ingressBitsRate: 127884, establishLatencyMs: 77.2037, httpResponseLatency: 120.3639, sslConLatency: 0, tcpLostlenPercent: 0.0058, pktRetransPercent: 0.0211, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '1537', totalBytes: '421275299', totalBitsRate: 936167.36, egressBytes: '394027515', egressBitsRate: 875616.72, ingressBytes: '11330580', ingressBitsRate: 25179.04, establishLatencyMs: 87.0062, httpResponseLatency: 185.6153, sslConLatency: 0, tcpLostlenPercent: 0.0065, pktRetransPercent: 0.0141, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '1537', totalBytes: '753697278', totalBitsRate: 1674882.88, egressBytes: '671374082', egressBitsRate: 1491942.4, ingressBytes: '62801227', ingressBitsRate: 139558.32, establishLatencyMs: 89.8664, httpResponseLatency: 117.8758, sslConLatency: 0, tcpLostlenPercent: 0.0032, pktRetransPercent: 0.0144, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '1537', totalBytes: '460044320', totalBitsRate: 1022320.72, egressBytes: '389631794', egressBitsRate: 865848.4, ingressBytes: '51549641', ingressBitsRate: 114554.72, establishLatencyMs: 88.5266, httpResponseLatency: 126.5988, sslConLatency: 0, tcpLostlenPercent: 0.0012, pktRetransPercent: 0.0203, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '1537', totalBytes: '350106467', totalBitsRate: 778014.4, egressBytes: '273295970', egressBitsRate: 607324.4, ingressBytes: '68060771', ingressBitsRate: 151246.16, establishLatencyMs: 73.7358, httpResponseLatency: 116.135, sslConLatency: 0, tcpLostlenPercent: 0.0045, pktRetransPercent: 0.0341, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '1793', totalBytes: '452268295', totalBitsRate: 1005040.64, egressBytes: '379485980', egressBitsRate: 843302.16, ingressBytes: '55074312', ingressBitsRate: 122387.36, establishLatencyMs: 78.7998, httpResponseLatency: 93.5587, sslConLatency: 0, tcpLostlenPercent: 0.003, pktRetransPercent: 0.021, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '1793', totalBytes: '700042073', totalBitsRate: 1555649.04, egressBytes: '673088759', egressBitsRate: 1495752.8, ingressBytes: '10410544', ingressBitsRate: 23134.56, establishLatencyMs: 85.8763, httpResponseLatency: 159.1093, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0157, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '1793', totalBytes: '271912982', totalBitsRate: 604251.04, egressBytes: '227792078', egressBitsRate: 506204.64, ingressBytes: '31821353', ingressBitsRate: 70714.08, establishLatencyMs: 73.8296, httpResponseLatency: 84.6696, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0084, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '1793', totalBytes: '502977380', totalBitsRate: 1117727.52, egressBytes: '324437335', egressBitsRate: 720971.84, ingressBytes: '167435918', ingressBitsRate: 372079.84, establishLatencyMs: 68.3019, httpResponseLatency: 120.6175, sslConLatency: 0, tcpLostlenPercent: 0.0083, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '1793', totalBytes: '473709275', totalBitsRate: 1052687.28, egressBytes: '408981966', egressBitsRate: 908848.8, ingressBytes: '50085555', ingressBitsRate: 111301.2, establishLatencyMs: 80.0523, httpResponseLatency: 138.3115, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.0205, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '1793', totalBytes: '419864446', totalBitsRate: 933032.08, egressBytes: '365874375', egressBitsRate: 813054.16, ingressBytes: '37465965', ingressBitsRate: 83257.68, establishLatencyMs: 71.3478, httpResponseLatency: 77.8483, sslConLatency: 0, tcpLostlenPercent: 0.0013, pktRetransPercent: 0.0116, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '1793', totalBytes: '339160607', totalBitsRate: 753690.24, egressBytes: '301992422', egressBitsRate: 671094.24, ingressBytes: '23961274', ingressBitsRate: 53247.28, establishLatencyMs: 87.9845, httpResponseLatency: 135.7731, sslConLatency: 0, tcpLostlenPercent: 0.0036, pktRetransPercent: 0.013, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '1793', totalBytes: '616101903', totalBitsRate: 1369115.36, egressBytes: '522679143', egressBitsRate: 1161509.2, ingressBytes: '74691412', ingressBitsRate: 165980.88, establishLatencyMs: 146.3266, httpResponseLatency: 382.936, sslConLatency: 0, tcpLostlenPercent: 0.011, pktRetransPercent: 0.0218, usageMore90: false, score: 4, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '1793', totalBytes: '353905850', totalBitsRate: 786457.44, egressBytes: '303343002', egressBitsRate: 674095.6, ingressBytes: '35558267', ingressBitsRate: 79018.4, establishLatencyMs: 65.5383, httpResponseLatency: 182.1653, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.0176, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '1793', totalBytes: '310621344', totalBitsRate: 690269.68, egressBytes: '270045410', egressBitsRate: 600100.88, ingressBytes: '25119191', ingressBitsRate: 55820.4, establishLatencyMs: 77.1911, httpResponseLatency: 100.1092, sslConLatency: 0, tcpLostlenPercent: 0.0034, pktRetransPercent: 0.0123, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '2049', totalBytes: '388093577', totalBitsRate: 862430.16, egressBytes: '348827067', egressBitsRate: 775171.28, ingressBytes: '20464561', ingressBitsRate: 45476.8, establishLatencyMs: 77.5916, httpResponseLatency: 147.349, sslConLatency: 0, tcpLostlenPercent: 0.0111, pktRetransPercent: 0.011, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '2049', totalBytes: '711311059', totalBitsRate: 1580691.28, egressBytes: '653169387', egressBitsRate: 1451487.52, ingressBytes: '23736470', ingressBitsRate: 52747.68, establishLatencyMs: 88.1133, httpResponseLatency: 442.7744, sslConLatency: 0, tcpLostlenPercent: 0.0037, pktRetransPercent: 0.0282, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '2049', totalBytes: '544169365', totalBitsRate: 1209265.28, egressBytes: '480502970', egressBitsRate: 1067784.4, ingressBytes: '42064720', ingressBitsRate: 93477.12, establishLatencyMs: 86.859, httpResponseLatency: 96.2626, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0188, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '2049', totalBytes: '511188364', totalBitsRate: 1135974.16, egressBytes: '439810340', egressBitsRate: 977356.32, ingressBytes: '60103971', ingressBitsRate: 133564.4, establishLatencyMs: 100.5463, httpResponseLatency: 183.6345, sslConLatency: 0, tcpLostlenPercent: 0.0094, pktRetransPercent: 0.0087, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '2049', totalBytes: '666928930', totalBitsRate: 1482064.32, egressBytes: '626185114', egressBitsRate: 1391522.48, ingressBytes: '23926270', ingressBitsRate: 53169.52, establishLatencyMs: 119.9707, httpResponseLatency: 205.3038, sslConLatency: 0, tcpLostlenPercent: 0.0052, pktRetransPercent: 0.0272, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '2049', totalBytes: '329173462', totalBitsRate: 731496.56, egressBytes: '255905021', egressBitsRate: 568677.84, ingressBytes: '57317526', ingressBitsRate: 127372.24, establishLatencyMs: 66.6872, httpResponseLatency: 286.5033, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0227, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '2049', totalBytes: '308368988', totalBitsRate: 685264.4, egressBytes: '237340865', egressBitsRate: 527424.16, ingressBytes: '60510292', ingressBitsRate: 134467.28, establishLatencyMs: 72.5769, httpResponseLatency: 255.8301, sslConLatency: 0, tcpLostlenPercent: 0.0083, pktRetransPercent: 0.014, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '2049', totalBytes: '321568878', totalBitsRate: 714597.52, egressBytes: '273035831', egressBitsRate: 606746.32, ingressBytes: '28038175', ingressBitsRate: 62307.04, establishLatencyMs: 66.0751, httpResponseLatency: 312.7351, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0156, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '2049', totalBytes: '380061893', totalBitsRate: 844582, egressBytes: '315061822', egressBitsRate: 700137.36, ingressBytes: '52657744', ingressBitsRate: 117017.2, establishLatencyMs: 75.8593, httpResponseLatency: 132.0823, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0101, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '2049', totalBytes: '433349564', totalBitsRate: 962999.04, egressBytes: '310273265', egressBitsRate: 689496.16, ingressBytes: '107419516', ingressBitsRate: 238710, establishLatencyMs: 79.7628, httpResponseLatency: 127.4814, sslConLatency: 0, tcpLostlenPercent: 0.0031, pktRetransPercent: 0.0137, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '2305', totalBytes: '441740953', totalBitsRate: 981646.56, egressBytes: '344031397', egressBitsRate: 764514.24, ingressBytes: '89500725', ingressBitsRate: 198890.48, establishLatencyMs: 83.4651, httpResponseLatency: 184.2666, sslConLatency: 0, tcpLostlenPercent: 0.006, pktRetransPercent: 0.0132, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '2305', totalBytes: '492163025', totalBitsRate: 1093695.6, egressBytes: '452782283', egressBitsRate: 1006182.88, ingressBytes: '24458788', ingressBitsRate: 54352.88, establishLatencyMs: 75.3955, httpResponseLatency: 120.5217, sslConLatency: 0, tcpLostlenPercent: 0.0062, pktRetransPercent: 0.0091, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '2305', totalBytes: '412085678', totalBitsRate: 915745.92, egressBytes: '386711916', egressBitsRate: 859359.84, ingressBytes: '16901737', ingressBitsRate: 37559.44, establishLatencyMs: 89.1835, httpResponseLatency: 188.111, sslConLatency: 0, tcpLostlenPercent: 0.0147, pktRetransPercent: 0.0127, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '2305', totalBytes: '493492790', totalBitsRate: 1096650.64, egressBytes: '452074866', egressBitsRate: 1004610.8, ingressBytes: '31521658', ingressBitsRate: 70048.16, establishLatencyMs: 82.6305, httpResponseLatency: 83.2076, sslConLatency: 0, tcpLostlenPercent: 0.0075, pktRetransPercent: 0.0123, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '2305', totalBytes: '512733888', totalBitsRate: 1139408.64, egressBytes: '471200897', egressBitsRate: 1047113.12, ingressBytes: '28133375', ingressBitsRate: 62518.64, establishLatencyMs: 70.762, httpResponseLatency: 101.5263, sslConLatency: 0, tcpLostlenPercent: 0.0046, pktRetransPercent: 0.0214, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '2305', totalBytes: '747694085', totalBitsRate: 1661542.4, egressBytes: '691510780', egressBitsRate: 1536690.64, ingressBytes: '25897699', ingressBitsRate: 57550.48, establishLatencyMs: 83.79, httpResponseLatency: 90.0623, sslConLatency: 0, tcpLostlenPercent: 0.0091, pktRetransPercent: 0.0242, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '2305', totalBytes: '376892219', totalBitsRate: 837538.24, egressBytes: '336286147', egressBitsRate: 747302.56, ingressBytes: '25717104', ingressBitsRate: 57149.12, establishLatencyMs: 104.1186, httpResponseLatency: 134.8195, sslConLatency: 0, tcpLostlenPercent: 0.0051, pktRetransPercent: 0.018, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '2305', totalBytes: '350689016', totalBitsRate: 779308.96, egressBytes: '324109790', egressBitsRate: 720244, ingressBytes: '14540455', ingressBitsRate: 32312.16, establishLatencyMs: 77.1332, httpResponseLatency: 497.0389, sslConLatency: 0, tcpLostlenPercent: 0.0063, pktRetransPercent: 0.0111, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '2305', totalBytes: '365450281', totalBitsRate: 812111.76, egressBytes: '254568603', egressBitsRate: 565708, ingressBytes: '101035884', ingressBitsRate: 224524.16, establishLatencyMs: 96.1349, httpResponseLatency: 127.3401, sslConLatency: 0, tcpLostlenPercent: 0.0043, pktRetransPercent: 0.0178, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '2305', totalBytes: '582756711', totalBitsRate: 1295014.88, egressBytes: '418332040', egressBitsRate: 929626.72, ingressBytes: '151309467', ingressBitsRate: 336243.28, establishLatencyMs: 92.9852, httpResponseLatency: 92.9446, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0201, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '256', ingressLinkId: '2817', totalBytes: '297004684', totalBitsRate: 660010.4, egressBytes: '237149513', egressBitsRate: 526998.88, ingressBytes: '52715080', ingressBitsRate: 117144.64, establishLatencyMs: 75.9443, httpResponseLatency: 100.3348, sslConLatency: 0, tcpLostlenPercent: 0.025, pktRetransPercent: 0.0149, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '512', ingressLinkId: '2817', totalBytes: '244871384', totalBitsRate: 544158.64, egressBytes: '182387351', egressBitsRate: 405305.2, ingressBytes: '52813649', ingressBitsRate: 117363.68, establishLatencyMs: 90.5676, httpResponseLatency: 87.4456, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0174, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '768', ingressLinkId: '2817', totalBytes: '529048700', totalBitsRate: 1175663.76, egressBytes: '385067667', egressBitsRate: 855705.92, ingressBytes: '80988511', ingressBitsRate: 179974.48, establishLatencyMs: 146.6385, httpResponseLatency: 139.8804, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0126, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1024', ingressLinkId: '2817', totalBytes: '361792234', totalBitsRate: 803982.72, egressBytes: '330465149', egressBitsRate: 734366.96, ingressBytes: '17966232', ingressBitsRate: 39924.96, establishLatencyMs: 122.4222, httpResponseLatency: 136.6981, sslConLatency: 0, tcpLostlenPercent: 0.0027, pktRetransPercent: 0.0072, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1280', ingressLinkId: '2817', totalBytes: '421038470', totalBitsRate: 935641.04, egressBytes: '324989968', egressBitsRate: 722199.92, ingressBytes: '84806395', ingressBitsRate: 188458.64, establishLatencyMs: 92.1301, httpResponseLatency: 114.9592, sslConLatency: 0, tcpLostlenPercent: 0.0039, pktRetransPercent: 0.0172, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '1536', ingressLinkId: '2817', totalBytes: '362980681', totalBitsRate: 806623.76, egressBytes: '311642328', egressBitsRate: 692538.48, ingressBytes: '38988231', ingressBitsRate: 86640.48, establishLatencyMs: 97.0047, httpResponseLatency: 155.4382, sslConLatency: 0, tcpLostlenPercent: 0.0069, pktRetransPercent: 0.0197, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '1792', ingressLinkId: '2817', totalBytes: '621237185', totalBitsRate: 1380527.04, egressBytes: '568359927', egressBitsRate: 1263022.08, ingressBytes: '41110785', ingressBitsRate: 91357.28, establishLatencyMs: 64.7608, httpResponseLatency: 119.7391, sslConLatency: 0, tcpLostlenPercent: 0.0044, pktRetransPercent: 0.0252, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2048', ingressLinkId: '2817', totalBytes: '260368736', totalBitsRate: 578597.2, egressBytes: '205185994', egressBitsRate: 455968.88, ingressBytes: '46626869', ingressBitsRate: 103615.28, establishLatencyMs: 99.6428, httpResponseLatency: 99.8736, sslConLatency: 0, tcpLostlenPercent: 0.003, pktRetransPercent: 0.0126, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkId: '2304', ingressLinkId: '2817', totalBytes: '318716905', totalBitsRate: 708259.76, egressBytes: '295082544', egressBitsRate: 655738.96, ingressBytes: '11859656', ingressBitsRate: 26354.8, establishLatencyMs: 70.4628, httpResponseLatency: 110.3507, sslConLatency: 0, tcpLostlenPercent: 0.0107, pktRetransPercent: 0.0272, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkId: '2816', ingressLinkId: '2817', totalBytes: '314302936', totalBitsRate: 698450.96, egressBytes: '266218480', egressBitsRate: 591596.64, ingressBytes: '37481378', ingressBitsRate: 83291.92, establishLatencyMs: 73.5813, httpResponseLatency: 479.376, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0163, usageMore90: false, score: 6, scoreLow3: false }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20common_egress_link_id%20AS%20egress_link_id%2Ccommon_ingress_link_id%20AS%20ingress_link_id%2CSUM%28common_c2s_byte_num%20%2B%20common_s2c_byte_num%29%20AS%20total_bytes%2CSUM%28traffic_outbound_byte%29%20AS%20egress_bytes%2CSUM%28traffic_inbound_byte%29%20AS%20ingress_bytes%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675387137%20AND%20stat_time%20%3C%201675390737%20GROUP%20BY%20egress_link_id%2Cingress_link_id&format=json&option=real-time', msg: 'OK' } + data: { code: 200, queryKey: '610b4a743fa62b58cf5d70dab84b8b6f', success: true, message: null, statistics: { elapsed: 5, rows_read: 14027, bytes_read: 1416727, result_size: 25460, result_rows: 101 }, job: null, formatType: 'json', meta: [{ name: 'out_link_id', type: 'long', category: 'Dimension' }, { name: 'in_link_id', type: 'long', category: 'Dimension' }, { name: 'total_bytes', type: 'long', category: 'Metric' }, { name: 'out_bytes', type: 'long', category: 'Metric' }, { name: 'in_bytes', type: 'long', category: 'Metric' }, { name: 'establish_latency_ms', type: 'double', category: 'Metric' }, { name: 'http_response_latency', type: 'double', category: 'Metric' }, { name: 'ssl_con_latency', type: 'double', category: 'Metric' }, { name: 'tcp_lostlen_percent', type: 'double', category: 'Metric' }, { name: 'pkt_retrans_percent', type: 'double', category: 'Metric' }], data: { resultType: 'table', result: [{ outLinkId: '0', inLinkId: '0', totalBytes: '434765502450', totalBitsRate: 966145560.96, outBytes: '363544351329', outBitsRate: 807876336.32, inBytes: '41292202303', inBitsRate: 91760449.6, establishLatencyMs: 90.0669, httpResponseLatency: 184.3881, sslConLatency: 0, tcpLostlenPercent: 0.0101, pktRetransPercent: 0.0226 }, { outLinkId: '256', inLinkId: '257', totalBytes: '534995002', totalBitsRate: 1188877.76, outBytes: '447206140', outBitsRate: 993791.44, inBytes: '36435444', inBitsRate: 80967.68, establishLatencyMs: 75.5612, httpResponseLatency: 240.396, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.0111, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '257', totalBytes: '382047632', totalBitsRate: 848994.72, outBytes: '352856271', outBitsRate: 784125.04, inBytes: '18385230', inBitsRate: 40856.08, establishLatencyMs: 98.59, httpResponseLatency: 100.5516, sslConLatency: 0, tcpLostlenPercent: 0.0127, pktRetransPercent: 0.0137, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '257', totalBytes: '301459240', totalBitsRate: 669909.44, outBytes: '245480754', outBitsRate: 545512.8, inBytes: '34220091', inBitsRate: 76044.64, establishLatencyMs: 108.9343, httpResponseLatency: 160.9725, sslConLatency: 0, tcpLostlenPercent: 0.0022, pktRetransPercent: 0.0173, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1024', inLinkId: '257', totalBytes: '428032397', totalBitsRate: 951183.12, outBytes: '376399588', outBitsRate: 836443.52, inBytes: '37870336', inBitsRate: 84156.32, establishLatencyMs: 88.6706, httpResponseLatency: 131.524, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0126, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '257', totalBytes: '593122664', totalBitsRate: 1318050.4, outBytes: '555791176', outBitsRate: 1235091.52, inBytes: '18981210', inBitsRate: 42180.48, establishLatencyMs: 101.3537, httpResponseLatency: 254.3362, sslConLatency: 0, tcpLostlenPercent: 0.0044, pktRetransPercent: 0.0135, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1536', inLinkId: '257', totalBytes: '377183386', totalBitsRate: 838185.28, outBytes: '327968719', outBitsRate: 728819.36, inBytes: '24566904', inBitsRate: 54593.12, establishLatencyMs: 79.7386, httpResponseLatency: 95.8814, sslConLatency: 0, tcpLostlenPercent: 0.012, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '257', totalBytes: '301778612', totalBitsRate: 670619.12, outBytes: '280107213', outBitsRate: 622460.48, inBytes: '10638455', inBitsRate: 23641.04, establishLatencyMs: 91.1497, httpResponseLatency: 152.3226, sslConLatency: 0, tcpLostlenPercent: 0.0013, pktRetransPercent: 0.0181, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '257', totalBytes: '412927429', totalBitsRate: 917616.48, outBytes: '367353610', outBitsRate: 816341.36, inBytes: '29730481', inBitsRate: 66067.76, establishLatencyMs: 76.6838, httpResponseLatency: 94.3495, sslConLatency: 0, tcpLostlenPercent: 0.0053, pktRetransPercent: 0.0198, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '257', totalBytes: '257255077', totalBitsRate: 571677.92, outBytes: '233167830', outBitsRate: 518150.72, inBytes: '11320646', inBitsRate: 25156.96, establishLatencyMs: 78.8745, httpResponseLatency: 241.5664, sslConLatency: 0, tcpLostlenPercent: 0.0037, pktRetransPercent: 0.0113, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2816', inLinkId: '257', totalBytes: '391380150', totalBitsRate: 869733.68, outBytes: '358497570', outBitsRate: 796661.28, inBytes: '20314164', inBitsRate: 45142.56, establishLatencyMs: 104.9262, httpResponseLatency: 137.3243, sslConLatency: 0, tcpLostlenPercent: 0.0097, pktRetransPercent: 0.0107, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '513', totalBytes: '517401256', totalBitsRate: 1149780.56, outBytes: '468690408', outBitsRate: 1041534.24, inBytes: '31206282', inBitsRate: 69347.28, establishLatencyMs: 95.7474, httpResponseLatency: 117.9447, sslConLatency: 0, tcpLostlenPercent: 0.0035, pktRetransPercent: 0.0108, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '513', totalBytes: '286609222', totalBitsRate: 636909.36, outBytes: '253449086', outBitsRate: 563220.16, inBytes: '6606987', inBitsRate: 14682.16, establishLatencyMs: 111.8724, httpResponseLatency: 151.1935, sslConLatency: 0, tcpLostlenPercent: 0.0064, pktRetransPercent: 0.0181, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '768', inLinkId: '513', totalBytes: '427290221', totalBitsRate: 949533.84, outBytes: '288163262', outBitsRate: 640362.8, inBytes: '124378803', inBitsRate: 276397.36, establishLatencyMs: 84.4296, httpResponseLatency: 107.7755, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0136, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1024', inLinkId: '513', totalBytes: '426123014', totalBitsRate: 946940, outBytes: '378583688', outBitsRate: 841297.12, inBytes: '34027267', inBitsRate: 75616.16, establishLatencyMs: 129.1622, httpResponseLatency: 135.7024, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.0293, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1280', inLinkId: '513', totalBytes: '480617318', totalBitsRate: 1068038.48, outBytes: '355592692', outBitsRate: 790206, inBytes: '107451059', inBitsRate: 238780.16, establishLatencyMs: 81.3479, httpResponseLatency: 110.0703, sslConLatency: 0, tcpLostlenPercent: 0.001, pktRetransPercent: 0.0122, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '513', totalBytes: '378829607', totalBitsRate: 841843.6, outBytes: '340354481', outBitsRate: 756343.28, inBytes: '23667236', inBitsRate: 52593.84, establishLatencyMs: 72.8997, httpResponseLatency: 155.1332, sslConLatency: 0, tcpLostlenPercent: 0.0055, pktRetransPercent: 0.0192, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '513', totalBytes: '262609018', totalBitsRate: 583575.6, outBytes: '214741913', outBitsRate: 477204.24, inBytes: '36558657', inBitsRate: 81241.44, establishLatencyMs: 107.3446, httpResponseLatency: 128.785, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.021, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '513', totalBytes: '836277105', totalBitsRate: 1858393.6, outBytes: '762938193', outBitsRate: 1695418.24, inBytes: '51506746', inBitsRate: 114459.44, establishLatencyMs: 106.0485, httpResponseLatency: 101.236, sslConLatency: 0, tcpLostlenPercent: 0.005, pktRetransPercent: 0.0195, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2304', inLinkId: '513', totalBytes: '463632587', totalBitsRate: 1030294.64, outBytes: '399024852', outBitsRate: 886721.92, inBytes: '54635227', inBitsRate: 121411.6, establishLatencyMs: 70.067, httpResponseLatency: 82.2698, sslConLatency: 0, tcpLostlenPercent: 0.0105, pktRetransPercent: 0.016, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2816', inLinkId: '513', totalBytes: '375090527', totalBitsRate: 833534.48, outBytes: '337080747', outBitsRate: 749068.32, inBytes: '19278792', inBitsRate: 42841.76, establishLatencyMs: 78.1834, httpResponseLatency: 140.8154, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.013, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '769', totalBytes: '394768512', totalBitsRate: 877263.36, outBytes: '359885579', outBitsRate: 799745.76, inBytes: '20504968', inBitsRate: 45566.56, establishLatencyMs: 122.3644, httpResponseLatency: 206.5775, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0242, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '512', inLinkId: '769', totalBytes: '364786783', totalBitsRate: 810637.28, outBytes: '325142570', outBitsRate: 722539.04, inBytes: '29059460', inBitsRate: 64576.56, establishLatencyMs: 72.3282, httpResponseLatency: 115.4195, sslConLatency: 0, tcpLostlenPercent: 0.0076, pktRetransPercent: 0.0103, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '769', totalBytes: '569429971', totalBitsRate: 1265399.92, outBytes: '397984191', outBitsRate: 884409.28, inBytes: '157860292', inBitsRate: 350800.64, establishLatencyMs: 71.1193, httpResponseLatency: 169.7063, sslConLatency: 0, tcpLostlenPercent: 0.0048, pktRetransPercent: 0.0225, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1024', inLinkId: '769', totalBytes: '579478002', totalBitsRate: 1287728.88, outBytes: '214792325', outBitsRate: 477316.24, inBytes: '94103478', inBitsRate: 209118.8, establishLatencyMs: 91.5207, httpResponseLatency: 165.092, sslConLatency: 0, tcpLostlenPercent: 0.006, pktRetransPercent: 0.0105, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '769', totalBytes: '496892965', totalBitsRate: 1104206.56, outBytes: '457600850', outBitsRate: 1016890.8, inBytes: '24748500', inBitsRate: 54996.64, establishLatencyMs: 74.9958, httpResponseLatency: 584.5813, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.014, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '769', totalBytes: '623165485', totalBitsRate: 1384812.16, outBytes: '526692235', outBitsRate: 1170427.2, inBytes: '70998403', inBitsRate: 157774.24, establishLatencyMs: 80.2485, httpResponseLatency: 1100.2457, sslConLatency: 0, tcpLostlenPercent: 0.0057, pktRetransPercent: 0.0165, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '769', totalBytes: '376219195', totalBitsRate: 836042.64, outBytes: '320229891', outBitsRate: 711622, inBytes: '42082573', inBitsRate: 93516.8, establishLatencyMs: 89.2396, httpResponseLatency: 176.6074, sslConLatency: 0, tcpLostlenPercent: 0.0017, pktRetransPercent: 0.0129, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2048', inLinkId: '769', totalBytes: '537023143', totalBitsRate: 1193384.8, outBytes: '485285786', outBitsRate: 1078412.88, inBytes: '33957352', inBitsRate: 75460.8, establishLatencyMs: 161.714, httpResponseLatency: 299.7771, sslConLatency: 0, tcpLostlenPercent: 0.009, pktRetransPercent: 0.0205, usageMore90: false, score: 4, scoreLow3: false }, { outLinkId: '2304', inLinkId: '769', totalBytes: '408668842', totalBitsRate: 908152.96, outBytes: '364103470', outBitsRate: 809118.8, inBytes: '27943863', inBitsRate: 62097.44, establishLatencyMs: 84.474, httpResponseLatency: 233.6678, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0191, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2816', inLinkId: '769', totalBytes: '281357790', totalBitsRate: 625239.52, outBytes: '246576400', outBitsRate: 547947.52, inBytes: '22861043', inBitsRate: 50802.32, establishLatencyMs: 73.8313, httpResponseLatency: 101.7295, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0161, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '1025', totalBytes: '298043232', totalBitsRate: 662318.32, outBytes: '277239595', outBitsRate: 616088, inBytes: '9157756', inBitsRate: 20350.56, establishLatencyMs: 76.5483, httpResponseLatency: 107.388, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.012, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '1025', totalBytes: '437964797', totalBitsRate: 973255.12, outBytes: '392328303', outBitsRate: 871840.64, inBytes: '25486621', inBitsRate: 56636.96, establishLatencyMs: 73.2709, httpResponseLatency: 124.8192, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0243, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '768', inLinkId: '1025', totalBytes: '464792996', totalBitsRate: 1032873.36, outBytes: '429292974', outBitsRate: 953984.4, inBytes: '24968412', inBitsRate: 55485.36, establishLatencyMs: 73.624, httpResponseLatency: 143.2992, sslConLatency: 0, tcpLostlenPercent: 0.0028, pktRetransPercent: 0.0327, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1024', inLinkId: '1025', totalBytes: '309813302', totalBitsRate: 688474, outBytes: '275012816', outBitsRate: 611139.6, inBytes: '14787925', inBitsRate: 32862.08, establishLatencyMs: 69.9228, httpResponseLatency: 224.0711, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '1025', totalBytes: '625851341', totalBitsRate: 1390780.72, outBytes: '533489719', outBitsRate: 1185532.72, inBytes: '77867845', inBitsRate: 173039.68, establishLatencyMs: 117.7443, httpResponseLatency: 234.0509, sslConLatency: 0, tcpLostlenPercent: 0.008, pktRetransPercent: 0.0153, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1536', inLinkId: '1025', totalBytes: '511034764', totalBitsRate: 1135632.8, outBytes: '464176598', outBitsRate: 1031503.52, inBytes: '31537941', inBitsRate: 70084.32, establishLatencyMs: 79.7973, httpResponseLatency: 108.2308, sslConLatency: 0, tcpLostlenPercent: 0.0097, pktRetransPercent: 0.0127, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '1025', totalBytes: '510497154', totalBitsRate: 1134438.16, outBytes: '477831366', outBitsRate: 1061847.44, inBytes: '12705069', inBitsRate: 28233.52, establishLatencyMs: 90.772, httpResponseLatency: 138.007, sslConLatency: 0, tcpLostlenPercent: 0.0073, pktRetransPercent: 0.0289, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '1025', totalBytes: '705186479', totalBitsRate: 1567081.04, outBytes: '609149182', outBitsRate: 1353664.88, inBytes: '61214875', inBitsRate: 136033.04, establishLatencyMs: 68.2169, httpResponseLatency: 159.491, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0182, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '1025', totalBytes: '295233728', totalBitsRate: 656074.96, outBytes: '211230066', outBitsRate: 469400.16, inBytes: '25660250', inBitsRate: 57022.8, establishLatencyMs: 151.2545, httpResponseLatency: 228.9587, sslConLatency: 0, tcpLostlenPercent: 0.0031, pktRetransPercent: 0.0173, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2816', inLinkId: '1025', totalBytes: '304032381', totalBitsRate: 675627.52, outBytes: '275012404', outBitsRate: 611138.64, inBytes: '15041391', inBitsRate: 33425.28, establishLatencyMs: 87.4599, httpResponseLatency: 163.9644, sslConLatency: 0, tcpLostlenPercent: 0.0036, pktRetransPercent: 0.0142, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '1281', totalBytes: '417367176', totalBitsRate: 927482.64, outBytes: '367204335', outBitsRate: 816009.6, inBytes: '34011146', inBitsRate: 75580.32, establishLatencyMs: 76.0439, httpResponseLatency: 133.8785, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0066, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '1281', totalBytes: '383696444', totalBitsRate: 852658.8, outBytes: '333439743', outBitsRate: 740977.2, inBytes: '41316879', inBitsRate: 91815.28, establishLatencyMs: 74.6806, httpResponseLatency: 252.2572, sslConLatency: 0, tcpLostlenPercent: 0.0059, pktRetransPercent: 0.011, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '1281', totalBytes: '259621097', totalBitsRate: 576935.76, outBytes: '232771102', outBitsRate: 517269.12, inBytes: '16746429', inBitsRate: 37214.32, establishLatencyMs: 82.902, httpResponseLatency: 107.0519, sslConLatency: 0, tcpLostlenPercent: 0.0038, pktRetransPercent: 0.0091, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1024', inLinkId: '1281', totalBytes: '393383026', totalBitsRate: 874184.48, outBytes: '351396318', outBitsRate: 780880.72, inBytes: '31340065', inBitsRate: 69644.56, establishLatencyMs: 64.413, httpResponseLatency: 85.3855, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.0114, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '1281', totalBytes: '387129909', totalBitsRate: 860288.72, outBytes: '302488556', outBitsRate: 672196.8, inBytes: '72455586', inBitsRate: 161012.4, establishLatencyMs: 76.4561, httpResponseLatency: 192.1006, sslConLatency: 0, tcpLostlenPercent: 0.0052, pktRetransPercent: 0.0168, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '1281', totalBytes: '425879588', totalBitsRate: 946399.12, outBytes: '263435832', outBitsRate: 585412.96, inBytes: '146140145', inBitsRate: 324755.84, establishLatencyMs: 144.9736, httpResponseLatency: 145.7219, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.019, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1792', inLinkId: '1281', totalBytes: '287483397', totalBitsRate: 638852, outBytes: '257365122', outBitsRate: 571922.48, inBytes: '20811515', inBitsRate: 46247.84, establishLatencyMs: 115.147, httpResponseLatency: 190.5346, sslConLatency: 0, tcpLostlenPercent: 0.0117, pktRetransPercent: 0.0218, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '1281', totalBytes: '261944760', totalBitsRate: 582099.44, outBytes: '224739060', outBitsRate: 499420.16, inBytes: '22733255', inBitsRate: 50518.32, establishLatencyMs: 70.5032, httpResponseLatency: 88.7246, sslConLatency: 0, tcpLostlenPercent: 0.0026, pktRetransPercent: 0.0119, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '1281', totalBytes: '384921036', totalBitsRate: 855380.08, outBytes: '287289027', outBitsRate: 638420.08, inBytes: '85851016', inBitsRate: 190780, establishLatencyMs: 77.1338, httpResponseLatency: 119.3661, sslConLatency: 0, tcpLostlenPercent: 0.0038, pktRetransPercent: 0.0157, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2816', inLinkId: '1281', totalBytes: '747219384', totalBitsRate: 1660487.52, outBytes: '711493451', outBitsRate: 1581096.56, inBytes: '19888607', inBitsRate: 44196.88, establishLatencyMs: 94.9185, httpResponseLatency: 174.1762, sslConLatency: 0, tcpLostlenPercent: 0.0033, pktRetransPercent: 0.0225, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '256', inLinkId: '1537', totalBytes: '314181123', totalBitsRate: 698180.24, outBytes: '290716163', outBitsRate: 646035.92, inBytes: '12528086', inBitsRate: 27840.16, establishLatencyMs: 64.4391, httpResponseLatency: 83.7041, sslConLatency: 0, tcpLostlenPercent: 0.0119, pktRetransPercent: 0.0142, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '1537', totalBytes: '491448414', totalBitsRate: 1092107.6, outBytes: '373279539', outBitsRate: 829510.08, inBytes: '58058567', inBitsRate: 129019.04, establishLatencyMs: 118.2363, httpResponseLatency: 117.7304, sslConLatency: 0, tcpLostlenPercent: 0.0072, pktRetransPercent: 0.0116, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '768', inLinkId: '1537', totalBytes: '398005843', totalBitsRate: 884457.44, outBytes: '267392714', outBitsRate: 594206, inBytes: '101268761', inBitsRate: 225041.68, establishLatencyMs: 83.3056, httpResponseLatency: 147.8219, sslConLatency: 0, tcpLostlenPercent: 0.0032, pktRetransPercent: 0.0151, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1024', inLinkId: '1537', totalBytes: '344047174', totalBitsRate: 764549.28, outBytes: '318533531', outBitsRate: 707852.32, inBytes: '16906918', inBitsRate: 37570.96, establishLatencyMs: 121.1739, httpResponseLatency: 126.4862, sslConLatency: 0, tcpLostlenPercent: 0.0073, pktRetransPercent: 0.0186, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1280', inLinkId: '1537', totalBytes: '471587736', totalBitsRate: 1047972.72, outBytes: '410880816', outBitsRate: 913068.48, inBytes: '28281853', inBitsRate: 62848.56, establishLatencyMs: 70.9806, httpResponseLatency: 185.4856, sslConLatency: 0, tcpLostlenPercent: 0.0035, pktRetransPercent: 0.0125, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '1537', totalBytes: '435477272', totalBitsRate: 967727.28, outBytes: '354445790', outBitsRate: 787657.28, inBytes: '57547816', inBitsRate: 127884, establishLatencyMs: 77.2037, httpResponseLatency: 120.3639, sslConLatency: 0, tcpLostlenPercent: 0.0058, pktRetransPercent: 0.0211, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '1537', totalBytes: '421275299', totalBitsRate: 936167.36, outBytes: '394027515', outBitsRate: 875616.72, inBytes: '11330580', inBitsRate: 25179.04, establishLatencyMs: 87.0062, httpResponseLatency: 185.6153, sslConLatency: 0, tcpLostlenPercent: 0.0065, pktRetransPercent: 0.0141, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2048', inLinkId: '1537', totalBytes: '753697278', totalBitsRate: 1674882.88, outBytes: '671374082', outBitsRate: 1491942.4, inBytes: '62801227', inBitsRate: 139558.32, establishLatencyMs: 89.8664, httpResponseLatency: 117.8758, sslConLatency: 0, tcpLostlenPercent: 0.0032, pktRetransPercent: 0.0144, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '1537', totalBytes: '460044320', totalBitsRate: 1022320.72, outBytes: '389631794', outBitsRate: 865848.4, inBytes: '51549641', inBitsRate: 114554.72, establishLatencyMs: 88.5266, httpResponseLatency: 126.5988, sslConLatency: 0, tcpLostlenPercent: 0.0012, pktRetransPercent: 0.0203, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2816', inLinkId: '1537', totalBytes: '350106467', totalBitsRate: 778014.4, outBytes: '273295970', outBitsRate: 607324.4, inBytes: '68060771', inBitsRate: 151246.16, establishLatencyMs: 73.7358, httpResponseLatency: 116.135, sslConLatency: 0, tcpLostlenPercent: 0.0045, pktRetransPercent: 0.0341, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '256', inLinkId: '1793', totalBytes: '452268295', totalBitsRate: 1005040.64, outBytes: '379485980', outBitsRate: 843302.16, inBytes: '55074312', inBitsRate: 122387.36, establishLatencyMs: 78.7998, httpResponseLatency: 93.5587, sslConLatency: 0, tcpLostlenPercent: 0.003, pktRetransPercent: 0.021, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '1793', totalBytes: '700042073', totalBitsRate: 1555649.04, outBytes: '673088759', outBitsRate: 1495752.8, inBytes: '10410544', inBitsRate: 23134.56, establishLatencyMs: 85.8763, httpResponseLatency: 159.1093, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0157, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '1793', totalBytes: '271912982', totalBitsRate: 604251.04, outBytes: '227792078', outBitsRate: 506204.64, inBytes: '31821353', inBitsRate: 70714.08, establishLatencyMs: 73.8296, httpResponseLatency: 84.6696, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0084, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1024', inLinkId: '1793', totalBytes: '502977380', totalBitsRate: 1117727.52, outBytes: '324437335', outBitsRate: 720971.84, inBytes: '167435918', inBitsRate: 372079.84, establishLatencyMs: 68.3019, httpResponseLatency: 120.6175, sslConLatency: 0, tcpLostlenPercent: 0.0083, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '1793', totalBytes: '473709275', totalBitsRate: 1052687.28, outBytes: '408981966', outBitsRate: 908848.8, inBytes: '50085555', inBitsRate: 111301.2, establishLatencyMs: 80.0523, httpResponseLatency: 138.3115, sslConLatency: 0, tcpLostlenPercent: 0.0029, pktRetransPercent: 0.0205, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1536', inLinkId: '1793', totalBytes: '419864446', totalBitsRate: 933032.08, outBytes: '365874375', outBitsRate: 813054.16, inBytes: '37465965', inBitsRate: 83257.68, establishLatencyMs: 71.3478, httpResponseLatency: 77.8483, sslConLatency: 0, tcpLostlenPercent: 0.0013, pktRetransPercent: 0.0116, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1792', inLinkId: '1793', totalBytes: '339160607', totalBitsRate: 753690.24, outBytes: '301992422', outBitsRate: 671094.24, inBytes: '23961274', inBitsRate: 53247.28, establishLatencyMs: 87.9845, httpResponseLatency: 135.7731, sslConLatency: 0, tcpLostlenPercent: 0.0036, pktRetransPercent: 0.013, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2048', inLinkId: '1793', totalBytes: '616101903', totalBitsRate: 1369115.36, outBytes: '522679143', outBitsRate: 1161509.2, inBytes: '74691412', inBitsRate: 165980.88, establishLatencyMs: 146.3266, httpResponseLatency: 382.936, sslConLatency: 0, tcpLostlenPercent: 0.011, pktRetransPercent: 0.0218, usageMore90: false, score: 4, scoreLow3: false }, { outLinkId: '2304', inLinkId: '1793', totalBytes: '353905850', totalBitsRate: 786457.44, outBytes: '303343002', outBitsRate: 674095.6, inBytes: '35558267', inBitsRate: 79018.4, establishLatencyMs: 65.5383, httpResponseLatency: 182.1653, sslConLatency: 0, tcpLostlenPercent: 0.0025, pktRetransPercent: 0.0176, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2816', inLinkId: '1793', totalBytes: '310621344', totalBitsRate: 690269.68, outBytes: '270045410', outBitsRate: 600100.88, inBytes: '25119191', inBitsRate: 55820.4, establishLatencyMs: 77.1911, httpResponseLatency: 100.1092, sslConLatency: 0, tcpLostlenPercent: 0.0034, pktRetransPercent: 0.0123, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '2049', totalBytes: '388093577', totalBitsRate: 862430.16, outBytes: '348827067', outBitsRate: 775171.28, inBytes: '20464561', inBitsRate: 45476.8, establishLatencyMs: 77.5916, httpResponseLatency: 147.349, sslConLatency: 0, tcpLostlenPercent: 0.0111, pktRetransPercent: 0.011, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '2049', totalBytes: '711311059', totalBitsRate: 1580691.28, outBytes: '653169387', outBitsRate: 1451487.52, inBytes: '23736470', inBitsRate: 52747.68, establishLatencyMs: 88.1133, httpResponseLatency: 442.7744, sslConLatency: 0, tcpLostlenPercent: 0.0037, pktRetransPercent: 0.0282, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '768', inLinkId: '2049', totalBytes: '544169365', totalBitsRate: 1209265.28, outBytes: '480502970', outBitsRate: 1067784.4, inBytes: '42064720', inBitsRate: 93477.12, establishLatencyMs: 86.859, httpResponseLatency: 96.2626, sslConLatency: 0, tcpLostlenPercent: 0.0041, pktRetransPercent: 0.0188, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1024', inLinkId: '2049', totalBytes: '511188364', totalBitsRate: 1135974.16, outBytes: '439810340', outBitsRate: 977356.32, inBytes: '60103971', inBitsRate: 133564.4, establishLatencyMs: 100.5463, httpResponseLatency: 183.6345, sslConLatency: 0, tcpLostlenPercent: 0.0094, pktRetransPercent: 0.0087, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '2049', totalBytes: '666928930', totalBitsRate: 1482064.32, outBytes: '626185114', outBitsRate: 1391522.48, inBytes: '23926270', inBitsRate: 53169.52, establishLatencyMs: 119.9707, httpResponseLatency: 205.3038, sslConLatency: 0, tcpLostlenPercent: 0.0052, pktRetransPercent: 0.0272, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1536', inLinkId: '2049', totalBytes: '329173462', totalBitsRate: 731496.56, outBytes: '255905021', outBitsRate: 568677.84, inBytes: '57317526', inBitsRate: 127372.24, establishLatencyMs: 66.6872, httpResponseLatency: 286.5033, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0227, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1792', inLinkId: '2049', totalBytes: '308368988', totalBitsRate: 685264.4, outBytes: '237340865', outBitsRate: 527424.16, inBytes: '60510292', inBitsRate: 134467.28, establishLatencyMs: 72.5769, httpResponseLatency: 255.8301, sslConLatency: 0, tcpLostlenPercent: 0.0083, pktRetransPercent: 0.014, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2048', inLinkId: '2049', totalBytes: '321568878', totalBitsRate: 714597.52, outBytes: '273035831', outBitsRate: 606746.32, inBytes: '28038175', inBitsRate: 62307.04, establishLatencyMs: 66.0751, httpResponseLatency: 312.7351, sslConLatency: 0, tcpLostlenPercent: 0.0042, pktRetransPercent: 0.0156, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '2049', totalBytes: '380061893', totalBitsRate: 844582, outBytes: '315061822', outBitsRate: 700137.36, inBytes: '52657744', inBitsRate: 117017.2, establishLatencyMs: 75.8593, httpResponseLatency: 132.0823, sslConLatency: 0, tcpLostlenPercent: 0.0047, pktRetransPercent: 0.0101, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2816', inLinkId: '2049', totalBytes: '433349564', totalBitsRate: 962999.04, outBytes: '310273265', outBitsRate: 689496.16, inBytes: '107419516', inBitsRate: 238710, establishLatencyMs: 79.7628, httpResponseLatency: 127.4814, sslConLatency: 0, tcpLostlenPercent: 0.0031, pktRetransPercent: 0.0137, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '256', inLinkId: '2305', totalBytes: '441740953', totalBitsRate: 981646.56, outBytes: '344031397', outBitsRate: 764514.24, inBytes: '89500725', inBitsRate: 198890.48, establishLatencyMs: 83.4651, httpResponseLatency: 184.2666, sslConLatency: 0, tcpLostlenPercent: 0.006, pktRetransPercent: 0.0132, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '512', inLinkId: '2305', totalBytes: '492163025', totalBitsRate: 1093695.6, outBytes: '452782283', outBitsRate: 1006182.88, inBytes: '24458788', inBitsRate: 54352.88, establishLatencyMs: 75.3955, httpResponseLatency: 120.5217, sslConLatency: 0, tcpLostlenPercent: 0.0062, pktRetransPercent: 0.0091, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '2305', totalBytes: '412085678', totalBitsRate: 915745.92, outBytes: '386711916', outBitsRate: 859359.84, inBytes: '16901737', inBitsRate: 37559.44, establishLatencyMs: 89.1835, httpResponseLatency: 188.111, sslConLatency: 0, tcpLostlenPercent: 0.0147, pktRetransPercent: 0.0127, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1024', inLinkId: '2305', totalBytes: '493492790', totalBitsRate: 1096650.64, outBytes: '452074866', outBitsRate: 1004610.8, inBytes: '31521658', inBitsRate: 70048.16, establishLatencyMs: 82.6305, httpResponseLatency: 83.2076, sslConLatency: 0, tcpLostlenPercent: 0.0075, pktRetransPercent: 0.0123, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1280', inLinkId: '2305', totalBytes: '512733888', totalBitsRate: 1139408.64, outBytes: '471200897', outBitsRate: 1047113.12, inBytes: '28133375', inBitsRate: 62518.64, establishLatencyMs: 70.762, httpResponseLatency: 101.5263, sslConLatency: 0, tcpLostlenPercent: 0.0046, pktRetransPercent: 0.0214, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '2305', totalBytes: '747694085', totalBitsRate: 1661542.4, outBytes: '691510780', outBitsRate: 1536690.64, inBytes: '25897699', inBitsRate: 57550.48, establishLatencyMs: 83.79, httpResponseLatency: 90.0623, sslConLatency: 0, tcpLostlenPercent: 0.0091, pktRetransPercent: 0.0242, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1792', inLinkId: '2305', totalBytes: '376892219', totalBitsRate: 837538.24, outBytes: '336286147', outBitsRate: 747302.56, inBytes: '25717104', inBitsRate: 57149.12, establishLatencyMs: 104.1186, httpResponseLatency: 134.8195, sslConLatency: 0, tcpLostlenPercent: 0.0051, pktRetransPercent: 0.018, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '2305', totalBytes: '350689016', totalBitsRate: 779308.96, outBytes: '324109790', outBitsRate: 720244, inBytes: '14540455', inBitsRate: 32312.16, establishLatencyMs: 77.1332, httpResponseLatency: 497.0389, sslConLatency: 0, tcpLostlenPercent: 0.0063, pktRetransPercent: 0.0111, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '2305', totalBytes: '365450281', totalBitsRate: 812111.76, outBytes: '254568603', outBitsRate: 565708, inBytes: '101035884', inBitsRate: 224524.16, establishLatencyMs: 96.1349, httpResponseLatency: 127.3401, sslConLatency: 0, tcpLostlenPercent: 0.0043, pktRetransPercent: 0.0178, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2816', inLinkId: '2305', totalBytes: '582756711', totalBitsRate: 1295014.88, outBytes: '418332040', outBitsRate: 929626.72, inBytes: '151309467', inBitsRate: 336243.28, establishLatencyMs: 92.9852, httpResponseLatency: 92.9446, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0201, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '256', inLinkId: '2817', totalBytes: '297004684', totalBitsRate: 660010.4, outBytes: '237149513', outBitsRate: 526998.88, inBytes: '52715080', inBitsRate: 117144.64, establishLatencyMs: 75.9443, httpResponseLatency: 100.3348, sslConLatency: 0, tcpLostlenPercent: 0.025, pktRetransPercent: 0.0149, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '512', inLinkId: '2817', totalBytes: '244871384', totalBitsRate: 544158.64, outBytes: '182387351', outBitsRate: 405305.2, inBytes: '52813649', inBitsRate: 117363.68, establishLatencyMs: 90.5676, httpResponseLatency: 87.4456, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0174, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '768', inLinkId: '2817', totalBytes: '529048700', totalBitsRate: 1175663.76, outBytes: '385067667', outBitsRate: 855705.92, inBytes: '80988511', inBitsRate: 179974.48, establishLatencyMs: 146.6385, httpResponseLatency: 139.8804, sslConLatency: 0, tcpLostlenPercent: 0.0019, pktRetransPercent: 0.0126, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1024', inLinkId: '2817', totalBytes: '361792234', totalBitsRate: 803982.72, outBytes: '330465149', outBitsRate: 734366.96, inBytes: '17966232', inBitsRate: 39924.96, establishLatencyMs: 122.4222, httpResponseLatency: 136.6981, sslConLatency: 0, tcpLostlenPercent: 0.0027, pktRetransPercent: 0.0072, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1280', inLinkId: '2817', totalBytes: '421038470', totalBitsRate: 935641.04, outBytes: '324989968', outBitsRate: 722199.92, inBytes: '84806395', inBitsRate: 188458.64, establishLatencyMs: 92.1301, httpResponseLatency: 114.9592, sslConLatency: 0, tcpLostlenPercent: 0.0039, pktRetransPercent: 0.0172, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '1536', inLinkId: '2817', totalBytes: '362980681', totalBitsRate: 806623.76, outBytes: '311642328', outBitsRate: 692538.48, inBytes: '38988231', inBitsRate: 86640.48, establishLatencyMs: 97.0047, httpResponseLatency: 155.4382, sslConLatency: 0, tcpLostlenPercent: 0.0069, pktRetransPercent: 0.0197, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '1792', inLinkId: '2817', totalBytes: '621237185', totalBitsRate: 1380527.04, outBytes: '568359927', outBitsRate: 1263022.08, inBytes: '41110785', inBitsRate: 91357.28, establishLatencyMs: 64.7608, httpResponseLatency: 119.7391, sslConLatency: 0, tcpLostlenPercent: 0.0044, pktRetransPercent: 0.0252, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2048', inLinkId: '2817', totalBytes: '260368736', totalBitsRate: 578597.2, outBytes: '205185994', outBitsRate: 455968.88, inBytes: '46626869', inBitsRate: 103615.28, establishLatencyMs: 99.6428, httpResponseLatency: 99.8736, sslConLatency: 0, tcpLostlenPercent: 0.003, pktRetransPercent: 0.0126, usageMore90: false, score: 6, scoreLow3: false }, { outLinkId: '2304', inLinkId: '2817', totalBytes: '318716905', totalBitsRate: 708259.76, outBytes: '295082544', outBitsRate: 655738.96, inBytes: '11859656', inBitsRate: 26354.8, establishLatencyMs: 70.4628, httpResponseLatency: 110.3507, sslConLatency: 0, tcpLostlenPercent: 0.0107, pktRetransPercent: 0.0272, usageMore90: false, score: 5, scoreLow3: false }, { outLinkId: '2816', inLinkId: '2817', totalBytes: '314302936', totalBitsRate: 698450.96, outBytes: '266218480', outBitsRate: 591596.64, inBytes: '37481378', inBitsRate: 83291.92, establishLatencyMs: 73.5813, httpResponseLatency: 479.376, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0163, usageMore90: false, score: 6, scoreLow3: false }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20common_out_link_id%20AS%20out_link_id%2Ccommon_in_link_id%20AS%20in_link_id%2CSUM%28common_c2s_byte_num%20%2B%20common_s2c_byte_num%29%20AS%20total_bytes%2CSUM%28traffic_outbound_byte%29%20AS%20out_bytes%2CSUM%28traffic_inbound_byte%29%20AS%20in_bytes%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675387137%20AND%20stat_time%20%3C%201675390737%20GROUP%20BY%20out_link_id%2Cin_link_id&format=json&option=real-time', msg: 'OK' } }, data2: { status: 200, - data: { code: 200, queryKey: '3b148e81873eb2621bbd77fffbd0a008', success: true, message: null, statistics: { elapsed: 4, rows_read: 14027, bytes_read: 1611437, result_size: 2393, result_rows: 9 }, job: null, formatType: 'json', meta: [{ name: 'egress_link_direction', type: 'string', category: 'Dimension' }, { name: 'ingress_link_direction', type: 'string', category: 'Dimension' }, { name: 'total_bytes', type: 'long', category: 'Metric' }, { name: 'egress_bytes', type: 'long', category: 'Metric' }, { name: 'ingress_bytes', type: 'long', category: 'Metric' }, { name: 'establish_latency_ms', type: 'double', category: 'Metric' }, { name: 'http_response_latency', type: 'double', category: 'Metric' }, { name: 'ssl_con_latency', type: 'double', category: 'Metric' }, { name: 'tcp_lostlen_percent', type: 'double', category: 'Metric' }, { name: 'pkt_retrans_percent', type: 'double', category: 'Metric' }], data: { resultType: 'table', result: [{ egressLinkDirection: '太原', ingressLinkDirection: '太原', totalBytes: '16535105415', totalBitsRate: 36744678.72, egressBytes: '14184016558', egressBitsRate: 31520036.8, ingressBytes: '1688597600', ingressBitsRate: 3752439.12, establishLatencyMs: 88.0242, httpResponseLatency: 203.7159, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0166, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkDirection: '西安', ingressLinkDirection: '太原', totalBytes: '7944206231', totalBitsRate: 17653791.6, egressBytes: '6777682761', egressBitsRate: 15061517.28, ingressBytes: '885954326', ingressBitsRate: 1968787.36, establishLatencyMs: 83.1217, httpResponseLatency: 157.7391, sslConLatency: 0, tcpLostlenPercent: 0.0046, pktRetransPercent: 0.0173, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '西宁', ingressLinkDirection: '太原', totalBytes: '2857306724', totalBitsRate: 6349570.48, egressBytes: '2128232085', egressBitsRate: 4729404.64, ingressBytes: '404099210', ingressBitsRate: 897998.24, establishLatencyMs: 98.8892, httpResponseLatency: 136.1593, sslConLatency: 0, tcpLostlenPercent: 0.0068, pktRetransPercent: 0.0147, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '太原', ingressLinkDirection: '西安', totalBytes: '6373421289', totalBitsRate: 14163158.4, egressBytes: '5353700094', egressBitsRate: 11897111.36, ingressBytes: '734848747', ingressBitsRate: 1632997.2, establishLatencyMs: 92.7275, httpResponseLatency: 137.1145, sslConLatency: 0, tcpLostlenPercent: 0.0057, pktRetransPercent: 0.0162, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '西安', ingressLinkDirection: '西安', totalBytes: '4103560375', totalBitsRate: 9119023.04, egressBytes: '3571039189', egressBitsRate: 7935642.64, ingressBytes: '377089010', ingressBitsRate: 837975.6, establishLatencyMs: 85.6573, httpResponseLatency: 201.6159, sslConLatency: 0, tcpLostlenPercent: 0.0069, pktRetransPercent: 0.0144, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '西宁', ingressLinkDirection: '西安', totalBytes: '1183207657', totalBitsRate: 2629350.32, egressBytes: '1058261055', egressBitsRate: 2351691.2, ingressBytes: '87176633', ingressBitsRate: 193725.84, establishLatencyMs: 91.4916, httpResponseLatency: 117.5389, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.0104, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '太原', ingressLinkDirection: '西宁', totalBytes: '2924709918', totalBitsRate: 6499355.36, egressBytes: '2584008489', egressBitsRate: 5742241.12, ingressBytes: '181573168', ingressBitsRate: 403495.92, establishLatencyMs: 89.4893, httpResponseLatency: 151.1124, sslConLatency: 0, tcpLostlenPercent: 0.0053, pktRetransPercent: 0.0224, usageMore90: false, score: 5, scoreLow3: false }, { egressLinkDirection: '西安', ingressLinkDirection: '西宁', totalBytes: '1227926954', totalBitsRate: 2728726.56, egressBytes: '1085741718', egressBitsRate: 2412759.36, ingressBytes: '102066992', ingressBitsRate: 226815.52, establishLatencyMs: 93.9175, httpResponseLatency: 168.1369, sslConLatency: 0, tcpLostlenPercent: 0.0048, pktRetransPercent: 0.0139, usageMore90: false, score: 6, scoreLow3: false }, { egressLinkDirection: '西宁', ingressLinkDirection: '西宁', totalBytes: '309813302', totalBitsRate: 688474, egressBytes: '275012816', egressBitsRate: 611139.6, ingressBytes: '14787925', ingressBitsRate: 32862.08, establishLatencyMs: 69.9228, httpResponseLatency: 224.0711, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20egress_link_direction%20AS%20egress_link_direction%2Cingress_link_direction%20AS%20ingress_link_direction%2CSUM%28common_c2s_byte_num%20%2B%20common_s2c_byte_num%29%20AS%20total_bytes%2CSUM%28traffic_outbound_byte%29%20AS%20egress_bytes%2CSUM%28traffic_inbound_byte%29%20AS%20ingress_bytes%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675387137%20AND%20stat_time%20%3C%201675390737%20AND%20%28notEmpty%28egress_link_direction%29%20AND%20notEmpty%28ingress_link_direction%29%29%20GROUP%20BY%20egress_link_direction%2Cingress_link_direction&format=json&option=real-time', msg: 'OK' } + data: { code: 200, queryKey: '3b148e81873eb2621bbd77fffbd0a008', success: true, message: null, statistics: { elapsed: 4, rows_read: 14027, bytes_read: 1611437, result_size: 2393, result_rows: 9 }, job: null, formatType: 'json', meta: [{ name: 'out_link_direction', type: 'string', category: 'Dimension' }, { name: 'in_link_direction', type: 'string', category: 'Dimension' }, { name: 'total_bytes', type: 'long', category: 'Metric' }, { name: 'out_bytes', type: 'long', category: 'Metric' }, { name: 'in_bytes', type: 'long', category: 'Metric' }, { name: 'establish_latency_ms', type: 'double', category: 'Metric' }, { name: 'http_response_latency', type: 'double', category: 'Metric' }, { name: 'ssl_con_latency', type: 'double', category: 'Metric' }, { name: 'tcp_lostlen_percent', type: 'double', category: 'Metric' }, { name: 'pkt_retrans_percent', type: 'double', category: 'Metric' }], data: { resultType: 'table', result: [{ outLinkDirection: '太原', inLinkDirection: '太原', totalBytes: '16535105415', totalBitsRate: 36744678.72, outBytes: '14184016558', outBitsRate: 31520036.8, inBytes: '1688597600', inBitsRate: 3752439.12, establishLatencyMs: 88.0242, httpResponseLatency: 203.7159, sslConLatency: 0, tcpLostlenPercent: 0.0054, pktRetransPercent: 0.0166, usageMore90: false, score: 5, scoreLow3: false }, { outLinkDirection: '西安', inLinkDirection: '太原', totalBytes: '7944206231', totalBitsRate: 17653791.6, outBytes: '6777682761', outBitsRate: 15061517.28, inBytes: '885954326', inBitsRate: 1968787.36, establishLatencyMs: 83.1217, httpResponseLatency: 157.7391, sslConLatency: 0, tcpLostlenPercent: 0.0046, pktRetransPercent: 0.0173, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '西宁', inLinkDirection: '太原', totalBytes: '2857306724', totalBitsRate: 6349570.48, outBytes: '2128232085', outBitsRate: 4729404.64, inBytes: '404099210', inBitsRate: 897998.24, establishLatencyMs: 98.8892, httpResponseLatency: 136.1593, sslConLatency: 0, tcpLostlenPercent: 0.0068, pktRetransPercent: 0.0147, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '太原', inLinkDirection: '西安', totalBytes: '6373421289', totalBitsRate: 14163158.4, outBytes: '5353700094', outBitsRate: 11897111.36, inBytes: '734848747', inBitsRate: 1632997.2, establishLatencyMs: 92.7275, httpResponseLatency: 137.1145, sslConLatency: 0, tcpLostlenPercent: 0.0057, pktRetransPercent: 0.0162, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '西安', inLinkDirection: '西安', totalBytes: '4103560375', totalBitsRate: 9119023.04, outBytes: '3571039189', outBitsRate: 7935642.64, inBytes: '377089010', inBitsRate: 837975.6, establishLatencyMs: 85.6573, httpResponseLatency: 201.6159, sslConLatency: 0, tcpLostlenPercent: 0.0069, pktRetransPercent: 0.0144, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '西宁', inLinkDirection: '西安', totalBytes: '1183207657', totalBitsRate: 2629350.32, outBytes: '1058261055', outBitsRate: 2351691.2, inBytes: '87176633', inBitsRate: 193725.84, establishLatencyMs: 91.4916, httpResponseLatency: 117.5389, sslConLatency: 0, tcpLostlenPercent: 0.0024, pktRetransPercent: 0.0104, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '太原', inLinkDirection: '西宁', totalBytes: '2924709918', totalBitsRate: 6499355.36, outBytes: '2584008489', outBitsRate: 5742241.12, inBytes: '181573168', inBitsRate: 403495.92, establishLatencyMs: 89.4893, httpResponseLatency: 151.1124, sslConLatency: 0, tcpLostlenPercent: 0.0053, pktRetransPercent: 0.0224, usageMore90: false, score: 5, scoreLow3: false }, { outLinkDirection: '西安', inLinkDirection: '西宁', totalBytes: '1227926954', totalBitsRate: 2728726.56, outBytes: '1085741718', outBitsRate: 2412759.36, inBytes: '102066992', inBitsRate: 226815.52, establishLatencyMs: 93.9175, httpResponseLatency: 168.1369, sslConLatency: 0, tcpLostlenPercent: 0.0048, pktRetransPercent: 0.0139, usageMore90: false, score: 6, scoreLow3: false }, { outLinkDirection: '西宁', inLinkDirection: '西宁', totalBytes: '309813302', totalBitsRate: 688474, outBytes: '275012816', outBitsRate: 611139.6, inBytes: '14787925', inBitsRate: 32862.08, establishLatencyMs: 69.9228, httpResponseLatency: 224.0711, sslConLatency: 0, tcpLostlenPercent: 0.0071, pktRetransPercent: 0.0086, usageMore90: false, score: 6, scoreLow3: false }] }, originalUrl: 'http://192.168.44.55:9999?query=SELECT%20out_link_direction%20AS%20out_link_direction%2Cin_link_direction%20AS%20in_link_direction%2CSUM%28common_c2s_byte_num%20%2B%20common_s2c_byte_num%29%20AS%20total_bytes%2CSUM%28traffic_outbound_byte%29%20AS%20out_bytes%2CSUM%28traffic_inbound_byte%29%20AS%20in_bytes%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675387137%20AND%20stat_time%20%3C%201675390737%20AND%20%28notEmpty%28out_link_direction%29%20AND%20notEmpty%28in_link_direction%29%29%20GROUP%20BY%20out_link_direction%2Cin_link_direction&format=json&option=real-time', msg: 'OK' } } }, empty: { diff --git a/test/views/charts2/charts/linkMonitor/MockData/LinkTrafficLine.js b/test/views/charts2/charts/linkMonitor/MockData/LinkTrafficLine.js index d3c8195f..05cfe9f6 100644 --- a/test/views/charts2/charts/linkMonitor/MockData/LinkTrafficLine.js +++ b/test/views/charts2/charts/linkMonitor/MockData/LinkTrafficLine.js @@ -23,19 +23,19 @@ export const mockData = { type: 'long', category: 'Dimension' }, { - name: 'egress_bytes', + name: 'out_bytes', type: 'long', category: 'Metric' }, { - name: 'ingress_bytes', + name: 'in_bytes', type: 'long', category: 'Metric' }, { - name: 'egress_pkt', + name: 'out_pkt', type: 'long', category: 'Metric' }, { - name: 'ingress_pkt', + name: 'in_pkt', type: 'long', category: 'Metric' }, { @@ -52,7 +52,7 @@ export const mockData = { result: [ { type: 'bytes', - ingressBitsRate: { + inBitsRate: { values: [['1675388124', '0'], ['1675388160', '4253144'], ['1675388196', '470709.36'], ['1675388232', '0'], ['1675388268', '148192.24'], ['1675388304', '0'], ['1675388340', '577072.48'], ['1675388376', '160431.12'], ['1675388412', '0'], ['1675388448', '1639602.64'], ['1675388484', '0'], ['1675388520', '2074017.36'], ['1675388556', '798924.64'], ['1675388592', '0'], ['1675388628', '884606'], ['1675388664', '0'], ['1675388700', '1373220.48'], ['1675388736', '21305.36'], ['1675388772', '0'], ['1675388808', '1398940.24'], ['1675388844', '0'], ['1675388880', '4474519.52'], ['1675388916', '383473.12'], ['1675388952', '0'], ['1675388988', '582813.36'], ['1675389024', '0'], ['1675389060', '3545078.24'], ['1675389096', '766672'], ['1675389132', '0'], ['1675389168', '2877694'], ['1675389204', '0'], ['1675389240', '2195562.48'], ['1675389276', '2268681.12'], ['1675389312', '0'], ['1675389348', '1438248.88'], ['1675389384', '0'], ['1675389420', '88914.24'], ['1675389456', '363776.24'], ['1675389492', '0'], ['1675389528', '103931.36'], ['1675389564', '0'], ['1675389600', '930861.12'], ['1675389636', '473982.48'], ['1675389672', '0'], ['1675389708', '210004.88'], ['1675389744', '0'], ['1675389780', '764367.52'], ['1675389816', '236745.52'], ['1675389852', '0'], ['1675389888', '199598'], ['1675389924', '0'], ['1675389960', '385563.36'], ['1675389996', '353556.64'], ['1675390032', '0'], ['1675390068', '380246.48'], ['1675390104', '0'], ['1675390140', '456284'], ['1675390176', '2560143.76'], ['1675390212', '0'], ['1675390248', '3806779.36'], ['1675390284', '0'], ['1675390320', '382829.52'], ['1675390356', '225432.48'], ['1675390392', '0'], ['1675390428', '1024283.52'], ['1675390464', '0'], ['1675390500', '494194.88'], ['1675390536', '718094.88'], ['1675390572', '0'], ['1675390608', '373146.64'], ['1675390644', '0'], ['1675390680', '101628.64'], ['1675390716', '977218'], ['1675390752', '0'], ['1675390788', '7263452.48'], ['1675390824', '0'], ['1675390860', '2613115.76'], ['1675390896', '2987862'], ['1675390932', '0'], ['1675390968', '1376989.36'], ['1675391004', '0'], ['1675391040', '2245663.12'], ['1675391076', '602240.64'], ['1675391112', '0'], ['1675391148', '437569.12'], ['1675391184', '0'], ['1675391220', '115680.88'], ['1675391256', '42582.24'], ['1675391292', '0'], ['1675391328', '42002'], ['1675391364', '0'], ['1675391400', '720716'], ['1675391436', '5382.88'], ['1675391472', '0'], ['1675391508', '169074.64'], ['1675391544', '0'], ['1675391580', '1214277.76'], ['1675391616', '1523679.76'], ['1675391652', '0'], ['1675391688', '6382256'], ['1675391724', '0']], analysis: { avg: '756870.4', @@ -70,7 +70,7 @@ export const mockData = { p95: '34056467.52' } }, - egressBitsRate: { + outBitsRate: { values: [['1675388124', '0'], ['1675388160', '13327948.48'], ['1675388196', '9447439.36'], ['1675388232', '0'], ['1675388268', '13065144.48'], ['1675388304', '0'], ['1675388340', '40546583.36'], ['1675388376', '14409117.52'], ['1675388412', '0'], ['1675388448', '37518374.88'], ['1675388484', '0'], ['1675388520', '13801718.48'], ['1675388556', '10086177.52'], ['1675388592', '0'], ['1675388628', '8058881.12'], ['1675388664', '0'], ['1675388700', '17611901.36'], ['1675388736', '7638322'], ['1675388772', '0'], ['1675388808', '7889326.64'], ['1675388844', '0'], ['1675388880', '11525154.64'], ['1675388916', '16419227.36'], ['1675388952', '0'], ['1675388988', '17253686.24'], ['1675389024', '0'], ['1675389060', '18823413.76'], ['1675389096', '11803510.88'], ['1675389132', '0'], ['1675389168', '17099651.36'], ['1675389204', '0'], ['1675389240', '5551819.36'], ['1675389276', '26781549.52'], ['1675389312', '0'], ['1675389348', '4396606.48'], ['1675389384', '0'], ['1675389420', '22709506'], ['1675389456', '8697846.48'], ['1675389492', '0'], ['1675389528', '2287218.48'], ['1675389564', '0'], ['1675389600', '9822054.64'], ['1675389636', '72197231.52'], ['1675389672', '0'], ['1675389708', '23326860.88'], ['1675389744', '0'], ['1675389780', '5316558.24'], ['1675389816', '26859879.12'], ['1675389852', '0'], ['1675389888', '47155527.36'], ['1675389924', '0'], ['1675389960', '7140072.24'], ['1675389996', '11958655.12'], ['1675390032', '0'], ['1675390068', '9206818.88'], ['1675390104', '0'], ['1675390140', '7306789.36'], ['1675390176', '10132231.52'], ['1675390212', '0'], ['1675390248', '9200354.48'], ['1675390284', '0'], ['1675390320', '2858515.36'], ['1675390356', '13585608.64'], ['1675390392', '0'], ['1675390428', '37182107.76'], ['1675390464', '0'], ['1675390500', '4994919.12'], ['1675390536', '17137042'], ['1675390572', '0'], ['1675390608', '18036477.76'], ['1675390644', '0'], ['1675390680', '15031004.48'], ['1675390716', '18212365.52'], ['1675390752', '0'], ['1675390788', '9539874.88'], ['1675390824', '0'], ['1675390860', '17359689.12'], ['1675390896', '19553718.48'], ['1675390932', '0'], ['1675390968', '20294375.52'], ['1675391004', '0'], ['1675391040', '23047855.12'], ['1675391076', '33454226.88'], ['1675391112', '0'], ['1675391148', '12743660.64'], ['1675391184', '0'], ['1675391220', '12221446'], ['1675391256', '5946450.48'], ['1675391292', '0'], ['1675391328', '7351279.36'], ['1675391364', '0'], ['1675391400', '28454291.36'], ['1675391436', '17223542.88'], ['1675391472', '0'], ['1675391508', '7206393.36'], ['1675391544', '0'], ['1675391580', '15461408'], ['1675391616', '21384636.24'], ['1675391652', '0'], ['1675391688', '7485634.88'], ['1675391724', '0']], analysis: { avg: '9821396.8', @@ -82,7 +82,7 @@ export const mockData = { }, { type: 'packets', - ingressPacketsRate: { + inPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '382.61'], ['1675388196', '44.67'], ['1675388232', '0.00'], ['1675388268', '23.64'], ['1675388304', '0.00'], ['1675388340', '53.75'], ['1675388376', '34.89'], ['1675388412', '0.00'], ['1675388448', '155.25'], ['1675388484', '0.00'], ['1675388520', '186.17'], ['1675388556', '77.81'], ['1675388592', '0.00'], ['1675388628', '84.75'], ['1675388664', '0.00'], ['1675388700', '140.39'], ['1675388736', '9.69'], ['1675388772', '0.00'], ['1675388808', '126.83'], ['1675388844', '0.00'], ['1675388880', '398.50'], ['1675388916', '94.92'], ['1675388952', '0.00'], ['1675388988', '57.33'], ['1675389024', '0.00'], ['1675389060', '326.89'], ['1675389096', '69.06'], ['1675389132', '0.00'], ['1675389168', '253.61'], ['1675389204', '0.00'], ['1675389240', '201.11'], ['1675389276', '203.14'], ['1675389312', '0.00'], ['1675389348', '126.33'], ['1675389384', '0.00'], ['1675389420', '13.86'], ['1675389456', '34.81'], ['1675389492', '0.00'], ['1675389528', '12.47'], ['1675389564', '0.00'], ['1675389600', '107.08'], ['1675389636', '54.39'], ['1675389672', '0.00'], ['1675389708', '24.42'], ['1675389744', '0.00'], ['1675389780', '67.47'], ['1675389816', '35.94'], ['1675389852', '0.00'], ['1675389888', '22.44'], ['1675389924', '0.00'], ['1675389960', '45.64'], ['1675389996', '32.81'], ['1675390032', '0.00'], ['1675390068', '37.72'], ['1675390104', '0.00'], ['1675390140', '43.69'], ['1675390176', '228.97'], ['1675390212', '0.00'], ['1675390248', '392.69'], ['1675390284', '0.00'], ['1675390320', '55.33'], ['1675390356', '47.44'], ['1675390392', '0.00'], ['1675390428', '106.06'], ['1675390464', '0.00'], ['1675390500', '47.58'], ['1675390536', '64.56'], ['1675390572', '0.00'], ['1675390608', '35.94'], ['1675390644', '0.00'], ['1675390680', '17.31'], ['1675390716', '95.47'], ['1675390752', '0.00'], ['1675390788', '638.00'], ['1675390824', '0.00'], ['1675390860', '239.11'], ['1675390896', '290.89'], ['1675390932', '0.00'], ['1675390968', '129.31'], ['1675391004', '0.00'], ['1675391040', '208.83'], ['1675391076', '65.31'], ['1675391112', '0.00'], ['1675391148', '42.17'], ['1675391184', '0.00'], ['1675391220', '17.94'], ['1675391256', '14.33'], ['1675391292', '0.00'], ['1675391328', '6.31'], ['1675391364', '0.00'], ['1675391400', '62.83'], ['1675391436', '2.53'], ['1675391472', '0.00'], ['1675391508', '37.06'], ['1675391544', '0.00'], ['1675391580', '110.00'], ['1675391616', '148.53'], ['1675391652', '0.00'], ['1675391688', '583.64'], ['1675391724', '0.00']], analysis: { avg: '72.72', @@ -91,7 +91,7 @@ export const mockData = { p95: '326.89' } }, - egressPacketsRate: { + outPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '1835.75'], ['1675388196', '865.61'], ['1675388232', '0.00'], ['1675388268', '1202.69'], ['1675388304', '0.00'], ['1675388340', '3864.69'], ['1675388376', '1428.56'], ['1675388412', '0.00'], ['1675388448', '3433.61'], ['1675388484', '0.00'], ['1675388520', '1228.06'], ['1675388556', '896.42'], ['1675388592', '0.00'], ['1675388628', '740.83'], ['1675388664', '0.00'], ['1675388700', '1576.75'], ['1675388736', '721.92'], ['1675388772', '0.00'], ['1675388808', '700.17'], ['1675388844', '0.00'], ['1675388880', '1058.28'], ['1675388916', '1487.19'], ['1675388952', '0.00'], ['1675388988', '1536.19'], ['1675389024', '0.00'], ['1675389060', '1671.50'], ['1675389096', '1083.58'], ['1675389132', '0.00'], ['1675389168', '1561.64'], ['1675389204', '0.00'], ['1675389240', '549.50'], ['1675389276', '2454.47'], ['1675389312', '0.00'], ['1675389348', '404.53'], ['1675389384', '0.00'], ['1675389420', '2011.22'], ['1675389456', '810.75'], ['1675389492', '0.00'], ['1675389528', '228.50'], ['1675389564', '0.00'], ['1675389600', '910.58'], ['1675389636', '6422.11'], ['1675389672', '0.00'], ['1675389708', '2123.44'], ['1675389744', '0.00'], ['1675389780', '481.97'], ['1675389816', '2462.33'], ['1675389852', '0.00'], ['1675389888', '4183.94'], ['1675389924', '0.00'], ['1675389960', '677.81'], ['1675389996', '1103.31'], ['1675390032', '0.00'], ['1675390068', '851.08'], ['1675390104', '0.00'], ['1675390140', '659.33'], ['1675390176', '936.56'], ['1675390212', '0.00'], ['1675390248', '835.78'], ['1675390284', '0.00'], ['1675390320', '296.28'], ['1675390356', '1205.39'], ['1675390392', '0.00'], ['1675390428', '3288.14'], ['1675390464', '0.00'], ['1675390500', '471.14'], ['1675390536', '1577.00'], ['1675390572', '0.00'], ['1675390608', '1645.36'], ['1675390644', '0.00'], ['1675390680', '1390.75'], ['1675390716', '1612.75'], ['1675390752', '0.00'], ['1675390788', '880.92'], ['1675390824', '0.00'], ['1675390860', '1573.47'], ['1675390896', '1809.56'], ['1675390932', '0.00'], ['1675390968', '1847.53'], ['1675391004', '0.00'], ['1675391040', '2160.33'], ['1675391076', '3126.36'], ['1675391112', '0.00'], ['1675391148', '1166.14'], ['1675391184', '0.00'], ['1675391220', '1166.81'], ['1675391256', '538.75'], ['1675391292', '0.00'], ['1675391328', '681.00'], ['1675391364', '0.00'], ['1675391400', '2580.83'], ['1675391436', '1693.17'], ['1675391472', '0.00'], ['1675391508', '695.89'], ['1675391544', '0.00'], ['1675391580', '1395.19'], ['1675391616', '1920.39'], ['1675391652', '0.00'], ['1675391688', '679.08'], ['1675391724', '0.00']], analysis: { avg: '904.03', @@ -111,7 +111,7 @@ export const mockData = { } }] }, - originalUrl: 'http://192.168.44.55:9999?query=SELECT%20TIME_FLOOR_WITH_FILL%28stat_time%2C%27PT36S%27%2C%27zero%27%29%20AS%20stat_time%2CSUM%28IF%28%20common_egress_link_id%20%3D%202048%2C%20traffic_outbound_byte%2C%200%29%29%20AS%20egress_bytes%2CSUM%28IF%28%20common_ingress_link_id%20%3D%202049%2C%20traffic_inbound_byte%2C%200%29%29%20AS%20ingress_bytes%2CSUM%28IF%28%20common_egress_link_id%20%3D%202048%2C%20traffic_outbound_pkt%2C%200%29%29%20AS%20egress_pkt%2CSUM%28IF%28%20common_ingress_link_id%20%3D%202049%2C%20traffic_inbound_pkt%2C%200%29%29%20AS%20ingress_pkt%2C%28egress_bytes%20%2B%20ingress_bytes%29%20AS%20bytes_total%2C%28egress_pkt%20%2B%20ingress_pkt%29%20AS%20packets_total%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675388125%20AND%20stat_time%20%3C%201675391725%20%20GROUP%20BY%20stat_time%20ORDER%20BY%20bytes_total%20DESC%20&format=json&option=real-time', + originalUrl: 'http://192.168.44.55:9999?query=SELECT%20TIME_FLOOR_WITH_FILL%28stat_time%2C%27PT36S%27%2C%27zero%27%29%20AS%20stat_time%2CSUM%28IF%28%20common_out_link_id%20%3D%202048%2C%20traffic_outbound_byte%2C%200%29%29%20AS%20out_bytes%2CSUM%28IF%28%20common_in_link_id%20%3D%202049%2C%20traffic_inbound_byte%2C%200%29%29%20AS%20in_bytes%2CSUM%28IF%28%20common_out_link_id%20%3D%202048%2C%20traffic_outbound_pkt%2C%200%29%29%20AS%20out_pkt%2CSUM%28IF%28%20common_in_link_id%20%3D%202049%2C%20traffic_inbound_pkt%2C%200%29%29%20AS%20in_pkt%2C%28out_bytes%20%2B%20in_bytes%29%20AS%20bytes_total%2C%28out_pkt%20%2B%20in_pkt%29%20AS%20packets_total%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675388125%20AND%20stat_time%20%3C%201675391725%20%20GROUP%20BY%20stat_time%20ORDER%20BY%20bytes_total%20DESC%20&format=json&option=real-time', msg: 'OK' } }, @@ -175,7 +175,7 @@ export const mockData = { pktRetransPercent: 0.0165 }] }, - originalUrl: 'http://192.168.44.55:9999?query=SELECT%20SUM%28IF%28%20common_egress_link_id%20%3D%201792%2C%20traffic_outbound_byte%2C%200%29%20%2B%20IF%28%20common_ingress_link_id%20%3D%201793%2C%20traffic_inbound_byte%2C%200%29%29%20as%20total_bytes%2CSUM%28IF%28%20common_egress_link_id%20%3D%201792%2C%20traffic_outbound_pkt%2C%200%29%20%2B%20IF%28%20common_ingress_link_id%20%3D%201793%2C%20traffic_inbound_pkt%2C%200%29%29%20AS%20total_packets%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675403646%20AND%20stat_time%20%3C%201675407246%20&format=json&option=real-time', + originalUrl: 'http://192.168.44.55:9999?query=SELECT%20SUM%28IF%28%20common_out_link_id%20%3D%201792%2C%20traffic_outbound_byte%2C%200%29%20%2B%20IF%28%20common_in_link_id%20%3D%201793%2C%20traffic_inbound_byte%2C%200%29%29%20as%20total_bytes%2CSUM%28IF%28%20common_out_link_id%20%3D%201792%2C%20traffic_outbound_pkt%2C%200%29%20%2B%20IF%28%20common_in_link_id%20%3D%201793%2C%20traffic_inbound_pkt%2C%200%29%29%20AS%20total_packets%2CROUND%28AVG%28avg_establish_latency_ms%29%2C%204%29%20AS%20establish_latency_ms%2CROUND%28AVG%28avg_http_response_latency_ms%29%2C%204%29%20AS%20http_response_latency%2CROUND%28AVG%28avg_ssl_con_latency_ms%29%2C%204%29%20AS%20ssl_con_latency%2CROUND%28AVG%28tcp_lostlen_ratio%29%2C%204%29%20AS%20tcp_lostlen_percent%2CROUND%28AVG%28pkt_retrans_ratio%29%2C%204%29%20AS%20pkt_retrans_percent%20FROM%20metric_link%20WHERE%20stat_time%20%3E%3D%201675403646%20AND%20stat_time%20%3C%201675407246%20&format=json&option=real-time', msg: 'OK' } } @@ -218,7 +218,7 @@ export const mockData = { result: [ { type: 'bytes', - ingressBitsRate: { + inBitsRate: { values: [['1675388124', '0'], ['1675388160', '4253144'], ['1675388196', '470709.36'], ['1675388232', '0'], ['1675388268', '148192.24'], ['1675388304', '0'], ['1675388340', '577072.48'], ['1675388376', '160431.12'], ['1675388412', '0'], ['1675388448', '1639602.64'], ['1675388484', '0'], ['1675388520', '2074017.36'], ['1675388556', '798924.64'], ['1675388592', '0'], ['1675388628', '884606'], ['1675388664', '0'], ['1675388700', '1373220.48'], ['1675388736', '21305.36'], ['1675388772', '0'], ['1675388808', '1398940.24'], ['1675388844', '0'], ['1675388880', '4474519.52'], ['1675388916', '383473.12'], ['1675388952', '0'], ['1675388988', '582813.36'], ['1675389024', '0'], ['1675389060', '3545078.24'], ['1675389096', '766672'], ['1675389132', '0'], ['1675389168', '2877694'], ['1675389204', '0'], ['1675389240', '2195562.48'], ['1675389276', '2268681.12'], ['1675389312', '0'], ['1675389348', '1438248.88'], ['1675389384', '0'], ['1675389420', '88914.24'], ['1675389456', '363776.24'], ['1675389492', '0'], ['1675389528', '103931.36'], ['1675389564', '0'], ['1675389600', '930861.12'], ['1675389636', '473982.48'], ['1675389672', '0'], ['1675389708', '210004.88'], ['1675389744', '0'], ['1675389780', '764367.52'], ['1675389816', '236745.52'], ['1675389852', '0'], ['1675389888', '199598'], ['1675389924', '0'], ['1675389960', '385563.36'], ['1675389996', '353556.64'], ['1675390032', '0'], ['1675390068', '380246.48'], ['1675390104', '0'], ['1675390140', '456284'], ['1675390176', '2560143.76'], ['1675390212', '0'], ['1675390248', '3806779.36'], ['1675390284', '0'], ['1675390320', '382829.52'], ['1675390356', '225432.48'], ['1675390392', '0'], ['1675390428', '1024283.52'], ['1675390464', '0'], ['1675390500', '494194.88'], ['1675390536', '718094.88'], ['1675390572', '0'], ['1675390608', '373146.64'], ['1675390644', '0'], ['1675390680', '101628.64'], ['1675390716', '977218'], ['1675390752', '0'], ['1675390788', '7263452.48'], ['1675390824', '0'], ['1675390860', '2613115.76'], ['1675390896', '2987862'], ['1675390932', '0'], ['1675390968', '1376989.36'], ['1675391004', '0'], ['1675391040', '2245663.12'], ['1675391076', '602240.64'], ['1675391112', '0'], ['1675391148', '437569.12'], ['1675391184', '0'], ['1675391220', '115680.88'], ['1675391256', '42582.24'], ['1675391292', '0'], ['1675391328', '42002'], ['1675391364', '0'], ['1675391400', '720716'], ['1675391436', '5382.88'], ['1675391472', '0'], ['1675391508', '169074.64'], ['1675391544', '0'], ['1675391580', '1214277.76'], ['1675391616', '1523679.76'], ['1675391652', '0'], ['1675391688', '6382256'], ['1675391724', '0']], analysis: { avg: '75687040000000', @@ -236,7 +236,7 @@ export const mockData = { p95: '34056467.52' } }, - egressBitsRate: { + outBitsRate: { values: [['1675388124', '0'], ['1675388160', '13327948.48'], ['1675388196', '9447439.36'], ['1675388232', '0'], ['1675388268', '13065144.48'], ['1675388304', '0'], ['1675388340', '40546583.36'], ['1675388376', '14409117.52'], ['1675388412', '0'], ['1675388448', '37518374.88'], ['1675388484', '0'], ['1675388520', '13801718.48'], ['1675388556', '10086177.52'], ['1675388592', '0'], ['1675388628', '8058881.12'], ['1675388664', '0'], ['1675388700', '17611901.36'], ['1675388736', '7638322'], ['1675388772', '0'], ['1675388808', '7889326.64'], ['1675388844', '0'], ['1675388880', '11525154.64'], ['1675388916', '16419227.36'], ['1675388952', '0'], ['1675388988', '17253686.24'], ['1675389024', '0'], ['1675389060', '18823413.76'], ['1675389096', '11803510.88'], ['1675389132', '0'], ['1675389168', '17099651.36'], ['1675389204', '0'], ['1675389240', '5551819.36'], ['1675389276', '26781549.52'], ['1675389312', '0'], ['1675389348', '4396606.48'], ['1675389384', '0'], ['1675389420', '22709506'], ['1675389456', '8697846.48'], ['1675389492', '0'], ['1675389528', '2287218.48'], ['1675389564', '0'], ['1675389600', '9822054.64'], ['1675389636', '72197231.52'], ['1675389672', '0'], ['1675389708', '23326860.88'], ['1675389744', '0'], ['1675389780', '5316558.24'], ['1675389816', '26859879.12'], ['1675389852', '0'], ['1675389888', '47155527.36'], ['1675389924', '0'], ['1675389960', '7140072.24'], ['1675389996', '11958655.12'], ['1675390032', '0'], ['1675390068', '9206818.88'], ['1675390104', '0'], ['1675390140', '7306789.36'], ['1675390176', '10132231.52'], ['1675390212', '0'], ['1675390248', '9200354.48'], ['1675390284', '0'], ['1675390320', '2858515.36'], ['1675390356', '13585608.64'], ['1675390392', '0'], ['1675390428', '37182107.76'], ['1675390464', '0'], ['1675390500', '4994919.12'], ['1675390536', '17137042'], ['1675390572', '0'], ['1675390608', '18036477.76'], ['1675390644', '0'], ['1675390680', '15031004.48'], ['1675390716', '18212365.52'], ['1675390752', '0'], ['1675390788', '9539874.88'], ['1675390824', '0'], ['1675390860', '17359689.12'], ['1675390896', '19553718.48'], ['1675390932', '0'], ['1675390968', '20294375.52'], ['1675391004', '0'], ['1675391040', '23047855.12'], ['1675391076', '33454226.88'], ['1675391112', '0'], ['1675391148', '12743660.64'], ['1675391184', '0'], ['1675391220', '12221446'], ['1675391256', '5946450.48'], ['1675391292', '0'], ['1675391328', '7351279.36'], ['1675391364', '0'], ['1675391400', '28454291.36'], ['1675391436', '17223542.88'], ['1675391472', '0'], ['1675391508', '7206393.36'], ['1675391544', '0'], ['1675391580', '15461408'], ['1675391616', '21384636.24'], ['1675391652', '0'], ['1675391688', '7485634.88'], ['1675391724', '0']], analysis: { avg: '9821396.8', @@ -248,7 +248,7 @@ export const mockData = { }, { type: 'packets', - ingressPacketsRate: { + inPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '382.61'], ['1675388196', '44.67'], ['1675388232', '0.00'], ['1675388268', '23.64'], ['1675388304', '0.00'], ['1675388340', '53.75'], ['1675388376', '34.89'], ['1675388412', '0.00'], ['1675388448', '155.25'], ['1675388484', '0.00'], ['1675388520', '186.17'], ['1675388556', '77.81'], ['1675388592', '0.00'], ['1675388628', '84.75'], ['1675388664', '0.00'], ['1675388700', '140.39'], ['1675388736', '9.69'], ['1675388772', '0.00'], ['1675388808', '126.83'], ['1675388844', '0.00'], ['1675388880', '398.50'], ['1675388916', '94.92'], ['1675388952', '0.00'], ['1675388988', '57.33'], ['1675389024', '0.00'], ['1675389060', '326.89'], ['1675389096', '69.06'], ['1675389132', '0.00'], ['1675389168', '253.61'], ['1675389204', '0.00'], ['1675389240', '201.11'], ['1675389276', '203.14'], ['1675389312', '0.00'], ['1675389348', '126.33'], ['1675389384', '0.00'], ['1675389420', '13.86'], ['1675389456', '34.81'], ['1675389492', '0.00'], ['1675389528', '12.47'], ['1675389564', '0.00'], ['1675389600', '107.08'], ['1675389636', '54.39'], ['1675389672', '0.00'], ['1675389708', '24.42'], ['1675389744', '0.00'], ['1675389780', '67.47'], ['1675389816', '35.94'], ['1675389852', '0.00'], ['1675389888', '22.44'], ['1675389924', '0.00'], ['1675389960', '45.64'], ['1675389996', '32.81'], ['1675390032', '0.00'], ['1675390068', '37.72'], ['1675390104', '0.00'], ['1675390140', '43.69'], ['1675390176', '228.97'], ['1675390212', '0.00'], ['1675390248', '392.69'], ['1675390284', '0.00'], ['1675390320', '55.33'], ['1675390356', '47.44'], ['1675390392', '0.00'], ['1675390428', '106.06'], ['1675390464', '0.00'], ['1675390500', '47.58'], ['1675390536', '64.56'], ['1675390572', '0.00'], ['1675390608', '35.94'], ['1675390644', '0.00'], ['1675390680', '17.31'], ['1675390716', '95.47'], ['1675390752', '0.00'], ['1675390788', '638.00'], ['1675390824', '0.00'], ['1675390860', '239.11'], ['1675390896', '290.89'], ['1675390932', '0.00'], ['1675390968', '129.31'], ['1675391004', '0.00'], ['1675391040', '208.83'], ['1675391076', '65.31'], ['1675391112', '0.00'], ['1675391148', '42.17'], ['1675391184', '0.00'], ['1675391220', '17.94'], ['1675391256', '14.33'], ['1675391292', '0.00'], ['1675391328', '6.31'], ['1675391364', '0.00'], ['1675391400', '62.83'], ['1675391436', '2.53'], ['1675391472', '0.00'], ['1675391508', '37.06'], ['1675391544', '0.00'], ['1675391580', '110.00'], ['1675391616', '148.53'], ['1675391652', '0.00'], ['1675391688', '583.64'], ['1675391724', '0.00']], analysis: { avg: '727200000', @@ -257,7 +257,7 @@ export const mockData = { p95: '326.89' } }, - egressPacketsRate: { + outPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '1835.75'], ['1675388196', '865.61'], ['1675388232', '0.00'], ['1675388268', '1202.69'], ['1675388304', '0.00'], ['1675388340', '3864.69'], ['1675388376', '1428.56'], ['1675388412', '0.00'], ['1675388448', '3433.61'], ['1675388484', '0.00'], ['1675388520', '1228.06'], ['1675388556', '896.42'], ['1675388592', '0.00'], ['1675388628', '740.83'], ['1675388664', '0.00'], ['1675388700', '1576.75'], ['1675388736', '721.92'], ['1675388772', '0.00'], ['1675388808', '700.17'], ['1675388844', '0.00'], ['1675388880', '1058.28'], ['1675388916', '1487.19'], ['1675388952', '0.00'], ['1675388988', '1536.19'], ['1675389024', '0.00'], ['1675389060', '1671.50'], ['1675389096', '1083.58'], ['1675389132', '0.00'], ['1675389168', '1561.64'], ['1675389204', '0.00'], ['1675389240', '549.50'], ['1675389276', '2454.47'], ['1675389312', '0.00'], ['1675389348', '404.53'], ['1675389384', '0.00'], ['1675389420', '2011.22'], ['1675389456', '810.75'], ['1675389492', '0.00'], ['1675389528', '228.50'], ['1675389564', '0.00'], ['1675389600', '910.58'], ['1675389636', '6422.11'], ['1675389672', '0.00'], ['1675389708', '2123.44'], ['1675389744', '0.00'], ['1675389780', '481.97'], ['1675389816', '2462.33'], ['1675389852', '0.00'], ['1675389888', '4183.94'], ['1675389924', '0.00'], ['1675389960', '677.81'], ['1675389996', '1103.31'], ['1675390032', '0.00'], ['1675390068', '851.08'], ['1675390104', '0.00'], ['1675390140', '659.33'], ['1675390176', '936.56'], ['1675390212', '0.00'], ['1675390248', '835.78'], ['1675390284', '0.00'], ['1675390320', '296.28'], ['1675390356', '1205.39'], ['1675390392', '0.00'], ['1675390428', '3288.14'], ['1675390464', '0.00'], ['1675390500', '471.14'], ['1675390536', '1577.00'], ['1675390572', '0.00'], ['1675390608', '1645.36'], ['1675390644', '0.00'], ['1675390680', '1390.75'], ['1675390716', '1612.75'], ['1675390752', '0.00'], ['1675390788', '880.92'], ['1675390824', '0.00'], ['1675390860', '1573.47'], ['1675390896', '1809.56'], ['1675390932', '0.00'], ['1675390968', '1847.53'], ['1675391004', '0.00'], ['1675391040', '2160.33'], ['1675391076', '3126.36'], ['1675391112', '0.00'], ['1675391148', '1166.14'], ['1675391184', '0.00'], ['1675391220', '1166.81'], ['1675391256', '538.75'], ['1675391292', '0.00'], ['1675391328', '681.00'], ['1675391364', '0.00'], ['1675391400', '2580.83'], ['1675391436', '1693.17'], ['1675391472', '0.00'], ['1675391508', '695.89'], ['1675391544', '0.00'], ['1675391580', '1395.19'], ['1675391616', '1920.39'], ['1675391652', '0.00'], ['1675391688', '679.08'], ['1675391724', '0.00']], analysis: { avg: '904030000000', @@ -311,7 +311,7 @@ export const mockData = { result: [ { type: 'bytes', - ingressBitsRate: { + inBitsRate: { values: [['1675388124', '0'], ['1675388160', '4253144'], ['1675388196', '470709.36'], ['1675388232', '0'], ['1675388268', '148192.24'], ['1675388304', '0'], ['1675388340', '577072.48'], ['1675388376', '160431.12'], ['1675388412', '0'], ['1675388448', '1639602.64'], ['1675388484', '0'], ['1675388520', '2074017.36'], ['1675388556', '798924.64'], ['1675388592', '0'], ['1675388628', '884606'], ['1675388664', '0'], ['1675388700', '1373220.48'], ['1675388736', '21305.36'], ['1675388772', '0'], ['1675388808', '1398940.24'], ['1675388844', '0'], ['1675388880', '4474519.52'], ['1675388916', '383473.12'], ['1675388952', '0'], ['1675388988', '582813.36'], ['1675389024', '0'], ['1675389060', '3545078.24'], ['1675389096', '766672'], ['1675389132', '0'], ['1675389168', '2877694'], ['1675389204', '0'], ['1675389240', '2195562.48'], ['1675389276', '2268681.12'], ['1675389312', '0'], ['1675389348', '1438248.88'], ['1675389384', '0'], ['1675389420', '88914.24'], ['1675389456', '363776.24'], ['1675389492', '0'], ['1675389528', '103931.36'], ['1675389564', '0'], ['1675389600', '930861.12'], ['1675389636', '473982.48'], ['1675389672', '0'], ['1675389708', '210004.88'], ['1675389744', '0'], ['1675389780', '764367.52'], ['1675389816', '236745.52'], ['1675389852', '0'], ['1675389888', '199598'], ['1675389924', '0'], ['1675389960', '385563.36'], ['1675389996', '353556.64'], ['1675390032', '0'], ['1675390068', '380246.48'], ['1675390104', '0'], ['1675390140', '456284'], ['1675390176', '2560143.76'], ['1675390212', '0'], ['1675390248', '3806779.36'], ['1675390284', '0'], ['1675390320', '382829.52'], ['1675390356', '225432.48'], ['1675390392', '0'], ['1675390428', '1024283.52'], ['1675390464', '0'], ['1675390500', '494194.88'], ['1675390536', '718094.88'], ['1675390572', '0'], ['1675390608', '373146.64'], ['1675390644', '0'], ['1675390680', '101628.64'], ['1675390716', '977218'], ['1675390752', '0'], ['1675390788', '7263452.48'], ['1675390824', '0'], ['1675390860', '2613115.76'], ['1675390896', '2987862'], ['1675390932', '0'], ['1675390968', '1376989.36'], ['1675391004', '0'], ['1675391040', '2245663.12'], ['1675391076', '602240.64'], ['1675391112', '0'], ['1675391148', '437569.12'], ['1675391184', '0'], ['1675391220', '115680.88'], ['1675391256', '42582.24'], ['1675391292', '0'], ['1675391328', '42002'], ['1675391364', '0'], ['1675391400', '720716'], ['1675391436', '5382.88'], ['1675391472', '0'], ['1675391508', '169074.64'], ['1675391544', '0'], ['1675391580', '1214277.76'], ['1675391616', '1523679.76'], ['1675391652', '0'], ['1675391688', '6382256'], ['1675391724', '0']], analysis: { avg: '0.00', @@ -329,7 +329,7 @@ export const mockData = { p95: '34056467.52' } }, - egressBitsRate: { + outBitsRate: { values: [['1675388124', '0'], ['1675388160', '13327948.48'], ['1675388196', '9447439.36'], ['1675388232', '0'], ['1675388268', '13065144.48'], ['1675388304', '0'], ['1675388340', '40546583.36'], ['1675388376', '14409117.52'], ['1675388412', '0'], ['1675388448', '37518374.88'], ['1675388484', '0'], ['1675388520', '13801718.48'], ['1675388556', '10086177.52'], ['1675388592', '0'], ['1675388628', '8058881.12'], ['1675388664', '0'], ['1675388700', '17611901.36'], ['1675388736', '7638322'], ['1675388772', '0'], ['1675388808', '7889326.64'], ['1675388844', '0'], ['1675388880', '11525154.64'], ['1675388916', '16419227.36'], ['1675388952', '0'], ['1675388988', '17253686.24'], ['1675389024', '0'], ['1675389060', '18823413.76'], ['1675389096', '11803510.88'], ['1675389132', '0'], ['1675389168', '17099651.36'], ['1675389204', '0'], ['1675389240', '5551819.36'], ['1675389276', '26781549.52'], ['1675389312', '0'], ['1675389348', '4396606.48'], ['1675389384', '0'], ['1675389420', '22709506'], ['1675389456', '8697846.48'], ['1675389492', '0'], ['1675389528', '2287218.48'], ['1675389564', '0'], ['1675389600', '9822054.64'], ['1675389636', '72197231.52'], ['1675389672', '0'], ['1675389708', '23326860.88'], ['1675389744', '0'], ['1675389780', '5316558.24'], ['1675389816', '26859879.12'], ['1675389852', '0'], ['1675389888', '47155527.36'], ['1675389924', '0'], ['1675389960', '7140072.24'], ['1675389996', '11958655.12'], ['1675390032', '0'], ['1675390068', '9206818.88'], ['1675390104', '0'], ['1675390140', '7306789.36'], ['1675390176', '10132231.52'], ['1675390212', '0'], ['1675390248', '9200354.48'], ['1675390284', '0'], ['1675390320', '2858515.36'], ['1675390356', '13585608.64'], ['1675390392', '0'], ['1675390428', '37182107.76'], ['1675390464', '0'], ['1675390500', '4994919.12'], ['1675390536', '17137042'], ['1675390572', '0'], ['1675390608', '18036477.76'], ['1675390644', '0'], ['1675390680', '15031004.48'], ['1675390716', '18212365.52'], ['1675390752', '0'], ['1675390788', '9539874.88'], ['1675390824', '0'], ['1675390860', '17359689.12'], ['1675390896', '19553718.48'], ['1675390932', '0'], ['1675390968', '20294375.52'], ['1675391004', '0'], ['1675391040', '23047855.12'], ['1675391076', '33454226.88'], ['1675391112', '0'], ['1675391148', '12743660.64'], ['1675391184', '0'], ['1675391220', '12221446'], ['1675391256', '5946450.48'], ['1675391292', '0'], ['1675391328', '7351279.36'], ['1675391364', '0'], ['1675391400', '28454291.36'], ['1675391436', '17223542.88'], ['1675391472', '0'], ['1675391508', '7206393.36'], ['1675391544', '0'], ['1675391580', '15461408'], ['1675391616', '21384636.24'], ['1675391652', '0'], ['1675391688', '7485634.88'], ['1675391724', '0']], analysis: { avg: '0.00', @@ -341,7 +341,7 @@ export const mockData = { }, { type: 'packets', - ingressPacketsRate: { + inPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '382.61'], ['1675388196', '44.67'], ['1675388232', '0.00'], ['1675388268', '23.64'], ['1675388304', '0.00'], ['1675388340', '53.75'], ['1675388376', '34.89'], ['1675388412', '0.00'], ['1675388448', '155.25'], ['1675388484', '0.00'], ['1675388520', '186.17'], ['1675388556', '77.81'], ['1675388592', '0.00'], ['1675388628', '84.75'], ['1675388664', '0.00'], ['1675388700', '140.39'], ['1675388736', '9.69'], ['1675388772', '0.00'], ['1675388808', '126.83'], ['1675388844', '0.00'], ['1675388880', '398.50'], ['1675388916', '94.92'], ['1675388952', '0.00'], ['1675388988', '57.33'], ['1675389024', '0.00'], ['1675389060', '326.89'], ['1675389096', '69.06'], ['1675389132', '0.00'], ['1675389168', '253.61'], ['1675389204', '0.00'], ['1675389240', '201.11'], ['1675389276', '203.14'], ['1675389312', '0.00'], ['1675389348', '126.33'], ['1675389384', '0.00'], ['1675389420', '13.86'], ['1675389456', '34.81'], ['1675389492', '0.00'], ['1675389528', '12.47'], ['1675389564', '0.00'], ['1675389600', '107.08'], ['1675389636', '54.39'], ['1675389672', '0.00'], ['1675389708', '24.42'], ['1675389744', '0.00'], ['1675389780', '67.47'], ['1675389816', '35.94'], ['1675389852', '0.00'], ['1675389888', '22.44'], ['1675389924', '0.00'], ['1675389960', '45.64'], ['1675389996', '32.81'], ['1675390032', '0.00'], ['1675390068', '37.72'], ['1675390104', '0.00'], ['1675390140', '43.69'], ['1675390176', '228.97'], ['1675390212', '0.00'], ['1675390248', '392.69'], ['1675390284', '0.00'], ['1675390320', '55.33'], ['1675390356', '47.44'], ['1675390392', '0.00'], ['1675390428', '106.06'], ['1675390464', '0.00'], ['1675390500', '47.58'], ['1675390536', '64.56'], ['1675390572', '0.00'], ['1675390608', '35.94'], ['1675390644', '0.00'], ['1675390680', '17.31'], ['1675390716', '95.47'], ['1675390752', '0.00'], ['1675390788', '638.00'], ['1675390824', '0.00'], ['1675390860', '239.11'], ['1675390896', '290.89'], ['1675390932', '0.00'], ['1675390968', '129.31'], ['1675391004', '0.00'], ['1675391040', '208.83'], ['1675391076', '65.31'], ['1675391112', '0.00'], ['1675391148', '42.17'], ['1675391184', '0.00'], ['1675391220', '17.94'], ['1675391256', '14.33'], ['1675391292', '0.00'], ['1675391328', '6.31'], ['1675391364', '0.00'], ['1675391400', '62.83'], ['1675391436', '2.53'], ['1675391472', '0.00'], ['1675391508', '37.06'], ['1675391544', '0.00'], ['1675391580', '110.00'], ['1675391616', '148.53'], ['1675391652', '0.00'], ['1675391688', '583.64'], ['1675391724', '0.00']], analysis: { avg: '0.00', @@ -350,7 +350,7 @@ export const mockData = { p95: '326.89' } }, - egressPacketsRate: { + outPacketsRate: { values: [['1675388124', '0.00'], ['1675388160', '1835.75'], ['1675388196', '865.61'], ['1675388232', '0.00'], ['1675388268', '1202.69'], ['1675388304', '0.00'], ['1675388340', '3864.69'], ['1675388376', '1428.56'], ['1675388412', '0.00'], ['1675388448', '3433.61'], ['1675388484', '0.00'], ['1675388520', '1228.06'], ['1675388556', '896.42'], ['1675388592', '0.00'], ['1675388628', '740.83'], ['1675388664', '0.00'], ['1675388700', '1576.75'], ['1675388736', '721.92'], ['1675388772', '0.00'], ['1675388808', '700.17'], ['1675388844', '0.00'], ['1675388880', '1058.28'], ['1675388916', '1487.19'], ['1675388952', '0.00'], ['1675388988', '1536.19'], ['1675389024', '0.00'], ['1675389060', '1671.50'], ['1675389096', '1083.58'], ['1675389132', '0.00'], ['1675389168', '1561.64'], ['1675389204', '0.00'], ['1675389240', '549.50'], ['1675389276', '2454.47'], ['1675389312', '0.00'], ['1675389348', '404.53'], ['1675389384', '0.00'], ['1675389420', '2011.22'], ['1675389456', '810.75'], ['1675389492', '0.00'], ['1675389528', '228.50'], ['1675389564', '0.00'], ['1675389600', '910.58'], ['1675389636', '6422.11'], ['1675389672', '0.00'], ['1675389708', '2123.44'], ['1675389744', '0.00'], ['1675389780', '481.97'], ['1675389816', '2462.33'], ['1675389852', '0.00'], ['1675389888', '4183.94'], ['1675389924', '0.00'], ['1675389960', '677.81'], ['1675389996', '1103.31'], ['1675390032', '0.00'], ['1675390068', '851.08'], ['1675390104', '0.00'], ['1675390140', '659.33'], ['1675390176', '936.56'], ['1675390212', '0.00'], ['1675390248', '835.78'], ['1675390284', '0.00'], ['1675390320', '296.28'], ['1675390356', '1205.39'], ['1675390392', '0.00'], ['1675390428', '3288.14'], ['1675390464', '0.00'], ['1675390500', '471.14'], ['1675390536', '1577.00'], ['1675390572', '0.00'], ['1675390608', '1645.36'], ['1675390644', '0.00'], ['1675390680', '1390.75'], ['1675390716', '1612.75'], ['1675390752', '0.00'], ['1675390788', '880.92'], ['1675390824', '0.00'], ['1675390860', '1573.47'], ['1675390896', '1809.56'], ['1675390932', '0.00'], ['1675390968', '1847.53'], ['1675391004', '0.00'], ['1675391040', '2160.33'], ['1675391076', '3126.36'], ['1675391112', '0.00'], ['1675391148', '1166.14'], ['1675391184', '0.00'], ['1675391220', '1166.81'], ['1675391256', '538.75'], ['1675391292', '0.00'], ['1675391328', '681.00'], ['1675391364', '0.00'], ['1675391400', '2580.83'], ['1675391436', '1693.17'], ['1675391472', '0.00'], ['1675391508', '695.89'], ['1675391544', '0.00'], ['1675391580', '1395.19'], ['1675391616', '1920.39'], ['1675391652', '0.00'], ['1675391688', '679.08'], ['1675391724', '0.00']], analysis: { avg: '0.00',