├── LICENSE ├── README.md ├── SECURITY.md ├── network-profiles ├── brazil │ └── cellular │ │ ├── network-profile-1.json │ │ ├── network-profile-2.json │ │ ├── network-profile-3.json │ │ ├── network-profile-4.json │ │ ├── network-profile-5.json │ │ └── network-profile-6.json ├── china │ └── cellular │ │ ├── network-profile-1.json │ │ ├── network-profile-10.json │ │ ├── network-profile-11.json │ │ ├── network-profile-12.json │ │ ├── network-profile-13.json │ │ ├── network-profile-14.json │ │ ├── network-profile-15.json │ │ ├── network-profile-16.json │ │ ├── network-profile-17.json │ │ ├── network-profile-18.json │ │ ├── network-profile-19.json │ │ ├── network-profile-2.json │ │ ├── network-profile-20.json │ │ ├── network-profile-21.json │ │ ├── network-profile-22.json │ │ ├── network-profile-23.json │ │ ├── network-profile-24.json │ │ ├── network-profile-25.json │ │ ├── network-profile-26.json │ │ ├── network-profile-27.json │ │ ├── network-profile-28.json │ │ ├── network-profile-29.json │ │ ├── network-profile-3.json │ │ ├── network-profile-30.json │ │ ├── network-profile-31.json │ │ ├── network-profile-32.json │ │ ├── network-profile-33.json │ │ ├── network-profile-34.json │ │ ├── network-profile-35.json │ │ ├── network-profile-36.json │ │ ├── network-profile-37.json │ │ ├── network-profile-38.json │ │ ├── network-profile-39.json │ │ ├── network-profile-4.json │ │ ├── network-profile-40.json │ │ ├── network-profile-41.json │ │ ├── network-profile-42.json │ │ ├── network-profile-43.json │ │ ├── network-profile-44.json │ │ ├── network-profile-45.json │ │ ├── network-profile-46.json │ │ ├── network-profile-47.json │ │ ├── network-profile-48.json │ │ ├── network-profile-49.json │ │ ├── network-profile-5.json │ │ ├── network-profile-50.json │ │ ├── network-profile-51.json │ │ ├── network-profile-6.json │ │ ├── network-profile-7.json │ │ ├── network-profile-8.json │ │ └── network-profile-9.json ├── colombia │ └── cellular │ │ ├── network-profile-1.json │ │ ├── network-profile-10.json │ │ ├── network-profile-100.json │ │ ├── network-profile-101.json │ │ ├── network-profile-102.json │ │ ├── network-profile-103.json │ │ ├── network-profile-104.json │ │ ├── network-profile-105.json │ │ ├── network-profile-106.json │ │ ├── network-profile-107.json │ │ ├── network-profile-108.json │ │ ├── network-profile-109.json │ │ ├── network-profile-11.json │ │ ├── network-profile-110.json │ │ ├── network-profile-111.json │ │ ├── network-profile-112.json │ │ ├── network-profile-113.json │ │ ├── network-profile-114.json │ │ ├── network-profile-115.json │ │ ├── network-profile-116.json │ │ ├── network-profile-117.json │ │ ├── network-profile-118.json │ │ ├── network-profile-119.json │ │ ├── network-profile-12.json │ │ ├── network-profile-120.json │ │ ├── network-profile-121.json │ │ ├── network-profile-122.json │ │ ├── network-profile-123.json │ │ ├── network-profile-124.json │ │ ├── network-profile-125.json │ │ ├── network-profile-126.json │ │ ├── network-profile-127.json │ │ ├── network-profile-128.json │ │ ├── network-profile-129.json │ │ ├── network-profile-13.json │ │ ├── network-profile-130.json │ │ ├── network-profile-131.json │ │ ├── network-profile-132.json │ │ ├── network-profile-133.json │ │ ├── network-profile-134.json │ │ ├── network-profile-135.json │ │ ├── network-profile-136.json │ │ ├── network-profile-137.json │ │ ├── network-profile-138.json │ │ ├── network-profile-139.json │ │ ├── network-profile-14.json │ │ ├── network-profile-140.json │ │ ├── network-profile-141.json │ │ ├── network-profile-142.json │ │ ├── network-profile-143.json │ │ ├── network-profile-144.json │ │ ├── network-profile-145.json │ │ ├── network-profile-146.json │ │ ├── network-profile-147.json │ │ ├── network-profile-148.json │ │ ├── network-profile-149.json │ │ ├── network-profile-15.json │ │ ├── network-profile-16.json │ │ ├── network-profile-17.json │ │ ├── network-profile-18.json │ │ ├── network-profile-19.json │ │ ├── network-profile-2.json │ │ ├── network-profile-20.json │ │ ├── network-profile-21.json │ │ ├── network-profile-22.json │ │ ├── network-profile-23.json │ │ ├── network-profile-24.json │ │ ├── network-profile-25.json │ │ ├── network-profile-26.json │ │ ├── network-profile-27.json │ │ ├── network-profile-28.json │ │ ├── network-profile-29.json │ │ ├── network-profile-3.json │ │ ├── network-profile-30.json │ │ ├── network-profile-31.json │ │ ├── network-profile-32.json │ │ ├── network-profile-33.json │ │ ├── network-profile-34.json │ │ ├── network-profile-35.json │ │ ├── network-profile-36.json │ │ ├── network-profile-37.json │ │ ├── network-profile-38.json │ │ ├── network-profile-39.json │ │ ├── network-profile-4.json │ │ ├── network-profile-40.json │ │ ├── network-profile-41.json │ │ ├── network-profile-42.json │ │ ├── network-profile-43.json │ │ ├── network-profile-44.json │ │ ├── network-profile-45.json │ │ ├── network-profile-46.json │ │ ├── network-profile-47.json │ │ ├── network-profile-48.json │ │ ├── network-profile-49.json │ │ ├── network-profile-5.json │ │ ├── network-profile-50.json │ │ ├── network-profile-51.json │ │ ├── network-profile-52.json │ │ ├── network-profile-53.json │ │ ├── network-profile-54.json │ │ ├── network-profile-55.json │ │ ├── network-profile-56.json │ │ ├── network-profile-57.json │ │ ├── network-profile-58.json │ │ ├── network-profile-59.json │ │ ├── network-profile-6.json │ │ ├── network-profile-60.json │ │ ├── network-profile-61.json │ │ ├── network-profile-62.json │ │ ├── network-profile-63.json │ │ ├── network-profile-64.json │ │ ├── network-profile-65.json │ │ ├── network-profile-66.json │ │ ├── network-profile-67.json │ │ ├── network-profile-68.json │ │ ├── network-profile-69.json │ │ ├── network-profile-7.json │ │ ├── network-profile-70.json │ │ ├── network-profile-71.json │ │ ├── network-profile-72.json │ │ ├── network-profile-73.json │ │ ├── network-profile-74.json │ │ ├── network-profile-75.json │ │ ├── network-profile-76.json │ │ ├── network-profile-77.json │ │ ├── network-profile-78.json │ │ ├── network-profile-79.json │ │ ├── network-profile-8.json │ │ ├── network-profile-80.json │ │ ├── network-profile-81.json │ │ ├── network-profile-82.json │ │ ├── network-profile-83.json │ │ ├── network-profile-84.json │ │ ├── network-profile-85.json │ │ ├── network-profile-86.json │ │ ├── network-profile-87.json │ │ ├── network-profile-88.json │ │ ├── network-profile-89.json │ │ ├── network-profile-9.json │ │ ├── network-profile-90.json │ │ ├── network-profile-91.json │ │ ├── network-profile-92.json │ │ ├── network-profile-93.json │ │ ├── network-profile-94.json │ │ ├── network-profile-95.json │ │ ├── network-profile-96.json │ │ ├── network-profile-97.json │ │ ├── network-profile-98.json │ │ └── network-profile-99.json ├── india │ └── cellular │ │ ├── network-profile-1.json │ │ ├── network-profile-10.json │ │ ├── network-profile-100.json │ │ ├── network-profile-101.json │ │ ├── network-profile-102.json │ │ ├── network-profile-103.json │ │ ├── network-profile-104.json │ │ ├── network-profile-105.json │ │ ├── network-profile-106.json │ │ ├── network-profile-107.json │ │ ├── network-profile-108.json │ │ ├── network-profile-109.json │ │ ├── network-profile-11.json │ │ ├── network-profile-110.json │ │ ├── network-profile-111.json │ │ ├── network-profile-112.json │ │ ├── network-profile-113.json │ │ ├── network-profile-114.json │ │ ├── network-profile-115.json │ │ ├── network-profile-116.json │ │ ├── network-profile-117.json │ │ ├── network-profile-118.json │ │ ├── network-profile-119.json │ │ ├── network-profile-12.json │ │ ├── network-profile-120.json │ │ ├── network-profile-121.json │ │ ├── network-profile-122.json │ │ ├── network-profile-123.json │ │ ├── network-profile-124.json │ │ ├── network-profile-125.json │ │ ├── network-profile-126.json │ │ ├── network-profile-127.json │ │ ├── network-profile-128.json │ │ ├── network-profile-129.json │ │ ├── network-profile-13.json │ │ ├── network-profile-130.json │ │ ├── network-profile-131.json │ │ ├── network-profile-132.json │ │ ├── network-profile-133.json │ │ ├── network-profile-134.json │ │ ├── network-profile-135.json │ │ ├── network-profile-136.json │ │ ├── network-profile-137.json │ │ ├── network-profile-14.json │ │ ├── network-profile-15.json │ │ ├── network-profile-16.json │ │ ├── network-profile-17.json │ │ ├── network-profile-18.json │ │ ├── network-profile-19.json │ │ ├── network-profile-2.json │ │ ├── network-profile-20.json │ │ ├── network-profile-21.json │ │ ├── network-profile-22.json │ │ ├── network-profile-23.json │ │ ├── network-profile-24.json │ │ ├── network-profile-25.json │ │ ├── network-profile-26.json │ │ ├── network-profile-27.json │ │ ├── network-profile-28.json │ │ ├── network-profile-29.json │ │ ├── network-profile-3.json │ │ ├── network-profile-30.json │ │ ├── network-profile-31.json │ │ ├── network-profile-32.json │ │ ├── network-profile-33.json │ │ ├── network-profile-34.json │ │ ├── network-profile-35.json │ │ ├── network-profile-36.json │ │ ├── network-profile-37.json │ │ ├── network-profile-38.json │ │ ├── network-profile-39.json │ │ ├── network-profile-4.json │ │ ├── network-profile-40.json │ │ ├── network-profile-41.json │ │ ├── network-profile-42.json │ │ ├── network-profile-43.json │ │ ├── network-profile-44.json │ │ ├── network-profile-45.json │ │ ├── network-profile-46.json │ │ ├── network-profile-47.json │ │ ├── network-profile-48.json │ │ ├── network-profile-49.json │ │ ├── network-profile-5.json │ │ ├── network-profile-50.json │ │ ├── network-profile-51.json │ │ ├── network-profile-52.json │ │ ├── network-profile-53.json │ │ ├── network-profile-54.json │ │ ├── network-profile-55.json │ │ ├── network-profile-56.json │ │ ├── network-profile-57.json │ │ ├── network-profile-58.json │ │ ├── network-profile-59.json │ │ ├── network-profile-6.json │ │ ├── network-profile-60.json │ │ ├── network-profile-61.json │ │ ├── network-profile-62.json │ │ ├── network-profile-63.json │ │ ├── network-profile-64.json │ │ ├── network-profile-65.json │ │ ├── network-profile-66.json │ │ ├── network-profile-67.json │ │ ├── network-profile-68.json │ │ ├── network-profile-69.json │ │ ├── network-profile-7.json │ │ ├── network-profile-70.json │ │ ├── network-profile-71.json │ │ ├── network-profile-72.json │ │ ├── network-profile-73.json │ │ ├── network-profile-74.json │ │ ├── network-profile-75.json │ │ ├── network-profile-76.json │ │ ├── network-profile-77.json │ │ ├── network-profile-78.json │ │ ├── network-profile-79.json │ │ ├── network-profile-8.json │ │ ├── network-profile-80.json │ │ ├── network-profile-81.json │ │ ├── network-profile-82.json │ │ ├── network-profile-83.json │ │ ├── network-profile-84.json │ │ ├── network-profile-85.json │ │ ├── network-profile-86.json │ │ ├── network-profile-87.json │ │ ├── network-profile-88.json │ │ ├── network-profile-89.json │ │ ├── network-profile-9.json │ │ ├── network-profile-90.json │ │ ├── network-profile-91.json │ │ ├── network-profile-92.json │ │ ├── network-profile-93.json │ │ ├── network-profile-94.json │ │ ├── network-profile-95.json │ │ ├── network-profile-96.json │ │ ├── network-profile-97.json │ │ ├── network-profile-98.json │ │ └── network-profile-99.json ├── mexico │ └── cellular │ │ ├── network-profile-1.json │ │ ├── network-profile-2.json │ │ ├── network-profile-3.json │ │ ├── network-profile-4.json │ │ ├── network-profile-5.json │ │ └── network-profile-6.json └── united-states │ └── cellular │ ├── network-profile-1.json │ ├── network-profile-10.json │ ├── network-profile-11.json │ ├── network-profile-12.json │ ├── network-profile-13.json │ ├── network-profile-14.json │ ├── network-profile-15.json │ ├── network-profile-16.json │ ├── network-profile-17.json │ ├── network-profile-18.json │ ├── network-profile-19.json │ ├── network-profile-2.json │ ├── network-profile-20.json │ ├── network-profile-21.json │ ├── network-profile-22.json │ ├── network-profile-23.json │ ├── network-profile-24.json │ ├── network-profile-25.json │ ├── network-profile-26.json │ ├── network-profile-27.json │ ├── network-profile-28.json │ ├── network-profile-29.json │ ├── network-profile-3.json │ ├── network-profile-30.json │ ├── network-profile-31.json │ ├── network-profile-32.json │ ├── network-profile-33.json │ ├── network-profile-34.json │ ├── network-profile-35.json │ ├── network-profile-36.json │ ├── network-profile-37.json │ ├── network-profile-38.json │ ├── network-profile-39.json │ ├── network-profile-4.json │ ├── network-profile-40.json │ ├── network-profile-41.json │ ├── network-profile-42.json │ ├── network-profile-43.json │ ├── network-profile-44.json │ ├── network-profile-45.json │ ├── network-profile-46.json │ ├── network-profile-47.json │ ├── network-profile-48.json │ ├── network-profile-49.json │ ├── network-profile-5.json │ ├── network-profile-50.json │ ├── network-profile-51.json │ ├── network-profile-52.json │ ├── network-profile-53.json │ ├── network-profile-54.json │ ├── network-profile-55.json │ ├── network-profile-56.json │ ├── network-profile-57.json │ ├── network-profile-58.json │ ├── network-profile-59.json │ ├── network-profile-6.json │ ├── network-profile-60.json │ ├── network-profile-61.json │ ├── network-profile-62.json │ ├── network-profile-63.json │ ├── network-profile-64.json │ ├── network-profile-65.json │ ├── network-profile-66.json │ ├── network-profile-67.json │ ├── network-profile-68.json │ ├── network-profile-69.json │ ├── network-profile-7.json │ ├── network-profile-70.json │ ├── network-profile-71.json │ ├── network-profile-72.json │ ├── network-profile-73.json │ ├── network-profile-74.json │ ├── network-profile-75.json │ ├── network-profile-76.json │ ├── network-profile-77.json │ ├── network-profile-78.json │ ├── network-profile-79.json │ ├── network-profile-8.json │ ├── network-profile-80.json │ ├── network-profile-81.json │ └── network-profile-9.json └── src └── sample-code ├── single-link-with-cross-traffic.tcl └── single-link.tcl /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Microsoft 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /network-profiles/brazil/cellular/network-profile-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "brazil", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/140/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 7011, 10 | "buffer_size_bytes": 16669, 11 | "buffer_size_packets": 11, 12 | "propagation_delay": 22, 13 | "cross_traffic_pattern": [5, 98, 151, 186, 146, 162, 147, 153, 124, 129, 122, 257, 189, 72, 89, 107, 126, 318, 178, 174, 39, 145, 128, 216, 42, 146, 161, 253, 251, 159] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/138/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2904, 10 | "buffer_size_bytes": 85043, 11 | "buffer_size_packets": 56, 12 | "propagation_delay": 231, 13 | "cross_traffic_pattern": [0, 976, 621, 467, 415, 551, 261, 61, 25, 638, 445, 554, 640, 240, 309, 448, 507, 233, 277, 336, 473, 554, 854, 666, 317, 223, 338, 241, 197, 305] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-10.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/205/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 852, 10 | "buffer_size_bytes": 27781, 11 | "buffer_size_packets": 18, 12 | "propagation_delay": 208, 13 | "cross_traffic_pattern": [0, 0, 0, 46, 116, 112, 104, 106, 114, 122, 125, 117, 114, 108, 113, 118, 117, 108, 102, 88, 82, 65, 54, 53, 46, 39, 30, 28, 51, 68] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-11.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/205/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 852, 10 | "buffer_size_bytes": 27781, 11 | "buffer_size_packets": 18, 12 | "propagation_delay": 208, 13 | "cross_traffic_pattern": [272, 1004, 302, 268, 292, 304, 242, 171, 86, 107, 279, 223, 403, 309, 289, 293, 245, 243, 318, 289, 327, 265, 198, 240, 220, 396, 166, 89, 96, 315] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-12.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/237/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1080, 10 | "buffer_size_bytes": 39103, 11 | "buffer_size_packets": 26, 12 | "propagation_delay": 212, 13 | "cross_traffic_pattern": [0, 881, 476, 388, 406, 357, 237, 8, 90, 61, 648, 190, 172, 451, 281, 334, 247, 336, 268, 261, 319, 307, 285, 286, 350, 449, 338, 356, 510, 380] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-13.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/237/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1080, 10 | "buffer_size_bytes": 39103, 11 | "buffer_size_packets": 26, 12 | "propagation_delay": 212, 13 | "cross_traffic_pattern": [0, 182, 527, 591, 590, 585, 693, 838, 819, 608, 427, 337, 316, 298, 359, 389, 318, 335, 304, 421, 496, 342, 85, 173, 81, 28, 24, 195, 78, 0] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-14.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/237/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1080, 10 | "buffer_size_bytes": 39103, 11 | "buffer_size_packets": 26, 12 | "propagation_delay": 212, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 577, 1036, 1467, 1654, 841, 358, 108, 629, 715, 664, 376, 782, 416, 559, 707, 769, 868, 696, 685, 496, 358, 172, 69, 67, 205, 190] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-15.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/461/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2316, 10 | "buffer_size_bytes": 76502, 11 | "buffer_size_packets": 51, 12 | "propagation_delay": 100, 13 | "cross_traffic_pattern": [0, 443, 792, 321, 189, 64, 159, 61, 125, 108, 316, 202, 310, 443, 444, 450, 160, 189, 57, 210, 391, 499, 597, 822, 853, 963, 1029, 674, 435, 491] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-16.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/461/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2316, 10 | "buffer_size_bytes": 76502, 11 | "buffer_size_packets": 51, 12 | "propagation_delay": 100, 13 | "cross_traffic_pattern": [0, 0, 41, 133, 210, 261, 300, 328, 350, 366, 377, 383, 383, 384, 386, 384, 385, 386, 386, 388, 390, 390, 391, 394, 394, 393, 392, 393, 393, 392] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-17.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/541/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 21984, 11 | "buffer_size_packets": 14, 12 | "propagation_delay": 121, 13 | "cross_traffic_pattern": [0, 0, 71, 56, 44, 11, 6, 19, 44, 68, 91, 105, 116, 125, 127, 154, 174, 171, 168, 171, 180, 179, 173, 184, 175, 177, 196, 189, 178, 200] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-18.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/541/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 21984, 11 | "buffer_size_packets": 14, 12 | "propagation_delay": 121, 13 | "cross_traffic_pattern": [0, 416, 853, 735, 838, 1140, 1004, 1029, 919, 892, 834, 772, 551, 185, 88, 6, 128, 420, 614, 474, 833, 805, 701, 700, 944, 894, 746, 475, 316, 206] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-19.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/551/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 984, 10 | "buffer_size_bytes": 33890, 11 | "buffer_size_packets": 22, 12 | "propagation_delay": 109, 13 | "cross_traffic_pattern": [0, 4, 450, 134, 43, 183, 147, 216, 377, 401, 398, 380, 355, 218, 199, 129, 126, 290, 457, 497, 418, 436, 462, 485, 433, 331, 291, 233, 162, 5] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/144/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1590, 10 | "buffer_size_bytes": 55545, 11 | "buffer_size_packets": 37, 12 | "propagation_delay": 204, 13 | "cross_traffic_pattern": [0, 0, 65, 165, 241, 293, 332, 349, 368, 385, 394, 402, 404, 402, 401, 406, 404, 404, 404, 403, 403, 403, 403, 402, 400, 398, 399, 401, 402, 404] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-20.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/551/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 984, 10 | "buffer_size_bytes": 33890, 11 | "buffer_size_packets": 22, 12 | "propagation_delay": 109, 13 | "cross_traffic_pattern": [0, 0, 0, 556, 722, 533, 277, 62, 267, 321, 320, 78, 218, 179, 280, 266, 211, 112, 160, 310, 556, 691, 588, 433, 317, 318, 310, 294, 88, 29] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-21.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/551/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 984, 10 | "buffer_size_bytes": 33890, 11 | "buffer_size_packets": 22, 12 | "propagation_delay": 109, 13 | "cross_traffic_pattern": [0, 908, 703, 502, 459, 596, 712, 573, 367, 523, 737, 1097, 1259, 1151, 770, 405, 273, 473, 440, 229, 109, 0, 399, 541, 470, 516, 349, 448, 602, 435] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-22.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/754/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4920, 10 | "buffer_size_bytes": 150159, 11 | "buffer_size_packets": 100, 12 | "propagation_delay": 122, 13 | "cross_traffic_pattern": [0, 479, 505, 32, 153, 125, 53, 640, 486, 407, 304, 400, 242, 427, 301, 632, 574, 258, 216, 11, 80, 232, 255, 296, 222, 180, 635, 534, 89, 244] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-23.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/754/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4920, 10 | "buffer_size_bytes": 150159, 11 | "buffer_size_packets": 100, 12 | "propagation_delay": 122, 13 | "cross_traffic_pattern": [0, 370, 232, 41, 54, 111, 33, 360, 360, 483, 392, 295, 359, 368, 468, 450, 679, 842, 856, 554, 389, 443, 477, 501, 523, 575, 623, 605, 560, 543] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-24.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/754/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4920, 10 | "buffer_size_bytes": 150159, 11 | "buffer_size_packets": 100, 12 | "propagation_delay": 122, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 3, 11, 24, 42, 59, 74, 86, 89, 90, 93, 94, 93, 94, 96, 101, 104, 107, 109, 112, 114, 117, 117, 115, 112, 108, 105] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-25.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/783/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3192, 10 | "buffer_size_bytes": 106591, 11 | "buffer_size_packets": 71, 12 | "propagation_delay": 99, 13 | "cross_traffic_pattern": [0, 0, 0, 31, 80, 90, 78, 62, 56, 59, 69, 73, 70, 74, 81, 80, 68, 54, 46, 56, 68, 77, 74, 57, 46, 39, 54, 74, 84, 95] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-26.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/783/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3192, 10 | "buffer_size_bytes": 106591, 11 | "buffer_size_packets": 71, 12 | "propagation_delay": 99, 13 | "cross_traffic_pattern": [0, 272, 454, 914, 1066, 918, 679, 625, 344, 380, 324, 15, 279, 201, 353, 449, 40, 306, 314, 262, 517, 572, 134, 549, 87, 89, 89, 426, 650, 490] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-27.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/783/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3192, 10 | "buffer_size_bytes": 106591, 11 | "buffer_size_packets": 71, 12 | "propagation_delay": 99, 13 | "cross_traffic_pattern": [0, 0, 14, 868, 796, 834, 823, 658, 523, 467, 486, 452, 464, 574, 434, 297, 224, 85, 66, 146, 39, 21, 43, 352, 444, 568, 531, 492, 443, 404] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-28.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/842/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4320, 10 | "buffer_size_bytes": 145926, 11 | "buffer_size_packets": 97, 12 | "propagation_delay": 97, 13 | "cross_traffic_pattern": [0, 0, 0, 1167, 1205, 1317, 1018, 762, 1055, 440, 236, 358, 572, 417, 336, 920, 812, 430, 389, 298, 10, 76, 269, 337, 235, 342, 244, 325, 378, 237] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-29.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/842/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4320, 10 | "buffer_size_bytes": 145926, 11 | "buffer_size_packets": 97, 12 | "propagation_delay": 97, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 81, 670, 810, 875, 995, 371, 74, 38, 126, 390, 277, 377, 310, 576, 652, 608, 638, 669, 706, 725, 779, 918, 1027, 1096, 976, 816] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/146/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2460, 10 | "buffer_size_bytes": 86182, 11 | "buffer_size_packets": 57, 12 | "propagation_delay": 192, 13 | "cross_traffic_pattern": [0, 74, 24, 8, 64, 124, 166, 204, 227, 259, 283, 307, 338, 376, 386, 403, 403, 382, 392, 410, 429, 432, 417, 424, 438, 438, 440, 441, 444, 440] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-38.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2673/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1524, 10 | "buffer_size_bytes": 45859, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 77, 13 | "cross_traffic_pattern": [0, 966, 772, 334, 121, 69, 56, 9, 113, 311, 157, 124, 49, 57, 51, 63, 75, 100, 63, 68, 93, 80, 105, 78, 129, 98, 205, 151, 37, 128] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-41.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2673/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1524, 10 | "buffer_size_bytes": 45859, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 77, 13 | "cross_traffic_pattern": [0, 848, 981, 430, 161, 100, 76, 3, 81, 193, 530, 297, 44, 140, 254, 75, 125, 197, 232, 234, 199, 195, 105, 146, 136, 127, 230, 120, 268, 231] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-44.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2673/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1524, 10 | "buffer_size_bytes": 45859, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 77, 13 | "cross_traffic_pattern": [0, 0, 0, 1630, 1459, 1116, 821, 547, 338, 108, 23, 216, 323, 172, 184, 27, 185, 35, 142, 261, 139, 127, 64, 87, 153, 95, 132, 61, 151, 148] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-46.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2673/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1524, 10 | "buffer_size_bytes": 45859, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 77, 13 | "cross_traffic_pattern": [0, 0, 0, 1474, 1557, 1277, 1091, 917, 885, 791, 405, 382, 339, 351, 165, 20, 43, 170, 457, 288, 187, 50, 131, 151, 68, 86, 74, 115, 150, 125] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-5.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/146/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2460, 10 | "buffer_size_bytes": 86182, 11 | "buffer_size_packets": 57, 12 | "propagation_delay": 192, 13 | "cross_traffic_pattern": [0, 1043, 387, 149, 70, 240, 19, 330, 225, 121, 29, 73, 165, 124, 274, 235, 160, 226, 290, 270, 110, 344, 195, 337, 228, 146, 282, 407, 67, 211] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-7.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/186/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1368, 10 | "buffer_size_bytes": 46204, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 207, 13 | "cross_traffic_pattern": [94, 296, 6, 0, 248, 287, 264, 280, 292, 257, 288, 278, 349, 316, 325, 325, 322, 325, 332, 274, 326, 255, 236, 183, 87, 144, 170, 131, 109, 28] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-8.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/186/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1368, 10 | "buffer_size_bytes": 46204, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 207, 13 | "cross_traffic_pattern": [0, 969, 543, 344, 1075, 709, 326, 7, 99, 205, 369, 400, 379, 220, 162, 291, 260, 316, 326, 260, 233, 227, 286, 214, 268, 99, 181, 183, 343, 94] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/china/cellular/network-profile-9.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "china", 3 | "peer_cloud_server": "aws korea", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/205/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 852, 10 | "buffer_size_bytes": 27781, 11 | "buffer_size_packets": 18, 12 | "propagation_delay": 208, 13 | "cross_traffic_pattern": [0, 0, 0, 1, 9, 13, 18, 21, 24, 20, 21, 25, 22, 28, 29, 29, 34, 33, 33, 34, 30, 25, 26, 24, 24, 29, 27, 31, 32, 31] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/148/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1152, 10 | "buffer_size_bytes": 48065, 11 | "buffer_size_packets": 32, 12 | "propagation_delay": 86, 13 | "cross_traffic_pattern": [0, 0, 185, 140, 79, 117, 119, 84, 77, 45, 13, 82, 138, 73, 36, 102, 80, 16, 33, 47, 23, 34, 110, 130, 17, 48, 84, 71, 30, 50] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-100.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 17, 32, 32, 45, 40, 78, 85, 142, 61, 34, 74, 120, 112, 110, 92, 74, 54, 55, 61, 36, 39, 68, 67, 58, 57, 57, 57, 57] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-101.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 11, 14, 28, 33, 61, 54, 98, 121, 99, 82, 91, 85, 106, 138, 108, 78, 73, 109, 110, 68, 62, 62, 62, 62, 62, 62, 62, 62] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-102.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 33, 54, 49, 53, 65, 63, 65, 74, 73, 78, 86, 70, 62, 69, 82, 76, 64, 72, 77, 65, 69, 89, 99, 87, 60, 62, 68, 69] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-103.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2845/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 540, 10 | "buffer_size_bytes": 496723, 11 | "buffer_size_packets": 331, 12 | "propagation_delay": 828, 13 | "cross_traffic_pattern": [0, 0, 1, 6, 13, 20, 41, 67, 74, 61, 53, 60, 76, 86, 84, 93, 96, 81, 74, 93, 89, 78, 80, 88, 95, 84, 56, 48, 61, 73] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-104.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2845/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 540, 10 | "buffer_size_bytes": 496723, 11 | "buffer_size_packets": 331, 12 | "propagation_delay": 828, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 9, 9, 19, 37, 53, 80, 85, 65, 52, 78, 121, 118, 71, 53, 63, 66, 79, 104, 95, 78, 68, 63, 82, 96, 88, 94] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-105.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2845/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 540, 10 | "buffer_size_bytes": 496723, 11 | "buffer_size_packets": 331, 12 | "propagation_delay": 828, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 69, 14, 9, 13, 35, 64, 55, 54, 59, 54, 65, 57, 48, 63, 69, 77, 86, 52, 31, 39, 58, 77, 71, 52, 58, 63] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-106.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2942/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 611583, 11 | "buffer_size_packets": 407, 12 | "propagation_delay": 694, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 76, 41, 17, 31, 39, 49, 43, 56, 79, 55, 44, 67, 74, 70, 75, 64, 38, 53, 72, 63, 49, 59, 66, 61, 63, 55] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-107.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2942/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 611583, 11 | "buffer_size_packets": 407, 12 | "propagation_delay": 694, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 56, 4, 16, 32, 46, 67, 59, 47, 52, 58, 69, 73, 62, 56, 49, 51, 52, 58, 79, 71, 58, 52, 48, 47, 54, 67] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-111.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3285/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 480, 10 | "buffer_size_bytes": 482191, 11 | "buffer_size_packets": 321, 12 | "propagation_delay": 777, 13 | "cross_traffic_pattern": [0, 35, 12, 14, 40, 44, 60, 66, 90, 76, 98, 100, 96, 114, 74, 71, 95, 85, 134, 76, 49, 46, 44, 44, 44, 44, 44, 44, 44, 44] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-112.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3475/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 432, 10 | "buffer_size_bytes": 403807, 11 | "buffer_size_packets": 269, 12 | "propagation_delay": 1133, 13 | "cross_traffic_pattern": [0, 45, 17, 9, 27, 40, 56, 62, 69, 71, 114, 72, 68, 78, 74, 98, 97, 105, 107, 52, 78, 76, 28, 21, 21, 21, 21, 21, 21, 21] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-113.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3475/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 432, 10 | "buffer_size_bytes": 403807, 11 | "buffer_size_packets": 269, 12 | "propagation_delay": 1133, 13 | "cross_traffic_pattern": [0, 42, 28, 21, 21, 37, 54, 56, 79, 55, 49, 80, 131, 143, 96, 65, 95, 87, 84, 96, 91, 49, 38, 38, 38, 38, 38, 38, 38, 38] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-114.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3475/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 432, 10 | "buffer_size_bytes": 403807, 11 | "buffer_size_packets": 269, 12 | "propagation_delay": 1133, 13 | "cross_traffic_pattern": [0, 0, 31, 56, 77, 89, 73, 51, 38, 69, 103, 107, 78, 47, 37, 46, 58, 60, 68, 59, 42, 52, 84, 68, 66, 81, 70, 70, 70, 70] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-115.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3569/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 601705, 11 | "buffer_size_packets": 401, 12 | "propagation_delay": 732, 13 | "cross_traffic_pattern": [0, 0, 7, 67, 100, 69, 60, 63, 72, 77, 72, 57, 47, 58, 70, 68, 67, 78, 54, 49, 72, 63, 85, 90, 63, 45, 40, 37, 35, 33] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-116.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3569/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 601705, 11 | "buffer_size_packets": 401, 12 | "propagation_delay": 732, 13 | "cross_traffic_pattern": [0, 0, 28, 62, 86, 66, 66, 93, 75, 62, 64, 59, 71, 72, 58, 60, 53, 48, 55, 62, 71, 73, 71, 61, 50, 57, 54, 54, 54, 54] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-117.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3569/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 601705, 11 | "buffer_size_packets": 401, 12 | "propagation_delay": 732, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 7, 9, 10, 9, 9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 10, 8, 8, 7, 7, 10, 9, 11, 11, 11] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-118.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3621/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612276, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 714, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 7, 10, 11, 10, 10, 10, 10, 10, 10, 10, 10, 12, 12, 12, 12, 11, 9, 9, 9, 8, 10, 10, 11, 11, 11] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-119.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3621/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612276, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 714, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 7, 9, 10, 9, 9, 9, 9, 9, 9, 10, 9, 11, 11, 11, 11, 10, 8, 8, 8, 7, 10, 9, 10, 11, 11] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-12.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/338/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 617171, 11 | "buffer_size_packets": 411, 12 | "propagation_delay": 709, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 420, 726, 753, 744, 769, 782, 789, 779, 780, 750, 728, 714, 704, 669, 666, 657, 647, 636, 638, 646, 658, 654] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-120.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3621/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612276, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 714, 13 | "cross_traffic_pattern": [0, 0, 0, 8, 41, 72, 79, 81, 72, 68, 69, 69, 78, 82, 83, 86, 87, 83, 77, 69, 68, 66, 60, 61, 63, 71, 82, 85, 87, 88] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-121.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4142/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 555955, 11 | "buffer_size_packets": 370, 12 | "propagation_delay": 573, 13 | "cross_traffic_pattern": [0, 0, 0, 9, 35, 73, 84, 85, 84, 85, 86, 86, 86, 86, 87, 83, 85, 83, 81, 83, 78, 76, 76, 77, 84, 89, 92, 92, 87, 81] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-122.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4142/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 555955, 11 | "buffer_size_packets": 370, 12 | "propagation_delay": 573, 13 | "cross_traffic_pattern": [0, 0, 0, 6, 37, 71, 85, 82, 82, 81, 81, 83, 84, 85, 86, 87, 84, 85, 83, 74, 69, 70, 70, 81, 87, 87, 90, 92, 92, 88] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-123.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4142/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 555955, 11 | "buffer_size_packets": 370, 12 | "propagation_delay": 573, 13 | "cross_traffic_pattern": [0, 55, 32, 6, 29, 90, 50, 28, 77, 64, 74, 89, 44, 65, 59, 43, 40, 61, 108, 62, 40, 52, 60, 43, 60, 62, 50, 81, 60, 56] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-124.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4229/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 588, 10 | "buffer_size_bytes": 563745, 11 | "buffer_size_packets": 375, 12 | "propagation_delay": 523, 13 | "cross_traffic_pattern": [0, 31, 15, 2, 8, 22, 46, 60, 65, 75, 51, 94, 61, 58, 79, 32, 25, 78, 120, 76, 78, 40, 75, 65, 70, 61, 33, 69, 99, 43] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-125.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4229/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 588, 10 | "buffer_size_bytes": 563745, 11 | "buffer_size_packets": 375, 12 | "propagation_delay": 523, 13 | "cross_traffic_pattern": [0, 1, 5, 4, 34, 48, 69, 51, 49, 58, 45, 64, 48, 58, 93, 81, 87, 55, 57, 62, 58, 67, 91, 51, 61, 77, 68, 67, 73, 62] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-126.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4229/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 588, 10 | "buffer_size_bytes": 563745, 11 | "buffer_size_packets": 375, 12 | "propagation_delay": 523, 13 | "cross_traffic_pattern": [0, 0, 11, 47, 72, 68, 43, 33, 40, 49, 37, 48, 71, 72, 72, 64, 42, 35, 54, 65, 57, 55, 46, 70, 92, 57, 45, 59, 65, 78] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-127.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4315/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 604975, 11 | "buffer_size_packets": 403, 12 | "propagation_delay": 674, 13 | "cross_traffic_pattern": [0, 0, 10, 7, 8, 20, 29, 26, 53, 64, 53, 44, 47, 60, 70, 64, 60, 65, 64, 55, 61, 64, 56, 62, 60, 45, 63, 86, 66, 73] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-128.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4315/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 604975, 11 | "buffer_size_packets": 403, 12 | "propagation_delay": 674, 13 | "cross_traffic_pattern": [0, 0, 8, 32, 27, 24, 25, 35, 57, 64, 78, 91, 79, 46, 29, 53, 68, 51, 44, 57, 54, 70, 84, 69, 60, 58, 59, 79, 98, 83] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-129.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4315/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 604975, 11 | "buffer_size_packets": 403, 12 | "propagation_delay": 674, 13 | "cross_traffic_pattern": [0, 0, 0, 62, 17, 39, 53, 70, 70, 95, 61, 40, 45, 89, 75, 70, 75, 58, 41, 33, 89, 92, 96, 85, 69, 70, 64, 53, 63, 71] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-13.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/416/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 623798, 11 | "buffer_size_packets": 415, 12 | "propagation_delay": 469, 13 | "cross_traffic_pattern": [0, 29, 224, 146, 34, 28, 59, 19, 43, 44, 48, 57, 33, 51, 42, 46, 45, 78, 34, 38, 43, 69, 46, 43, 46, 32, 45, 42, 45, 45] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-130.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5161/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 614707, 11 | "buffer_size_packets": 409, 12 | "propagation_delay": 697, 13 | "cross_traffic_pattern": [0, 0, 0, 51, 14, 36, 17, 68, 102, 65, 44, 54, 86, 93, 127, 89, 62, 40, 50, 82, 67, 52, 44, 40, 58, 89, 81, 49, 50, 49] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-131.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5161/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 614707, 11 | "buffer_size_packets": 409, 12 | "propagation_delay": 697, 13 | "cross_traffic_pattern": [0, 0, 0, 54, 8, 28, 52, 69, 71, 70, 66, 65, 53, 50, 99, 106, 85, 60, 48, 59, 78, 69, 40, 40, 45, 69, 80, 52, 49, 49] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-132.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5161/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 614707, 11 | "buffer_size_packets": 409, 12 | "propagation_delay": 697, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 35, 18, 44, 152, 266, 288, 191, 176, 181, 193, 142, 231, 121, 78, 118, 186, 230, 237, 207, 198, 205, 233, 235] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-134.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5329/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 626986, 11 | "buffer_size_packets": 417, 12 | "propagation_delay": 492, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 34, 8, 72, 189, 262, 200, 86, 114, 156, 215, 201, 207, 45, 70, 132, 221, 249, 234, 220, 221, 179, 197, 234, 265, 253] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-135.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5329/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 626986, 11 | "buffer_size_packets": 417, 12 | "propagation_delay": 492, 13 | "cross_traffic_pattern": [0, 0, 1, 66, 29, 12, 20, 40, 67, 55, 45, 70, 97, 128, 124, 46, 77, 78, 52, 53, 57, 50, 47, 73, 101, 119, 56, 43, 67, 62] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-136.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5505/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 577782, 11 | "buffer_size_packets": 385, 12 | "propagation_delay": 619, 13 | "cross_traffic_pattern": [0, 0, 0, 72, 105, 63, 28, 59, 73, 67, 48, 20, 39, 76, 77, 54, 74, 60, 59, 53, 51, 71, 70, 73, 120, 126, 69, 82, 66, 78] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-137.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5505/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 600, 10 | "buffer_size_bytes": 577782, 11 | "buffer_size_packets": 385, 12 | "propagation_delay": 619, 13 | "cross_traffic_pattern": [0, 0, 0, 45, 105, 107, 72, 35, 24, 53, 85, 102, 83, 87, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-141.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5665/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 612, 10 | "buffer_size_bytes": 585353, 11 | "buffer_size_packets": 390, 12 | "propagation_delay": 602, 13 | "cross_traffic_pattern": [0, 0, 0, 64, 27, 121, 74, 28, 93, 55, 50, 136, 155, 90, 58, 107, 100, 13, 45, 54, 53, 44, 69, 54, 94, 186, 92, 81, 90, 80] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-142.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5741/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 624, 10 | "buffer_size_bytes": 579872, 11 | "buffer_size_packets": 386, 12 | "propagation_delay": 682, 13 | "cross_traffic_pattern": [0, 0, 0, 61, 63, 111, 129, 81, 99, 70, 64, 83, 53, 66, 41, 41, 83, 84, 107, 68, 62, 123, 42, 83, 71, 47, 73, 77, 71, 71] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-143.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5741/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 624, 10 | "buffer_size_bytes": 579872, 11 | "buffer_size_packets": 386, 12 | "propagation_delay": 682, 13 | "cross_traffic_pattern": [0, 0, 0, 44, 5, 78, 14, 55, 75, 76, 44, 65, 59, 33, 31, 65, 66, 84, 92, 81, 86, 81, 121, 83, 23, 76, 31, 59, 66, 66] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-144.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5741/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 624, 10 | "buffer_size_bytes": 579872, 11 | "buffer_size_packets": 386, 12 | "propagation_delay": 682, 13 | "cross_traffic_pattern": [0, 0, 5, 51, 24, 29, 39, 61, 90, 80, 88, 82, 84, 112, 31, 138, 163, 159, 107, 158, 70, 97, 94, 94, 94, 94, 94, 94, 94, 94] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-145.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5899/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 636, 10 | "buffer_size_bytes": 592421, 11 | "buffer_size_packets": 394, 12 | "propagation_delay": 586, 13 | "cross_traffic_pattern": [0, 0, 13, 35, 41, 37, 71, 116, 90, 23, 76, 85, 107, 104, 69, 52, 47, 39, 56, 72, 80, 79, 70, 69, 67, 64, 63, 63, 63, 63] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-146.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5899/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 636, 10 | "buffer_size_bytes": 592421, 11 | "buffer_size_packets": 394, 12 | "propagation_delay": 586, 13 | "cross_traffic_pattern": [0, 0, 12, 11, 40, 45, 59, 72, 107, 157, 100, 60, 122, 51, 31, 45, 95, 119, 97, 161, 99, 31, 27, 27, 27, 27, 27, 27, 27, 27] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-15.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/416/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 623798, 11 | "buffer_size_packets": 415, 12 | "propagation_delay": 469, 13 | "cross_traffic_pattern": [0, 19, 183, 191, 180, 143, 157, 214, 150, 94, 39, 43, 22, 24, 21, 54, 157, 63, 68, 56, 50, 110, 211, 50, 44, 61, 23, 31, 33, 38] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-19.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/547/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 594042, 11 | "buffer_size_packets": 396, 12 | "propagation_delay": 679, 13 | "cross_traffic_pattern": [0, 1626, 56, 42, 50, 52, 53, 75, 62, 27, 20, 36, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61, 61] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-20.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/547/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 594042, 11 | "buffer_size_packets": 396, 12 | "propagation_delay": 679, 13 | "cross_traffic_pattern": [0, 2058, 344, 73, 21, 13, 11, 15, 13, 12, 9, 17, 43, 33, 20, 11, 10, 14, 3, 4, 26, 44, 292, 213, 213, 213, 213, 213, 213, 213] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-23.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/678/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 603623, 11 | "buffer_size_packets": 402, 12 | "propagation_delay": 698, 13 | "cross_traffic_pattern": [0, 233, 167, 204, 167, 70, 36, 17, 28, 28, 110, 65, 36, 38, 40, 12, 21, 22, 34, 24, 15, 18, 22, 32, 21, 17, 20, 19, 24, 18] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-24.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/678/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 603623, 11 | "buffer_size_packets": 402, 12 | "propagation_delay": 698, 13 | "cross_traffic_pattern": [8, 167, 39, 20, 39, 37, 41, 41, 50, 30, 101, 71, 98, 40, 25, 118, 99, 76, 40, 16, 43, 16, 42, 19, 24, 49, 49, 31, 41, 59] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-25.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/720/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 606125, 11 | "buffer_size_packets": 404, 12 | "propagation_delay": 694, 13 | "cross_traffic_pattern": [0, 86, 64, 44, 32, 37, 39, 34, 23, 35, 37, 24, 22, 29, 27, 18, 28, 47, 28, 14, 19, 26, 32, 45, 44, 19, 27, 36, 32, 32] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-27.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/720/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 606125, 11 | "buffer_size_packets": 404, 12 | "propagation_delay": 694, 13 | "cross_traffic_pattern": [0, 174, 235, 33, 23, 29, 20, 18, 20, 31, 18, 22, 28, 24, 46, 28, 60, 25, 16, 18, 22, 20, 27, 19, 22, 29, 51, 34, 27, 27] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-28.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/782/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 611859, 11 | "buffer_size_packets": 407, 12 | "propagation_delay": 667, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 1, 11, 12, 13, 12, 12, 11, 13, 11, 11, 11, 10, 13, 13, 13, 14, 13, 11, 10, 9, 9, 11, 10, 12, 12, 12] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-29.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/782/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 611859, 11 | "buffer_size_packets": 407, 12 | "propagation_delay": 667, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 1, 11, 12, 13, 12, 13, 12, 12, 13, 12, 13, 13, 13, 13, 13, 14, 13, 11, 11, 10, 9, 12, 11, 12, 13, 13] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-31.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/844/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 587440, 11 | "buffer_size_packets": 391, 12 | "propagation_delay": 781, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 1, 25, 67, 99, 123, 130, 123, 122, 109, 108, 111, 113, 117, 116, 116, 112, 112, 109, 109, 109, 110, 114, 113] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-33.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/844/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 587440, 11 | "buffer_size_packets": 391, 12 | "propagation_delay": 781, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 345, 337, 580, 1236, 316, 137] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-34.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/948/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 606423, 11 | "buffer_size_packets": 404, 12 | "propagation_delay": 665, 13 | "cross_traffic_pattern": [0, 1438, 61, 60, 60, 157, 130, 128, 104, 160, 130, 145, 133, 69, 27, 34, 19, 15, 11, 24, 13, 37, 29, 20, 24, 653, 17, 21, 18, 20] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-35.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/948/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 606423, 11 | "buffer_size_packets": 404, 12 | "propagation_delay": 665, 13 | "cross_traffic_pattern": [0, 559, 137, 129, 137, 181, 151, 117, 39, 32, 29, 22, 26, 32, 59, 40, 140, 35, 18, 35, 38, 26, 31, 16, 21, 27, 43, 17, 29, 21] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-39.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1016/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 624, 10 | "buffer_size_bytes": 569066, 11 | "buffer_size_packets": 379, 12 | "propagation_delay": 663, 13 | "cross_traffic_pattern": [0, 0, 150, 63, 43, 51, 39, 50, 55, 98, 115, 62, 56, 47, 62, 43, 43, 39, 41, 61, 75, 41, 31, 28, 44, 72, 49, 44, 64, 56] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-41.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1114/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 608146, 11 | "buffer_size_packets": 405, 12 | "propagation_delay": 689, 13 | "cross_traffic_pattern": [0, 0, 179, 245, 431, 115, 36, 52, 49, 32, 25, 39, 79, 77, 27, 100, 197, 37, 44, 19, 21, 54, 16, 53, 36, 42, 108, 330, 167, 21] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-45.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1135/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 607063, 11 | "buffer_size_packets": 404, 12 | "propagation_delay": 689, 13 | "cross_traffic_pattern": [0, 0, 0, 278, 366, 371, 240, 173, 93, 96, 104, 82, 45, 74, 86, 66, 67, 58, 64, 61, 57, 52, 54, 64, 102, 89, 66, 69, 56, 72] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-46.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1248/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 600674, 11 | "buffer_size_packets": 400, 12 | "propagation_delay": 686, 13 | "cross_traffic_pattern": [0, 0, 0, 13, 308, 214, 80, 77, 64, 59, 172, 215, 134, 65, 96, 81, 15, 86, 185, 151, 85, 101, 111, 109, 136, 108, 83, 43, 159, 191] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-47.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1248/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 600674, 11 | "buffer_size_packets": 400, 12 | "propagation_delay": 686, 13 | "cross_traffic_pattern": [0, 0, 1, 130, 159, 121, 53, 59, 69, 57, 54, 54, 61, 91, 93, 58, 56, 57, 63, 65, 61, 58, 60, 74, 92, 92, 67, 52, 57, 62] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-51.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1391/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 652315, 11 | "buffer_size_packets": 434, 12 | "propagation_delay": 213, 13 | "cross_traffic_pattern": [0, 0, 0, 118, 155, 16, 91, 68, 52, 28, 24, 41, 37, 29, 41, 18, 39, 38, 21, 27, 35, 27, 32, 35, 33, 30, 30, 35, 27, 24] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-52.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1391/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 652315, 11 | "buffer_size_packets": 434, 12 | "propagation_delay": 213, 13 | "cross_traffic_pattern": [0, 0, 0, 155, 181, 33, 36, 17, 18, 44, 35, 42, 28, 42, 25, 25, 9, 27, 30, 19, 30, 13, 26, 124, 137, 128, 147, 137, 119, 109] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-53.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1391/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 652315, 11 | "buffer_size_packets": 434, 12 | "propagation_delay": 213, 13 | "cross_traffic_pattern": [0, 0, 0, 164, 124, 39, 133, 57, 29, 20, 39, 42, 49, 36, 44, 49, 36, 8, 24, 42, 25, 37, 50, 27, 31, 37, 49, 20, 37, 24] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-54.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1462/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 642205, 11 | "buffer_size_packets": 428, 12 | "propagation_delay": 200, 13 | "cross_traffic_pattern": [0, 0, 0, 16, 166, 203, 140, 102, 116, 129, 134, 142, 136, 137, 156, 138, 137, 137, 165, 194, 38, 17, 12, 12, 12, 12, 12, 12, 12, 12] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-57.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1472/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 648, 10 | "buffer_size_bytes": 590987, 11 | "buffer_size_packets": 393, 12 | "propagation_delay": 733, 13 | "cross_traffic_pattern": [0, 0, 2, 87, 136, 135, 88, 101, 106, 100, 96, 90, 118, 150, 130, 53, 33, 19, 13, 21, 395, 485, 390, 347, 381, 188, 94, 26, 25, 16] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-59.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1472/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 648, 10 | "buffer_size_bytes": 590987, 11 | "buffer_size_packets": 393, 12 | "propagation_delay": 733, 13 | "cross_traffic_pattern": [0, 0, 0, 92, 142, 142, 93, 138, 145, 82, 30, 40, 75, 69, 64, 642, 482, 384, 368, 224, 114, 24, 28, 33, 104, 140, 103, 105, 170, 184] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-60.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1511/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 634399, 11 | "buffer_size_packets": 422, 12 | "propagation_delay": 216, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 195, 135, 93, 89, 87, 86, 90, 93, 96, 87, 84, 85, 82, 124, 106, 27, 10, 10, 9, 28, 108, 181, 177, 105] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-61.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1511/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 634399, 11 | "buffer_size_packets": 422, 12 | "propagation_delay": 216, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 173, 144, 96, 97, 119, 154, 154, 110, 84, 97, 98, 87, 87, 105, 132, 133, 99, 85, 91, 112, 165, 138, 123, 129, 138] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-62.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1511/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 634399, 11 | "buffer_size_packets": 422, 12 | "propagation_delay": 216, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 160, 142, 99, 95, 91, 86, 87, 85, 88, 95, 96, 92, 88, 89, 86, 110, 80, 50, 46, 21, 10, 9, 206, 432, 400] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-69.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1733/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 147266, 11 | "buffer_size_packets": 98, 12 | "propagation_delay": 205, 13 | "cross_traffic_pattern": [0, 0, 61, 368, 168, 173, 128, 95, 96, 93, 115, 133, 72, 11, 11, 11, 12, 13, 160, 658, 377, 21, 22, 16, 8, 8, 13, 13, 13, 13] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-70.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1733/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 147266, 11 | "buffer_size_packets": 98, 12 | "propagation_delay": 205, 13 | "cross_traffic_pattern": [0, 0, 177, 302, 155, 170, 116, 96, 94, 94, 105, 103, 88, 87, 91, 91, 94, 94, 86, 93, 101, 91, 90, 95, 106, 109, 110, 110, 110, 110] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-71.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1733/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 660, 10 | "buffer_size_bytes": 147266, 11 | "buffer_size_packets": 98, 12 | "propagation_delay": 205, 13 | "cross_traffic_pattern": [0, 0, 63, 374, 175, 153, 135, 101, 93, 92, 93, 102, 98, 93, 94, 84, 88, 98, 98, 97, 94, 91, 97, 103, 124, 82, 11, 11, 11, 11] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-72.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1819/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 657081, 11 | "buffer_size_packets": 438, 12 | "propagation_delay": 655, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 8, 11, 11, 11, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 11, 9, 9, 9, 9, 11, 10, 11, 12, 12] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-73.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1819/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 657081, 11 | "buffer_size_packets": 438, 12 | "propagation_delay": 655, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 7, 11, 10, 11, 11, 10, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 11, 12, 11, 10, 12, 11, 20, 24, 25] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-74.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1819/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 657081, 11 | "buffer_size_packets": 438, 12 | "propagation_delay": 655, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 8, 12, 12, 12, 11, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 12, 9, 10, 9, 9, 11, 11, 12, 13, 12] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-78.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1979/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 500630, 11 | "buffer_size_packets": 333, 12 | "propagation_delay": 217, 13 | "cross_traffic_pattern": [0, 62, 290, 194, 89, 110, 99, 87, 96, 111, 88, 98, 158, 61, 17, 18, 14, 15, 14, 21, 1160, 876, 347, 10, 14, 15, 14, 15, 14, 16] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-79.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1979/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 500630, 11 | "buffer_size_packets": 333, 12 | "propagation_delay": 217, 13 | "cross_traffic_pattern": [0, 41, 100, 215, 132, 81, 91, 92, 100, 97, 93, 82, 103, 180, 86, 14, 14, 38, 23, 23, 29, 190, 126, 92, 82, 95, 96, 115, 91, 92] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-80.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1979/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 500630, 11 | "buffer_size_packets": 333, 12 | "propagation_delay": 217, 13 | "cross_traffic_pattern": [0, 53, 370, 187, 73, 130, 138, 12, 14, 14, 14, 19, 17, 85, 153, 102, 90, 92, 111, 89, 101, 145, 90, 13, 14, 14, 14, 14, 14, 144] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-81.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2057/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612274, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 173, 228, 179, 77, 99, 103, 53, 12, 13, 13, 15, 50, 84, 114, 130, 94, 92, 86, 109, 107, 86, 115, 103, 26, 13, 12, 12] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-82.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2057/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612274, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 358, 286, 142, 67, 81, 138, 211, 154, 25, 12, 13, 13, 17, 155, 225, 173, 71, 86, 105, 102, 95, 92, 104, 114, 102, 102, 109] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-83.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2057/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612274, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 198, 226, 180, 80, 87, 88, 93, 89, 84, 91, 97, 106, 110, 66, 15, 16, 15, 17, 14, 16, 22, 33, 46, 48, 58, 74, 76] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-84.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2131/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612505, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 709, 13 | "cross_traffic_pattern": [0, 0, 0, 174, 236, 120, 101, 109, 119, 147, 131, 90, 72, 55, 70, 124, 125, 116, 144, 115, 78, 63, 82, 135, 119, 99, 80, 65, 77, 81] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-85.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2131/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612505, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 709, 13 | "cross_traffic_pattern": [0, 0, 0, 208, 195, 139, 101, 111, 145, 137, 20, 11, 10, 17, 19, 36, 126, 129, 92, 59, 75, 143, 95, 14, 11, 13, 19, 19, 22, 22] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-86.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2131/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 612505, 11 | "buffer_size_packets": 408, 12 | "propagation_delay": 709, 13 | "cross_traffic_pattern": [0, 0, 0, 285, 412, 278, 76, 26, 40, 40, 101, 217, 282, 220, 159, 103, 84, 110, 92, 109, 153, 59, 24, 26, 15, 9, 7, 130, 239, 240] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-87.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2209/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 628570, 11 | "buffer_size_packets": 419, 12 | "propagation_delay": 454, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 117, 80, 49, 149, 138, 120, 103, 90, 83, 76, 76, 87, 95, 97, 97] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-9.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/241/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 609099, 11 | "buffer_size_packets": 406, 12 | "propagation_delay": 712, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 440, 518, 567, 612, 624, 601, 602, 608, 608, 599, 609, 607, 602, 606, 600, 612] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-90.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2281/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 681813, 11 | "buffer_size_packets": 454, 12 | "propagation_delay": 236, 13 | "cross_traffic_pattern": [0, 0, 5, 23, 18, 23, 30, 46, 60, 65, 52, 55, 84, 99, 110, 70, 74, 76, 42, 50, 92, 78, 42, 40, 79, 93, 58, 78, 86, 101] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-91.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2281/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 681813, 11 | "buffer_size_packets": 454, 12 | "propagation_delay": 236, 13 | "cross_traffic_pattern": [0, 0, 5, 9, 11, 16, 41, 57, 58, 65, 82, 82, 75, 95, 93, 65, 55, 65, 79, 76, 67, 68, 67, 86, 115, 108, 74, 72, 75, 61] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-92.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2281/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 681813, 11 | "buffer_size_packets": 454, 12 | "propagation_delay": 236, 13 | "cross_traffic_pattern": [0, 0, 4, 24, 5, 4, 10, 30, 36, 45, 53, 55, 78, 125, 112, 61, 91, 87, 66, 65, 68, 66, 48, 55, 118, 143, 82, 51, 42, 43] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-96.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 81, 2, 13, 51, 66, 23, 30, 84, 63, 26, 54, 112, 132, 135, 42, 52, 118, 91, 71, 117, 123, 60, 109, 154, 96, 121, 129] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-97.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 189, 220, 34, 23, 33, 56, 102, 137, 102, 93, 71, 34, 65, 54, 56, 68, 122, 117, 51, 80, 131, 93, 102, 84, 50, 44, 66] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-98.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 0, 40, 6, 16, 46, 56, 63, 87, 105, 119, 62, 63, 90, 130, 84, 72, 76, 71, 113, 140, 122, 41, 40, 77, 101, 75, 63, 66] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/colombia/cellular/network-profile-99.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "colombia", 3 | "peer_cloud_server": "aws brazil", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2671/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 672, 10 | "buffer_size_bytes": 669728, 11 | "buffer_size_packets": 446, 12 | "propagation_delay": 677, 13 | "cross_traffic_pattern": [0, 0, 6, 35, 27, 35, 57, 80, 71, 77, 158, 118, 111, 91, 74, 105, 119, 154, 101, 112, 77, 134, 138, 138, 138, 138, 138, 138, 138, 138] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/174/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 696, 10 | "buffer_size_bytes": 23900, 11 | "buffer_size_packets": 15, 12 | "propagation_delay": 87, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 493, 519, 519, 523, 533, 572, 588, 590, 600, 579, 608, 605, 608, 607, 621, 595, 617, 613, 612, 584, 481, 221, 85, 75, 154] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-103.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3284/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 5460, 10 | "buffer_size_bytes": 126517, 11 | "buffer_size_packets": 84, 12 | "propagation_delay": 174, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 10, 21, 28, 30, 27, 27, 26, 27, 29, 29, 29, 29, 34, 33, 34, 34, 30, 24, 25, 23, 23, 28, 26, 30, 33, 32] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-104.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3284/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 5460, 10 | "buffer_size_bytes": 126517, 11 | "buffer_size_packets": 84, 12 | "propagation_delay": 174, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 11, 21, 26, 29, 25, 24, 24, 26, 27, 27, 27, 27, 32, 31, 31, 31, 28, 22, 23, 20, 21, 26, 24, 29, 31, 30] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-105.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3416/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2904, 10 | "buffer_size_bytes": 63291, 11 | "buffer_size_packets": 42, 12 | "propagation_delay": 172, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 12, 21, 28, 31, 29, 29, 27, 28, 28, 27, 27, 27, 32, 32, 33, 33, 30, 23, 23, 21, 22, 27, 24, 29, 31, 30] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-107.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3416/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2904, 10 | "buffer_size_bytes": 63291, 11 | "buffer_size_packets": 42, 12 | "propagation_delay": 172, 13 | "cross_traffic_pattern": [0, 75, 265, 94, 121, 99, 174, 141, 192, 93, 181, 338, 331, 262, 216, 10, 48, 66, 110, 197, 198, 151, 153, 285, 250, 70, 101, 196, 158, 201] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-108.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/3474/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2904, 10 | "buffer_size_bytes": 84279, 11 | "buffer_size_packets": 56, 12 | "propagation_delay": 109, 13 | "cross_traffic_pattern": [0, 124, 412, 378, 183, 191, 235, 136, 137, 52, 179, 343, 206, 54, 42, 195, 104, 87, 189, 217, 112, 103, 97, 72, 121, 272, 67, 55, 215, 80] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-11.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/535/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 432, 10 | "buffer_size_bytes": 21029, 11 | "buffer_size_packets": 14, 12 | "propagation_delay": 112, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, 574, 539, 525, 532, 164, 119, 258, 220, 231, 321, 384, 431, 479, 496, 426] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-118.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/4141/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1956, 10 | "buffer_size_bytes": 68168, 11 | "buffer_size_packets": 45, 12 | "propagation_delay": 76, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 499, 1556, 1693, 680, 235, 113, 148, 184, 191, 160, 727, 559, 334, 177, 136, 153, 113, 87, 50, 356, 54] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-12.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/535/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 432, 10 | "buffer_size_bytes": 21029, 11 | "buffer_size_packets": 14, 12 | "propagation_delay": 112, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 864, 981, 957, 941, 933, 962, 958, 942, 855, 823, 771, 723, 816, 874, 864, 884, 895, 983, 959, 986, 987, 973] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-13.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/545/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 180, 10 | "buffer_size_bytes": 11288, 11 | "buffer_size_packets": 7, 12 | "propagation_delay": 119, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 967, 982, 969, 948, 952, 948, 935, 933, 736, 370, 83, 367, 381, 484, 728, 807, 832, 851] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-130.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/5160/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2350, 10 | "buffer_size_bytes": 68781, 11 | "buffer_size_packets": 45, 12 | "propagation_delay": 130, 13 | "cross_traffic_pattern": [423, 336, 60, 68, 40, 82, 122, 128, 202, 132, 110, 94, 119, 146, 121, 171, 171, 96, 177, 138, 32, 107, 58, 134, 129, 95, 100, 106, 139, 47] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-14.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/545/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 180, 10 | "buffer_size_bytes": 11288, 11 | "buffer_size_packets": 7, 12 | "propagation_delay": 119, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 374, 439, 451, 421, 366, 296, 283, 345, 340, 356, 380, 309, 128, 147, 222, 205, 120, 143, 217, 342, 346, 378, 393, 374] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-15.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/614/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1032, 10 | "buffer_size_bytes": 34694, 11 | "buffer_size_packets": 23, 12 | "propagation_delay": 67, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 270, 171, 223, 282, 327, 396, 397, 397, 417, 415, 422, 403, 312, 204, 257, 324, 331, 288, 287, 286, 355, 396, 424, 431, 412, 416] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-17.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/682/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2784, 10 | "buffer_size_bytes": 78182, 11 | "buffer_size_packets": 52, 12 | "propagation_delay": 132, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1099, 1132, 1117, 1103, 1112, 1029, 1033, 997, 973, 978, 1003, 1010, 998] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-19.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/682/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2784, 10 | "buffer_size_bytes": 78182, 11 | "buffer_size_packets": 52, 12 | "propagation_delay": 132, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 2, 10, 12, 16, 15, 14, 14, 14, 14, 15, 16, 20, 27, 36, 44, 50, 53, 55, 57, 58, 59, 59, 58, 53, 44, 41] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/209/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3948, 10 | "buffer_size_bytes": 77706, 11 | "buffer_size_packets": 51, 12 | "propagation_delay": 181, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 393, 434, 469, 491, 572, 546, 508, 448, 389, 413, 505, 568, 761, 557, 516, 664, 654, 553, 662, 594, 640, 634, 605, 658, 663, 667] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-20.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/718/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1812, 10 | "buffer_size_bytes": 46432, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 148, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 66, 66, 67, 69, 69, 70, 70, 70, 70, 70, 69, 67, 62, 56, 45, 38] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-21.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/718/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1812, 10 | "buffer_size_bytes": 46432, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 148, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 16, 26, 32, 37, 37, 38, 42, 34, 25, 27, 20, 16, 18, 12, 9, 6, 8, 10, 11, 12, 13, 14, 15, 17, 17] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-22.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/718/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1812, 10 | "buffer_size_bytes": 46432, 11 | "buffer_size_packets": 30, 12 | "propagation_delay": 148, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 59, 68, 58, 61, 67, 65, 73, 75, 67, 66, 63, 54, 55, 58, 55, 61, 58, 51, 60, 73, 88, 100, 104, 113, 103, 100] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-23.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/780/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3228, 10 | "buffer_size_bytes": 96230, 11 | "buffer_size_packets": 64, 12 | "propagation_delay": 115, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 32, 26, 27, 29, 28, 36, 39, 45, 41, 35, 24, 22, 16, 23, 41, 60, 86, 102, 115, 116, 107, 101, 79, 69, 76, 72] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-24.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/780/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3228, 10 | "buffer_size_bytes": 96230, 11 | "buffer_size_packets": 64, 12 | "propagation_delay": 115, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 128, 118, 120, 122, 126, 121, 128, 131, 129, 129, 134, 138, 141, 142, 140, 146, 152, 158, 152, 149] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-25.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/780/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3228, 10 | "buffer_size_bytes": 96230, 11 | "buffer_size_packets": 64, 12 | "propagation_delay": 115, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 467, 441, 391, 404, 326, 290, 329, 331, 334, 344, 344, 348, 323, 82, 122, 177, 178, 158, 206, 250] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-27.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/840/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2268, 10 | "buffer_size_bytes": 55578, 11 | "buffer_size_packets": 37, 12 | "propagation_delay": 169, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 104, 373, 387, 396, 492, 472, 400, 476, 482, 482, 491, 499, 500, 508, 505, 509, 531, 526, 500, 523, 523, 519, 502, 493, 481] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-28.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/840/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2268, 10 | "buffer_size_bytes": 55578, 11 | "buffer_size_packets": 37, 12 | "propagation_delay": 169, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 18, 597, 643, 647, 579, 453, 427, 499, 551, 636, 630, 659, 670, 688, 691, 714, 720, 738, 715, 700, 665, 625, 557, 508, 211, 35] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-29.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/946/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1500, 10 | "buffer_size_bytes": 50602, 11 | "buffer_size_packets": 33, 12 | "propagation_delay": 78, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, 595, 520, 477, 586, 610, 590, 546, 541, 452, 350, 390, 508, 544, 577, 645, 572, 567, 556, 545] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/209/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3948, 10 | "buffer_size_bytes": 77706, 11 | "buffer_size_packets": 51, 12 | "propagation_delay": 181, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 61, 697, 693, 694, 689, 691, 694, 689, 688, 679, 668] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-30.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/946/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1500, 10 | "buffer_size_bytes": 50602, 11 | "buffer_size_packets": 33, 12 | "propagation_delay": 78, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 85, 465, 418, 563, 658, 684, 618, 534, 551, 617, 611, 621, 636, 662, 681, 677, 667, 677, 684, 691, 647, 682, 686, 683] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-31.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/946/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 1500, 10 | "buffer_size_bytes": 50602, 11 | "buffer_size_packets": 33, 12 | "propagation_delay": 78, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 4, 122, 72, 112, 216, 294, 344, 374, 404, 425, 440, 445, 481, 457, 444, 444, 444, 444, 444, 444, 444, 444, 444, 444] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-32.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1014/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2556, 10 | "buffer_size_bytes": 82340, 11 | "buffer_size_packets": 54, 12 | "propagation_delay": 94, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 85, 232, 242, 264, 299, 293, 319, 322, 322, 369, 368, 372, 354, 370, 324, 289, 330] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-33.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1014/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2556, 10 | "buffer_size_bytes": 82340, 11 | "buffer_size_packets": 54, 12 | "propagation_delay": 94, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 91, 383, 370, 365, 355, 367, 379, 371] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-4.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/209/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3948, 10 | "buffer_size_bytes": 77706, 11 | "buffer_size_packets": 51, 12 | "propagation_delay": 181, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 106, 103, 111, 128, 99, 107, 97, 110, 121, 125, 125, 132, 132, 134, 137, 137, 138, 136] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-5.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/239/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4080, 10 | "buffer_size_bytes": 89246, 11 | "buffer_size_packets": 59, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 118, 120, 115, 113, 123, 118, 121, 120, 125, 126, 122, 116, 111] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-54.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1509/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 5188, 10 | "buffer_size_bytes": 147008, 11 | "buffer_size_packets": 98, 12 | "propagation_delay": 72, 13 | "cross_traffic_pattern": [427, 313, 7, 313, 329, 299, 319, 269, 254, 279, 297, 319, 307, 325, 321, 282, 253, 191, 181, 170, 120, 149, 124, 130, 51, 26, 44, 47, 87, 74] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-6.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/239/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4080, 10 | "buffer_size_bytes": 89246, 11 | "buffer_size_packets": 59, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 125, 354, 360, 363, 362, 378, 325, 242, 161, 42, 70, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-60.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1678/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4068, 10 | "buffer_size_bytes": 141705, 11 | "buffer_size_packets": 94, 12 | "propagation_delay": 85, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 13, 22, 28, 30, 28, 26, 26, 28, 29, 30, 30, 30, 35, 34, 35, 35, 32, 26, 26, 24, 24, 30, 28, 33, 35, 34] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-61.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1678/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4068, 10 | "buffer_size_bytes": 141705, 11 | "buffer_size_packets": 94, 12 | "propagation_delay": 85, 13 | "cross_traffic_pattern": [0, 0, 0, 2, 13, 22, 28, 30, 28, 26, 25, 26, 26, 27, 28, 28, 35, 35, 36, 36, 31, 25, 25, 23, 23, 28, 25, 29, 31, 31] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-62.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1731/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2040, 10 | "buffer_size_bytes": 73467, 11 | "buffer_size_packets": 48, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 0, 1, 8, 21, 27, 29, 26, 26, 25, 27, 28, 27, 27, 28, 33, 33, 34, 34, 30, 24, 25, 22, 22, 28, 25, 30, 33, 33] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-63.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1731/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2040, 10 | "buffer_size_bytes": 73467, 11 | "buffer_size_packets": 48, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 278, 366, 358, 319, 294, 281, 278, 222, 78, 119, 76, 37, 85, 98, 23, 58, 13, 1, 18, 181, 190, 105, 84, 112, 95, 107, 63, 24] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-64.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1731/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2040, 10 | "buffer_size_bytes": 73467, 11 | "buffer_size_packets": 48, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 324, 338, 242, 281, 349, 307, 199, 200, 300, 286, 262, 375, 469, 473, 348, 291, 237, 105, 39, 55, 59, 13, 115, 124, 151, 117, 132, 255] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-65.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1817/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4008, 10 | "buffer_size_bytes": 138954, 11 | "buffer_size_packets": 92, 12 | "propagation_delay": 65, 13 | "cross_traffic_pattern": [0, 0, 308, 217, 104, 241, 269, 279, 323, 254, 136, 66, 150, 271, 246, 167, 93, 137, 204, 298, 315, 212, 138, 199, 247, 216, 88, 134, 67, 1] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-7.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/239/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4080, 10 | "buffer_size_bytes": 89246, 11 | "buffer_size_packets": 59, 12 | "propagation_delay": 178, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 30, 31, 22, 35, 49, 48, 53, 55, 51, 60, 61, 52, 55, 52, 52, 56, 51, 51, 60, 66, 70, 80, 76, 72] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-75.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2207/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3480, 10 | "buffer_size_bytes": 115135, 11 | "buffer_size_packets": 76, 12 | "propagation_delay": 82, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 67, 870, 1476, 1332, 1178, 841, 597, 418, 178, 129, 179, 240, 48, 85, 49, 123, 117, 77, 83, 286, 129, 44, 90, 68, 122] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-76.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2207/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 3480, 10 | "buffer_size_bytes": 115135, 11 | "buffer_size_packets": 76, 12 | "propagation_delay": 82, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 869, 1477, 1414, 1222, 840, 548, 375, 181, 100, 74, 336, 75, 45, 86, 96, 99, 102, 122, 75, 342, 47, 57, 91, 95, 105, 64] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-77.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/2279/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 2916, 10 | "buffer_size_bytes": 82945, 11 | "buffer_size_packets": 55, 12 | "propagation_delay": 113, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 600, 1398, 1341, 810, 405, 211, 162, 93, 90, 55, 341, 41, 59, 92, 76, 122, 74, 133, 201, 231, 43, 81, 68, 118, 113, 69] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-8.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/418/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4056, 10 | "buffer_size_bytes": 114428, 11 | "buffer_size_packets": 76, 12 | "propagation_delay": 104, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 177, 194, 194, 193] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/india/cellular/network-profile-9.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "india", 3 | "peer_cloud_server": "aws india", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/418/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 4056, 10 | "buffer_size_bytes": 114428, 11 | "buffer_size_packets": 76, 12 | "propagation_delay": 104, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 189, 188, 184, 183] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-10.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/211/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 10548, 10 | "buffer_size_bytes": 265679, 11 | "buffer_size_packets": 177, 12 | "propagation_delay": 97, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 8, 9, 9, 5, 1, 5, 3, 4, 3, 2, 0, 0, 0, 0, 0, 0] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-17.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/414/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 9588, 10 | "buffer_size_bytes": 266956, 11 | "buffer_size_packets": 177, 12 | "propagation_delay": 99, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 5, 9, 123, 208, 81, 160, 262, 120, 73, 17, 3, 32, 21, 0, 39, 51, 54, 77, 20, 14, 77, 154, 41, 2, 22, 28] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-24.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/549/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 14904, 10 | "buffer_size_bytes": 315020, 11 | "buffer_size_packets": 210, 12 | "propagation_delay": 71, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 14, 24, 32, 35, 37, 45, 48, 50, 51, 52, 53, 52, 51, 50, 47, 50, 56, 61, 71, 81] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-39.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/950/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 14028, 10 | "buffer_size_bytes": 409565, 11 | "buffer_size_packets": 273, 12 | "propagation_delay": 77, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-54.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1312/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 7632, 10 | "buffer_size_bytes": 198191, 11 | "buffer_size_packets": 132, 12 | "propagation_delay": 95, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 7, 22, 35, 45, 56, 75, 88, 100, 107, 99, 98, 94, 92, 96, 96, 97, 96, 97, 101, 103, 104, 102, 103] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } -------------------------------------------------------------------------------- /network-profiles/united-states/cellular/network-profile-69.json: -------------------------------------------------------------------------------- 1 | { 2 | "measurement_node": "stanford", 3 | "peer_cloud_server": "aws california", 4 | "data_flow_direction": "upload", 5 | "link_type": "cellular", 6 | "data_source_url": "https://pantheon.stanford.edu/result/1899/", 7 | "config": { 8 | "uplink": { 9 | "bottleneck_bandwidth": 8256, 10 | "buffer_size_bytes": 197405, 11 | "buffer_size_packets": 131, 12 | "propagation_delay": 99, 13 | "cross_traffic_pattern": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 4, 3, 3, 3, 1, 0, 0, 0, 0, 0, 0, 2, 2, 2] 14 | }, 15 | "downlink": { 16 | "bottleneck_bandwidth": 100000, 17 | "buffer_size_bytes": 15000000, 18 | "buffer_size_packets": 10000, 19 | "propagation_delay": 0, 20 | "cross_traffic_pattern": [] 21 | }, 22 | "__comment": "bottleneck_bandwidth is in kbps, buffer_size_packets is in number of MTU sized packets, propagation_delay is in ms, and the cross_traffic_pattern is a 30s long timeseries with each entry in kbps" 23 | } 24 | } --------------------------------------------------------------------------------