UpCloud High CPU and Memory VM - Network bandwidth
Go back to listWe measure local bandwidth between two identical machines in the same datacenter. The tool used here is Iperf 3 with TCP mode and a number of thread equal to CPU.
iperf3 --client $client_ip --interval 30 --parallel $cpu_number --time 60 --format M --json # On client
iperf3 --server --version4 --interval 30 # On server
It's always good to keep in mind that the maximum bandwidth depends of the VM size and generaly providers will cap it with value correlated with CPU and instance type. Here we always have 16 CPUs and different categories among compute/memory optimized or dedicated/shared environment.
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 400,
"width": null,
"margin": null,
"inverted": false,
"zooming": {}
},
"credits": {
"enabled": false
},
"title": {
"text": "General Purpose"
},
"colorAxis": null,
"subtitle": {
"text": ""
},
"xAxis": {
"title": {
"text": [
""
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"provider__short_name",
"flavor__name"
],
"lineWidth": 1,
"tickInterval": null,
"tickWidth": 0,
"tickLength": 10,
"tickPixelInterval": null,
"plotLines": null,
"labels": {
"enabled": false,
"format": null,
"formatter": "",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false,
"step": 0
},
"plotBands": null,
"visible": true,
"floor": null,
"ceiling": null,
"type": "linear",
"min": null,
"gridLineWidth": null,
"gridLineColor": null,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"tickmarkPlacement": null,
"units": null,
"minRange": null
},
"yAxis": [
{
"title": {
"text": [
"Bandwidth in Mbps - Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 9469.932094375656,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": true,
"formatter": ":abs",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false
}
},
{
"title": {
"enabled": false
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 9469.932094375656,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "Bandwidth in Mbps - Higher is better"
}
},
"plotOptions": {
"series": {
"dataLabels": {
"enabled": true,
"format": "{series.name}",
"distance": 30,
"align": "left",
"inside": null,
"allowOverlap": false,
"style": {
"fontSize": "17px"
}
},
"showInLegend": null,
"turboThreshold": 1000,
"stacking": "normal",
"groupPadding": 0,
"centerInCategory": false,
"findNearestPointBy": "x"
}
},
"navigator": {
"enabled": false
},
"scrollbar": {
"enabled": false
},
"rangeSelector": {
"enabled": false,
"inputEnabled": false
},
"legend": {
"enabled": false,
"maxHeight": null,
"align": "center",
"verticalAlign": "bottom",
"layout": "horizontal",
"width": null,
"margin": 12,
"reversed": false
},
"series": [
{
"name": "AWS m6i.large",
"verbose": "AWS m6i.large Upload",
"data": [
{
"x": 0,
"y": 6069.138427650671,
"verbose": 6069.138427650671
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m6i.large",
"verbose": "AWS m6i.large Download",
"data": [
{
"x": 0,
"y": 5114.831490741009,
"verbose": 5114.831490741009
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud HIMEM-2xCPU-8GB",
"verbose": "UpCloud HIMEM-2xCPU-8GB Upload",
"data": [
{
"x": 1,
"y": 913.7161562422922,
"verbose": 913.7161562422922
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud HIMEM-2xCPU-8GB",
"verbose": "UpCloud HIMEM-2xCPU-8GB Download",
"data": [
{
"x": 1,
"y": 913.7709405619938,
"verbose": 913.7709405619938
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
}
],
"drilldown": {},
"tooltip": {
"enabled": true,
"useHTML": false,
"format": null,
"headerFormat": "",
"pointFormat": "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.verbose:.1f} Mbps</b>",
"footerFormat": "",
"shared": false,
"outside": false,
"valueDecimals": null,
"split": false
},
"annotations": null
},
"hc_type": "chart",
"id": "1-4"
}
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 400,
"width": null,
"margin": null,
"inverted": false,
"zooming": {}
},
"credits": {
"enabled": false
},
"title": {
"text": "Compute optimized"
},
"colorAxis": null,
"subtitle": {
"text": ""
},
"xAxis": {
"title": {
"text": [
""
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"provider__short_name",
"flavor__name"
],
"lineWidth": 1,
"tickInterval": null,
"tickWidth": 0,
"tickLength": 10,
"tickPixelInterval": null,
"plotLines": null,
"labels": {
"enabled": false,
"format": null,
"formatter": "",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false,
"step": 0
},
"plotBands": null,
"visible": true,
"floor": null,
"ceiling": null,
"type": "linear",
"min": null,
"gridLineWidth": null,
"gridLineColor": null,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"tickmarkPlacement": null,
"units": null,
"minRange": null
},
"yAxis": [
{
"title": {
"text": [
"Bandwidth in Mbps - Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 11819.833930869076,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": true,
"formatter": ":abs",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false
}
},
{
"title": {
"enabled": false
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 11819.833930869076,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "Bandwidth in Mbps - Higher is better"
}
},
"plotOptions": {
"series": {
"dataLabels": {
"enabled": true,
"format": "{series.name}",
"distance": 30,
"align": "left",
"inside": null,
"allowOverlap": false,
"style": {
"fontSize": "17px"
}
},
"showInLegend": null,
"turboThreshold": 1000,
"stacking": "normal",
"groupPadding": 0,
"centerInCategory": false,
"findNearestPointBy": "x"
}
},
"navigator": {
"enabled": false
},
"scrollbar": {
"enabled": false
},
"rangeSelector": {
"enabled": false,
"inputEnabled": false
},
"legend": {
"enabled": false,
"maxHeight": null,
"align": "center",
"verticalAlign": "bottom",
"layout": "horizontal",
"width": null,
"margin": 12,
"reversed": false
},
"series": [
{
"name": "AWS c6i.2xlarge",
"verbose": "AWS c6i.2xlarge Upload",
"data": [
{
"x": 0,
"y": 11797.993076154235,
"verbose": 11797.993076154235
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS c6i.2xlarge",
"verbose": "AWS c6i.2xlarge Download",
"data": [
{
"x": 0,
"y": 7409.266190931181,
"verbose": 7409.266190931181
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud HICPU-8xCPU-16GB",
"verbose": "UpCloud HICPU-8xCPU-16GB Upload",
"data": [
{
"x": 1,
"y": 918.4506836342949,
"verbose": 918.4506836342949
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud HICPU-8xCPU-16GB",
"verbose": "UpCloud HICPU-8xCPU-16GB Download",
"data": [
{
"x": 1,
"y": 918.5225405978474,
"verbose": 918.5225405978474
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
}
],
"drilldown": {},
"tooltip": {
"enabled": true,
"useHTML": false,
"format": null,
"headerFormat": "",
"pointFormat": "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.verbose:.1f} Mbps</b>",
"footerFormat": "",
"shared": false,
"outside": false,
"valueDecimals": null,
"split": false
},
"annotations": null
},
"hc_type": "chart",
"id": "1-2"
}
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 400,
"width": null,
"margin": null,
"inverted": false,
"zooming": {}
},
"credits": {
"enabled": false
},
"title": {
"text": "Memory optimized"
},
"colorAxis": null,
"subtitle": {
"text": ""
},
"xAxis": {
"title": {
"text": [
""
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"provider__short_name",
"flavor__name"
],
"lineWidth": 1,
"tickInterval": null,
"tickWidth": 0,
"tickLength": 10,
"tickPixelInterval": null,
"plotLines": null,
"labels": {
"enabled": false,
"format": null,
"formatter": "",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false,
"step": 0
},
"plotBands": null,
"visible": true,
"floor": null,
"ceiling": null,
"type": "linear",
"min": null,
"gridLineWidth": null,
"gridLineColor": null,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"tickmarkPlacement": null,
"units": null,
"minRange": null
},
"yAxis": [
{
"title": {
"text": [
"Bandwidth in Mbps - Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 11827.336863248107,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": true,
"formatter": ":abs",
"style": {
"color": "#666666",
"cursor": "default",
"fontSize": "11px"
},
"useHTML": false
}
},
{
"title": {
"enabled": false
},
"categories": [
"mode"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 11827.336863248107,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "Bandwidth in Mbps - Higher is better"
}
},
"plotOptions": {
"series": {
"dataLabels": {
"enabled": true,
"format": "{series.name}",
"distance": 30,
"align": "left",
"inside": null,
"allowOverlap": false,
"style": {
"fontSize": "17px"
}
},
"showInLegend": null,
"turboThreshold": 1000,
"stacking": "normal",
"groupPadding": 0,
"centerInCategory": false,
"findNearestPointBy": "x"
}
},
"navigator": {
"enabled": false
},
"scrollbar": {
"enabled": false
},
"rangeSelector": {
"enabled": false,
"inputEnabled": false
},
"legend": {
"enabled": false,
"maxHeight": null,
"align": "center",
"verticalAlign": "bottom",
"layout": "horizontal",
"width": null,
"margin": 12,
"reversed": false
},
"series": [
{
"name": "AWS r6i.2xlarge",
"verbose": "AWS r6i.2xlarge Upload",
"data": [
{
"x": 0,
"y": 11785.106591012522,
"verbose": 11785.106591012522
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS r6i.2xlarge",
"verbose": "AWS r6i.2xlarge Download",
"data": [
{
"x": 0,
"y": 7425.742424403189,
"verbose": 7425.742424403189
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS r6i.large",
"verbose": "AWS r6i.large Upload",
"data": [
{
"x": 1,
"y": 6175.7343138787255,
"verbose": 6175.7343138787255
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS r6i.large",
"verbose": "AWS r6i.large Download",
"data": [
{
"x": 1,
"y": 5017.518903887381,
"verbose": 5017.518903887381
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS r6i.xlarge",
"verbose": "AWS r6i.xlarge Upload",
"data": [
{
"x": 2,
"y": 6690.8784065510645,
"verbose": 6690.8784065510645
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS r6i.xlarge",
"verbose": "AWS r6i.xlarge Download",
"data": [
{
"x": 2,
"y": 6567.479261926021,
"verbose": 6567.479261926021
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud HIMEM-2xCPU-16GB",
"verbose": "UpCloud HIMEM-2xCPU-16GB Upload",
"data": [
{
"x": 3,
"y": 913.6660116394266,
"verbose": 913.6660116394266
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud HIMEM-2xCPU-16GB",
"verbose": "UpCloud HIMEM-2xCPU-16GB Download",
"data": [
{
"x": 3,
"y": 913.6289701151775,
"verbose": 913.6289701151775
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud HIMEM-4xCPU-32GB",
"verbose": "UpCloud HIMEM-4xCPU-32GB Upload",
"data": [
{
"x": 4,
"y": 915.3080443853789,
"verbose": 915.3080443853789
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud HIMEM-4xCPU-32GB",
"verbose": "UpCloud HIMEM-4xCPU-32GB Download",
"data": [
{
"x": 4,
"y": 915.1226108478131,
"verbose": 915.1226108478131
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
}
],
"drilldown": {},
"tooltip": {
"enabled": true,
"useHTML": false,
"format": null,
"headerFormat": "",
"pointFormat": "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.verbose:.1f} Mbps</b>",
"footerFormat": "",
"shared": false,
"outside": false,
"valueDecimals": null,
"split": false
},
"annotations": null
},
"hc_type": "chart",
"id": "1-8"
}