State of the art of European IaaS Compute - Q2 2022 - sysbench RAM
Go back to listsysbench RAM is micro-benchmark part of the sysbench command line. Its goal is to stress volatile memory in write or read access and report performance as MB/sec
Our goal is not to reach the maximum bandwidth, so our configuration uses the default 1KB block, a number of thread equal to the CPU and read then write access. Below, you'll find an example of configuration
sysbench --threads=$cpu_number --time=60 memory --memory-oper=$access run
Cloud Mercato's assertions:
Among the best RAM manager we found:
- AWS accross all their flavors but more especially with AMD chips
- Oracle Cloud also outperforms the crowd in all VM categories
- Followed by Microsoft Azure, except the old F2, and Alibaba Cloud.
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 800,
"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__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": [
"RAM bandwidth in KB/sec<br>Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 46801.67,
"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": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 46801.67,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "RAM bandwidth in KB/sec<br>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": "3DS Outscale m5.4xlarge",
"verbose": "3DS Outscale m5.4xlarge Read",
"data": [
{
"x": 0,
"y": 15055.34,
"verbose": 15055.34
}
],
"color": "rgba(4, 31, 66, 0.8)",
"zIndex": 10
},
{
"name": "3DS Outscale m5.4xlarge",
"verbose": "3DS Outscale m5.4xlarge Write",
"data": [
{
"x": 0,
"y": 5078.983,
"verbose": 5078.983
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Alibaba Cloud ecs.g7.4xlarge",
"verbose": "Alibaba Cloud ecs.g7.4xlarge Read",
"data": [
{
"x": 1,
"y": 36727.496999999996,
"verbose": 36727.496999999996
}
],
"color": "rgba(255, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Alibaba Cloud ecs.g7.4xlarge",
"verbose": "Alibaba Cloud ecs.g7.4xlarge Write",
"data": [
{
"x": 1,
"y": 12153.747,
"verbose": 12153.747
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Amazon Web Services m6i.4xlarge",
"verbose": "Amazon Web Services m6i.4xlarge Read",
"data": [
{
"x": 2,
"y": 36525.588,
"verbose": 36525.588
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "Amazon Web Services m6i.4xlarge",
"verbose": "Amazon Web Services m6i.4xlarge Write",
"data": [
{
"x": 2,
"y": 11987.41,
"verbose": 11987.41
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "CloudFerro eo2a.3xlarge",
"verbose": "CloudFerro eo2a.3xlarge Read",
"data": [
{
"x": 3,
"y": 22431.026,
"verbose": 22431.026
}
],
"color": "rgba(255, 130, 37, 0.8)",
"zIndex": 10
},
{
"name": "CloudFerro eo2a.3xlarge",
"verbose": "CloudFerro eo2a.3xlarge Write",
"data": [
{
"x": 3,
"y": 6498.546,
"verbose": 6498.546
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "CloudSigma 16CPU 32GHz 64GB Intel kvm",
"verbose": "CloudSigma 16CPU 32GHz 64GB Intel kvm Read",
"data": [
{
"x": 4,
"y": 12800.422,
"verbose": 12800.422
}
],
"color": "rgba(2, 170, 78, 0.8)",
"zIndex": 10
},
{
"name": "CloudSigma 16CPU 32GHz 64GB Intel kvm",
"verbose": "CloudSigma 16CPU 32GHz 64GB Intel kvm Write",
"data": [
{
"x": 4,
"y": 4803.431,
"verbose": 4803.431
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "DigitalOcean S 16VCPU 64GB",
"verbose": "DigitalOcean S 16VCPU 64GB Read",
"data": [
{
"x": 5,
"y": 22524.201999999997,
"verbose": 22524.201999999997
}
],
"color": "rgba(5, 127, 255, 0.8)",
"zIndex": 10
},
{
"name": "DigitalOcean S 16VCPU 64GB",
"verbose": "DigitalOcean S 16VCPU 64GB Write",
"data": [
{
"x": 5,
"y": 8269.856,
"verbose": 8269.856
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Fuga Cloud c3.4xlarge",
"verbose": "Fuga Cloud c3.4xlarge Read",
"data": [
{
"x": 6,
"y": 13760.794,
"verbose": 13760.794
}
],
"color": "rgba(36, 47, 75, 0.8)",
"zIndex": 10
},
{
"name": "Fuga Cloud c3.4xlarge",
"verbose": "Fuga Cloud c3.4xlarge Write",
"data": [
{
"x": 6,
"y": 4472.102,
"verbose": 4472.102
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "G-Core g1-standard-16-64",
"verbose": "G-Core g1-standard-16-64 Read",
"data": [
{
"x": 7,
"y": 21001.693,
"verbose": 21001.693
}
],
"color": "rgba(245, 88, 15, 0.8)",
"zIndex": 10
},
{
"name": "G-Core g1-standard-16-64",
"verbose": "G-Core g1-standard-16-64 Write",
"data": [
{
"x": 7,
"y": 8005.76,
"verbose": 8005.76
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Google Cloud n2-standard-16 Intel Cascade Lake",
"verbose": "Google Cloud n2-standard-16 Intel Cascade Lake Read",
"data": [
{
"x": 8,
"y": 29866.153000000002,
"verbose": 29866.153000000002
}
],
"color": "rgba(85, 180, 0, 0.8)",
"zIndex": 10
},
{
"name": "Google Cloud n2-standard-16 Intel Cascade Lake",
"verbose": "Google Cloud n2-standard-16 Intel Cascade Lake Write",
"data": [
{
"x": 8,
"y": 11313.477,
"verbose": 11313.477
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Hetzner CCX41",
"verbose": "Hetzner CCX41 Read",
"data": [
{
"x": 9,
"y": 22005.871,
"verbose": 22005.871
}
],
"color": "rgba(213, 9, 45, 0.8)",
"zIndex": 10
},
{
"name": "Hetzner CCX41",
"verbose": "Hetzner CCX41 Write",
"data": [
{
"x": 9,
"y": 8195.67,
"verbose": 8195.67
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IBM Cloud bx2-16x64",
"verbose": "IBM Cloud bx2-16x64 Read",
"data": [
{
"x": 10,
"y": 25889.537,
"verbose": 25889.537
}
],
"color": "rgba(21, 41, 53, 0.8)",
"zIndex": 10
},
{
"name": "IBM Cloud bx2-16x64",
"verbose": "IBM Cloud bx2-16x64 Write",
"data": [
{
"x": 10,
"y": 11279.785,
"verbose": 11279.785
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IONOS Dedicated 8Core 64GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 64GB Intel Skylake Read",
"data": [
{
"x": 11,
"y": 27403.003000000004,
"verbose": 27403.003000000004
}
],
"color": "rgba(19, 64, 148, 0.8)",
"zIndex": 10
},
{
"name": "IONOS Dedicated 8Core 64GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 64GB Intel Skylake Write",
"data": [
{
"x": 11,
"y": 11214.509,
"verbose": 11214.509
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Kamatera 16ACPU 64.0GB",
"verbose": "Kamatera 16ACPU 64.0GB Read",
"data": [
{
"x": 12,
"y": 27376.013,
"verbose": 27376.013
}
],
"color": "rgba(51, 124, 142, 0.8)",
"zIndex": 10
},
{
"name": "Kamatera 16ACPU 64.0GB",
"verbose": "Kamatera 16ACPU 64.0GB Write",
"data": [
{
"x": 12,
"y": 8455.499,
"verbose": 8455.499
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Linode Linode 64GB",
"verbose": "Linode Linode 64GB Read",
"data": [
{
"x": 13,
"y": 12823.317,
"verbose": 12823.317
}
],
"color": "rgba(0, 182, 76, 0.8)",
"zIndex": 10
},
{
"name": "Linode Linode 64GB",
"verbose": "Linode Linode 64GB Write",
"data": [
{
"x": 13,
"y": 3526.7630000000004,
"verbose": 3526.7630000000004
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Microsoft Azure Standard_D16s_v5",
"verbose": "Microsoft Azure Standard_D16s_v5 Read",
"data": [
{
"x": 14,
"y": 36603.195,
"verbose": 36603.195
}
],
"color": "rgba(85, 179, 255, 0.8)",
"zIndex": 10
},
{
"name": "Microsoft Azure Standard_D16s_v5",
"verbose": "Microsoft Azure Standard_D16s_v5 Write",
"data": [
{
"x": 14,
"y": 11964.272,
"verbose": 11964.272
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Nua.ge 16cores 64GB 100GB",
"verbose": "Nua.ge 16cores 64GB 100GB Read",
"data": [
{
"x": 15,
"y": 13213.275,
"verbose": 13213.275
}
],
"color": "rgba(28, 198, 217, 0.8)",
"zIndex": 10
},
{
"name": "Nua.ge 16cores 64GB 100GB",
"verbose": "Nua.ge 16cores 64GB 100GB Write",
"data": [
{
"x": 15,
"y": 3444.782,
"verbose": 3444.782
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "OVHcloud B2-60",
"verbose": "OVHcloud B2-60 Read",
"data": [
{
"x": 16,
"y": 13666.543,
"verbose": 13666.543
}
],
"color": "rgba(72, 72, 72, 0.8)",
"zIndex": 10
},
{
"name": "OVHcloud B2-60",
"verbose": "OVHcloud B2-60 Write",
"data": [
{
"x": 16,
"y": 4039.1400000000003,
"verbose": 4039.1400000000003
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-64",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-64 Read",
"data": [
{
"x": 17,
"y": 40548.64599999999,
"verbose": 40548.64599999999
}
],
"color": "rgba(255, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-64",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-64 Write",
"data": [
{
"x": 17,
"y": 11317.169,
"verbose": 11317.169
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Orange Business s6.4xlarge.4",
"verbose": "Orange Business s6.4xlarge.4 Read",
"data": [
{
"x": 18,
"y": 21463.636,
"verbose": 21463.636
}
],
"color": "rgba(250, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Orange Business s6.4xlarge.4",
"verbose": "Orange Business s6.4xlarge.4 Write",
"data": [
{
"x": 18,
"y": 8269.366,
"verbose": 8269.366
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Scaleway PRO2-M",
"verbose": "Scaleway PRO2-M Read",
"data": [
{
"x": 19,
"y": 11085.692,
"verbose": 11085.692
}
],
"color": "rgba(81, 0, 153, 0.8)",
"zIndex": 10
},
{
"name": "Scaleway PRO2-M",
"verbose": "Scaleway PRO2-M Write",
"data": [
{
"x": 19,
"y": 3025.761,
"verbose": 3025.761
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "T-Systems Open Telekom Cloud s3.4xlarge.4",
"verbose": "T-Systems Open Telekom Cloud s3.4xlarge.4 Read",
"data": [
{
"x": 20,
"y": 21438.645,
"verbose": 21438.645
}
],
"color": "rgba(209, 0, 108, 0.8)",
"zIndex": 10
},
{
"name": "T-Systems Open Telekom Cloud s3.4xlarge.4",
"verbose": "T-Systems Open Telekom Cloud s3.4xlarge.4 Write",
"data": [
{
"x": 20,
"y": 8325.997,
"verbose": 8325.997
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Tencent Cloud S5.4XLARGE64",
"verbose": "Tencent Cloud S5.4XLARGE64 Read",
"data": [
{
"x": 21,
"y": 25506.764000000003,
"verbose": 25506.764000000003
}
],
"color": "rgba(4, 195, 220, 0.8)",
"zIndex": 10
},
{
"name": "Tencent Cloud S5.4XLARGE64",
"verbose": "Tencent Cloud S5.4XLARGE64 Write",
"data": [
{
"x": 21,
"y": 10738.221,
"verbose": 10738.221
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud 16xCPU-64GB",
"verbose": "UpCloud 16xCPU-64GB Read",
"data": [
{
"x": 22,
"y": 10865.981,
"verbose": 10865.981
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud 16xCPU-64GB",
"verbose": "UpCloud 16xCPU-64GB Write",
"data": [
{
"x": 22,
"y": 2817.844,
"verbose": 2817.844
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "VEXXHOST v3-standard-16",
"verbose": "VEXXHOST v3-standard-16 Read",
"data": [
{
"x": 23,
"y": 9674.411,
"verbose": 9674.411
}
],
"color": "rgba(101, 54, 255, 0.8)",
"zIndex": 10
},
{
"name": "VEXXHOST v3-standard-16",
"verbose": "VEXXHOST v3-standard-16 Write",
"data": [
{
"x": 23,
"y": 2435.922,
"verbose": 2435.922
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Vultr 16CPU 64GB VC2 1280GB NVMe",
"verbose": "Vultr 16CPU 64GB VC2 1280GB NVMe Read",
"data": [
{
"x": 24,
"y": 23628.451999999997,
"verbose": 23628.451999999997
}
],
"color": "rgba(58, 177, 242, 0.8)",
"zIndex": 10
},
{
"name": "Vultr 16CPU 64GB VC2 1280GB NVMe",
"verbose": "Vultr 16CPU 64GB VC2 1280GB NVMe Write",
"data": [
{
"x": 24,
"y": 8783.903,
"verbose": 8783.903
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "gridscale 16cores 64GB",
"verbose": "gridscale 16cores 64GB Read",
"data": [
{
"x": 25,
"y": 14876.769,
"verbose": 14876.769
}
],
"color": "rgba(21, 66, 95, 0.8)",
"zIndex": 10
},
{
"name": "gridscale 16cores 64GB",
"verbose": "gridscale 16cores 64GB Write",
"data": [
{
"x": 25,
"y": 4990.495,
"verbose": 4990.495
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "hopla.cloud b1.64",
"verbose": "hopla.cloud b1.64 Read",
"data": [
{
"x": 26,
"y": 17526.672,
"verbose": 17526.672
}
],
"color": "rgba(11, 222, 214, 0.8)",
"zIndex": 10
},
{
"name": "hopla.cloud b1.64",
"verbose": "hopla.cloud b1.64 Write",
"data": [
{
"x": 26,
"y": 7101.2570000000005,
"verbose": 7101.2570000000005
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "infomaniak a16-ram64-disk0",
"verbose": "infomaniak a16-ram64-disk0 Read",
"data": [
{
"x": 27,
"y": 15907.197,
"verbose": 15907.197
}
],
"color": "rgba(0, 152, 255, 0.8)",
"zIndex": 10
},
{
"name": "infomaniak a16-ram64-disk0",
"verbose": "infomaniak a16-ram64-disk0 Write",
"data": [
{
"x": 27,
"y": 4094.629,
"verbose": 4094.629
}
],
"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.y:.2f}</b><br/>",
"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": 800,
"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__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": [
"RAM bandwidth in KB/sec<br>Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 76438.9,
"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": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 76438.9,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "RAM bandwidth in KB/sec<br>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": "3DS Outscale c5.4xlarge",
"verbose": "3DS Outscale c5.4xlarge Read",
"data": [
{
"x": 0,
"y": 20148.469,
"verbose": 20148.469
}
],
"color": "rgba(4, 31, 66, 0.8)",
"zIndex": 10
},
{
"name": "3DS Outscale c5.4xlarge",
"verbose": "3DS Outscale c5.4xlarge Write",
"data": [
{
"x": 0,
"y": 7228.104000000001,
"verbose": 7228.104000000001
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Alibaba Cloud ecs.c7.4xlarge",
"verbose": "Alibaba Cloud ecs.c7.4xlarge Read",
"data": [
{
"x": 1,
"y": 35655.318,
"verbose": 35655.318
}
],
"color": "rgba(255, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Alibaba Cloud ecs.c7.4xlarge",
"verbose": "Alibaba Cloud ecs.c7.4xlarge Write",
"data": [
{
"x": 1,
"y": 12053.25,
"verbose": 12053.25
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Amazon Web Services c6a.4xlarge",
"verbose": "Amazon Web Services c6a.4xlarge Read",
"data": [
{
"x": 2,
"y": 71564.75200000001,
"verbose": 71564.75200000001
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "Amazon Web Services c6a.4xlarge",
"verbose": "Amazon Web Services c6a.4xlarge Write",
"data": [
{
"x": 2,
"y": 15423.110999999999,
"verbose": 15423.110999999999
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "CloudSigma 16CPU 32GHz 32GB Intel kvm",
"verbose": "CloudSigma 16CPU 32GHz 32GB Intel kvm Read",
"data": [
{
"x": 3,
"y": 12653.479000000001,
"verbose": 12653.479000000001
}
],
"color": "rgba(2, 170, 78, 0.8)",
"zIndex": 10
},
{
"name": "CloudSigma 16CPU 32GHz 32GB Intel kvm",
"verbose": "CloudSigma 16CPU 32GHz 32GB Intel kvm Write",
"data": [
{
"x": 3,
"y": 4803.74,
"verbose": 4803.74
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "DigitalOcean C 16",
"verbose": "DigitalOcean C 16 Read",
"data": [
{
"x": 4,
"y": 34021.889,
"verbose": 34021.889
}
],
"color": "rgba(5, 127, 255, 0.8)",
"zIndex": 10
},
{
"name": "DigitalOcean C 16",
"verbose": "DigitalOcean C 16 Write",
"data": [
{
"x": 4,
"y": 11611.103,
"verbose": 11611.103
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Exoscale Huge Cpu",
"verbose": "Exoscale Huge Cpu Read",
"data": [
{
"x": 5,
"y": 14190.001999999999,
"verbose": 14190.001999999999
}
],
"color": "rgba(210, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Exoscale Huge Cpu",
"verbose": "Exoscale Huge Cpu Write",
"data": [
{
"x": 5,
"y": 4805.6849999999995,
"verbose": 4805.6849999999995
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "G-Core g1-standard-16-32",
"verbose": "G-Core g1-standard-16-32 Read",
"data": [
{
"x": 6,
"y": 21266.902,
"verbose": 21266.902
}
],
"color": "rgba(245, 88, 15, 0.8)",
"zIndex": 10
},
{
"name": "G-Core g1-standard-16-32",
"verbose": "G-Core g1-standard-16-32 Write",
"data": [
{
"x": 6,
"y": 8055.406,
"verbose": 8055.406
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Google Cloud Custom N2 16 vCPU 32GB Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 32GB Intel Cascade Lake Read",
"data": [
{
"x": 7,
"y": 28854.559,
"verbose": 28854.559
}
],
"color": "rgba(85, 180, 0, 0.8)",
"zIndex": 10
},
{
"name": "Google Cloud Custom N2 16 vCPU 32GB Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 32GB Intel Cascade Lake Write",
"data": [
{
"x": 7,
"y": 10982.516,
"verbose": 10982.516
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Hetzner CPX51",
"verbose": "Hetzner CPX51 Read",
"data": [
{
"x": 8,
"y": 23597.504999999997,
"verbose": 23597.504999999997
}
],
"color": "rgba(213, 9, 45, 0.8)",
"zIndex": 10
},
{
"name": "Hetzner CPX51",
"verbose": "Hetzner CPX51 Write",
"data": [
{
"x": 8,
"y": 6056.505,
"verbose": 6056.505
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IBM Cloud cx2-16x32",
"verbose": "IBM Cloud cx2-16x32 Read",
"data": [
{
"x": 9,
"y": 27619.015000000003,
"verbose": 27619.015000000003
}
],
"color": "rgba(21, 41, 53, 0.8)",
"zIndex": 10
},
{
"name": "IBM Cloud cx2-16x32",
"verbose": "IBM Cloud cx2-16x32 Write",
"data": [
{
"x": 9,
"y": 11679.24,
"verbose": 11679.24
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IONOS Dedicated 8Core 32GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 32GB Intel Skylake Read",
"data": [
{
"x": 10,
"y": 23847.557,
"verbose": 23847.557
}
],
"color": "rgba(19, 64, 148, 0.8)",
"zIndex": 10
},
{
"name": "IONOS Dedicated 8Core 32GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 32GB Intel Skylake Write",
"data": [
{
"x": 10,
"y": 9251.198,
"verbose": 9251.198
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Kamatera 16ACPU 32.0GB",
"verbose": "Kamatera 16ACPU 32.0GB Read",
"data": [
{
"x": 11,
"y": 28525.996000000003,
"verbose": 28525.996000000003
}
],
"color": "rgba(51, 124, 142, 0.8)",
"zIndex": 10
},
{
"name": "Kamatera 16ACPU 32.0GB",
"verbose": "Kamatera 16ACPU 32.0GB Write",
"data": [
{
"x": 11,
"y": 8537.794,
"verbose": 8537.794
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Linode Dedicated 32GB",
"verbose": "Linode Dedicated 32GB Read",
"data": [
{
"x": 12,
"y": 26666.013,
"verbose": 26666.013
}
],
"color": "rgba(0, 182, 76, 0.8)",
"zIndex": 10
},
{
"name": "Linode Dedicated 32GB",
"verbose": "Linode Dedicated 32GB Write",
"data": [
{
"x": 12,
"y": 8187.927000000001,
"verbose": 8187.927000000001
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Microsoft Azure Standard_F16s_v2",
"verbose": "Microsoft Azure Standard_F16s_v2 Read",
"data": [
{
"x": 13,
"y": 6209.853,
"verbose": 6209.853
}
],
"color": "rgba(85, 179, 255, 0.8)",
"zIndex": 10
},
{
"name": "Microsoft Azure Standard_F16s_v2",
"verbose": "Microsoft Azure Standard_F16s_v2 Write",
"data": [
{
"x": 13,
"y": 4725.644,
"verbose": 4725.644
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-32",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-32 Read",
"data": [
{
"x": 14,
"y": 36466.914000000004,
"verbose": 36466.914000000004
}
],
"color": "rgba(255, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-32",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-32 Write",
"data": [
{
"x": 14,
"y": 9143.132000000001,
"verbose": 9143.132000000001
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Orange Business c6.4xlarge.2",
"verbose": "Orange Business c6.4xlarge.2 Read",
"data": [
{
"x": 15,
"y": 21478.726,
"verbose": 21478.726
}
],
"color": "rgba(250, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Orange Business c6.4xlarge.2",
"verbose": "Orange Business c6.4xlarge.2 Write",
"data": [
{
"x": 15,
"y": 8084.425,
"verbose": 8084.425
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "T-Systems Open Telekom Cloud s3.4xlarge.2",
"verbose": "T-Systems Open Telekom Cloud s3.4xlarge.2 Read",
"data": [
{
"x": 16,
"y": 21928.7235,
"verbose": 21928.7235
}
],
"color": "rgba(209, 0, 108, 0.8)",
"zIndex": 10
},
{
"name": "T-Systems Open Telekom Cloud s3.4xlarge.2",
"verbose": "T-Systems Open Telekom Cloud s3.4xlarge.2 Write",
"data": [
{
"x": 16,
"y": 8096.7339999999995,
"verbose": 8096.7339999999995
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Tencent Cloud C3.2XLARGE16",
"verbose": "Tencent Cloud C3.2XLARGE16 Read",
"data": [
{
"x": 17,
"y": 16573.334,
"verbose": 16573.334
}
],
"color": "rgba(4, 195, 220, 0.8)",
"zIndex": 10
},
{
"name": "Tencent Cloud C3.2XLARGE16",
"verbose": "Tencent Cloud C3.2XLARGE16 Write",
"data": [
{
"x": 17,
"y": 6203.5160000000005,
"verbose": 6203.5160000000005
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud Custom 16xCPU-32GB",
"verbose": "UpCloud Custom 16xCPU-32GB Read",
"data": [
{
"x": 18,
"y": 10639.686,
"verbose": 10639.686
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud Custom 16xCPU-32GB",
"verbose": "UpCloud Custom 16xCPU-32GB Write",
"data": [
{
"x": 18,
"y": 2654.939,
"verbose": 2654.939
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "VEXXHOST v3-starter-16",
"verbose": "VEXXHOST v3-starter-16 Read",
"data": [
{
"x": 19,
"y": 7872.325999999999,
"verbose": 7872.325999999999
}
],
"color": "rgba(101, 54, 255, 0.8)",
"zIndex": 10
},
{
"name": "VEXXHOST v3-starter-16",
"verbose": "VEXXHOST v3-starter-16 Write",
"data": [
{
"x": 19,
"y": 1880.654,
"verbose": 1880.654
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Vultr 16CPU 32GB VOC-C 500GB NVMe",
"verbose": "Vultr 16CPU 32GB VOC-C 500GB NVMe Read",
"data": [
{
"x": 20,
"y": 20532.211000000003,
"verbose": 20532.211000000003
}
],
"color": "rgba(58, 177, 242, 0.8)",
"zIndex": 10
},
{
"name": "Vultr 16CPU 32GB VOC-C 500GB NVMe",
"verbose": "Vultr 16CPU 32GB VOC-C 500GB NVMe Write",
"data": [
{
"x": 20,
"y": 5492.601,
"verbose": 5492.601
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "gridscale 16cores 32GB",
"verbose": "gridscale 16cores 32GB Read",
"data": [
{
"x": 21,
"y": 16299.901000000002,
"verbose": 16299.901000000002
}
],
"color": "rgba(21, 66, 95, 0.8)",
"zIndex": 10
},
{
"name": "gridscale 16cores 32GB",
"verbose": "gridscale 16cores 32GB Write",
"data": [
{
"x": 21,
"y": 5451.023999999999,
"verbose": 5451.023999999999
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "infomaniak a16-ram32-disk0",
"verbose": "infomaniak a16-ram32-disk0 Read",
"data": [
{
"x": 22,
"y": 16618.804,
"verbose": 16618.804
}
],
"color": "rgba(0, 152, 255, 0.8)",
"zIndex": 10
},
{
"name": "infomaniak a16-ram32-disk0",
"verbose": "infomaniak a16-ram32-disk0 Write",
"data": [
{
"x": 22,
"y": 6237.007,
"verbose": 6237.007
}
],
"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.y:.2f}</b><br/>",
"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": 800,
"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__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": [
"RAM bandwidth in KB/sec<br>Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 41604.87,
"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": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 41604.87,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "RAM bandwidth in KB/sec<br>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": "3DS Outscale r4.4xlarge",
"verbose": "3DS Outscale r4.4xlarge Read",
"data": [
{
"x": 0,
"y": 15189.416999999998,
"verbose": 15189.416999999998
}
],
"color": "rgba(4, 31, 66, 0.8)",
"zIndex": 10
},
{
"name": "3DS Outscale r4.4xlarge",
"verbose": "3DS Outscale r4.4xlarge Write",
"data": [
{
"x": 0,
"y": 5359.051,
"verbose": 5359.051
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Alibaba Cloud ecs.r7.4xlarge",
"verbose": "Alibaba Cloud ecs.r7.4xlarge Read",
"data": [
{
"x": 1,
"y": 35473.918,
"verbose": 35473.918
}
],
"color": "rgba(255, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Alibaba Cloud ecs.r7.4xlarge",
"verbose": "Alibaba Cloud ecs.r7.4xlarge Write",
"data": [
{
"x": 1,
"y": 12202.216,
"verbose": 12202.216
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Amazon Web Services r5a.4xlarge",
"verbose": "Amazon Web Services r5a.4xlarge Read",
"data": [
{
"x": 2,
"y": 37113.43,
"verbose": 37113.43
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "Amazon Web Services r5a.4xlarge",
"verbose": "Amazon Web Services r5a.4xlarge Write",
"data": [
{
"x": 2,
"y": 5833.644,
"verbose": 5833.644
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "CloudFerro hm.2xlarge",
"verbose": "CloudFerro hm.2xlarge Read",
"data": [
{
"x": 3,
"y": 17684.48,
"verbose": 17684.48
}
],
"color": "rgba(255, 130, 37, 0.8)",
"zIndex": 10
},
{
"name": "CloudFerro hm.2xlarge",
"verbose": "CloudFerro hm.2xlarge Write",
"data": [
{
"x": 3,
"y": 5574.778,
"verbose": 5574.778
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "DigitalOcean M 128GB",
"verbose": "DigitalOcean M 128GB Read",
"data": [
{
"x": 4,
"y": 21228.251,
"verbose": 21228.251
}
],
"color": "rgba(5, 127, 255, 0.8)",
"zIndex": 10
},
{
"name": "DigitalOcean M 128GB",
"verbose": "DigitalOcean M 128GB Write",
"data": [
{
"x": 4,
"y": 7452.483,
"verbose": 7452.483
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Exoscale Titan Standard",
"verbose": "Exoscale Titan Standard Read",
"data": [
{
"x": 5,
"y": 14052.007999999998,
"verbose": 14052.007999999998
}
],
"color": "rgba(210, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Exoscale Titan Standard",
"verbose": "Exoscale Titan Standard Write",
"data": [
{
"x": 5,
"y": 4703.165,
"verbose": 4703.165
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "G-Core g1-memory-16-128",
"verbose": "G-Core g1-memory-16-128 Read",
"data": [
{
"x": 6,
"y": 21313.428,
"verbose": 21313.428
}
],
"color": "rgba(245, 88, 15, 0.8)",
"zIndex": 10
},
{
"name": "G-Core g1-memory-16-128",
"verbose": "G-Core g1-memory-16-128 Write",
"data": [
{
"x": 6,
"y": 8034.387,
"verbose": 8034.387
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Google Cloud Custom N2 16 vCPU 128GB Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 128GB Intel Cascade Lake Read",
"data": [
{
"x": 7,
"y": 28763.246000000003,
"verbose": 28763.246000000003
}
],
"color": "rgba(85, 180, 0, 0.8)",
"zIndex": 10
},
{
"name": "Google Cloud Custom N2 16 vCPU 128GB Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 128GB Intel Cascade Lake Write",
"data": [
{
"x": 7,
"y": 11084.924,
"verbose": 11084.924
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IBM Cloud mx2-16x128",
"verbose": "IBM Cloud mx2-16x128 Read",
"data": [
{
"x": 8,
"y": 23119.016,
"verbose": 23119.016
}
],
"color": "rgba(21, 41, 53, 0.8)",
"zIndex": 10
},
{
"name": "IBM Cloud mx2-16x128",
"verbose": "IBM Cloud mx2-16x128 Write",
"data": [
{
"x": 8,
"y": 8889.873,
"verbose": 8889.873
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IONOS Dedicated 8Core 128GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 128GB Intel Skylake Read",
"data": [
{
"x": 9,
"y": 18440.496,
"verbose": 18440.496
}
],
"color": "rgba(19, 64, 148, 0.8)",
"zIndex": 10
},
{
"name": "IONOS Dedicated 8Core 128GB Intel Skylake",
"verbose": "IONOS Dedicated 8Core 128GB Intel Skylake Write",
"data": [
{
"x": 9,
"y": 6208.549,
"verbose": 6208.549
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Microsoft Azure Standard_E16s_v5",
"verbose": "Microsoft Azure Standard_E16s_v5 Read",
"data": [
{
"x": 10,
"y": 37665.62,
"verbose": 37665.62
}
],
"color": "rgba(85, 179, 255, 0.8)",
"zIndex": 10
},
{
"name": "Microsoft Azure Standard_E16s_v5",
"verbose": "Microsoft Azure Standard_E16s_v5 Write",
"data": [
{
"x": 10,
"y": 12207.258,
"verbose": 12207.258
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Nua.ge 16cores 120GB 100GB",
"verbose": "Nua.ge 16cores 120GB 100GB Read",
"data": [
{
"x": 11,
"y": 11532.206,
"verbose": 11532.206
}
],
"color": "rgba(28, 198, 217, 0.8)",
"zIndex": 10
},
{
"name": "Nua.ge 16cores 120GB 100GB",
"verbose": "Nua.ge 16cores 120GB 100GB Write",
"data": [
{
"x": 11,
"y": 2919.444,
"verbose": 2919.444
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-128",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-128 Read",
"data": [
{
"x": 12,
"y": 37061.436,
"verbose": 37061.436
}
],
"color": "rgba(255, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-128",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-128 Write",
"data": [
{
"x": 12,
"y": 8903.795,
"verbose": 8903.795
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Orange Business m6.4xlarge.8",
"verbose": "Orange Business m6.4xlarge.8 Read",
"data": [
{
"x": 13,
"y": 21572.112,
"verbose": 21572.112
}
],
"color": "rgba(250, 102, 0, 0.8)",
"zIndex": 10
},
{
"name": "Orange Business m6.4xlarge.8",
"verbose": "Orange Business m6.4xlarge.8 Write",
"data": [
{
"x": 13,
"y": 7609.435,
"verbose": 7609.435
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "T-Systems Open Telekom Cloud m4.4xlarge.8",
"verbose": "T-Systems Open Telekom Cloud m4.4xlarge.8 Read",
"data": [
{
"x": 14,
"y": 21726.420000000002,
"verbose": 21726.420000000002
}
],
"color": "rgba(209, 0, 108, 0.8)",
"zIndex": 10
},
{
"name": "T-Systems Open Telekom Cloud m4.4xlarge.8",
"verbose": "T-Systems Open Telekom Cloud m4.4xlarge.8 Write",
"data": [
{
"x": 14,
"y": 8276.776000000002,
"verbose": 8276.776000000002
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Tencent Cloud M5.4XLARGE128",
"verbose": "Tencent Cloud M5.4XLARGE128 Read",
"data": [
{
"x": 15,
"y": 21832.613,
"verbose": 21832.613
}
],
"color": "rgba(4, 195, 220, 0.8)",
"zIndex": 10
},
{
"name": "Tencent Cloud M5.4XLARGE128",
"verbose": "Tencent Cloud M5.4XLARGE128 Write",
"data": [
{
"x": 15,
"y": 8205.042,
"verbose": 8205.042
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "UpCloud Custom 16xCPU-128GB",
"verbose": "UpCloud Custom 16xCPU-128GB Read",
"data": [
{
"x": 16,
"y": 11903.994,
"verbose": 11903.994
}
],
"color": "rgba(139, 0, 255, 0.8)",
"zIndex": 10
},
{
"name": "UpCloud Custom 16xCPU-128GB",
"verbose": "UpCloud Custom 16xCPU-128GB Write",
"data": [
{
"x": 16,
"y": 3226.058,
"verbose": 3226.058
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Vultr 16CPU 128GB DEDICATEDOPTIMIZED",
"verbose": "Vultr 16CPU 128GB DEDICATEDOPTIMIZED Read",
"data": [
{
"x": 17,
"y": 21900.258,
"verbose": 21900.258
}
],
"color": "rgba(58, 177, 242, 0.8)",
"zIndex": 10
},
{
"name": "Vultr 16CPU 128GB DEDICATEDOPTIMIZED",
"verbose": "Vultr 16CPU 128GB DEDICATEDOPTIMIZED Write",
"data": [
{
"x": 17,
"y": 5317.288,
"verbose": 5317.288
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Vultr 16CPU 128GB VOC-M 800GB NVMe",
"verbose": "Vultr 16CPU 128GB VOC-M 800GB NVMe Read",
"data": [
{
"x": 18,
"y": 13566.222,
"verbose": 13566.222
}
],
"color": "rgba(58, 177, 242, 0.8)",
"zIndex": 10
},
{
"name": "Vultr 16CPU 128GB VOC-M 800GB NVMe",
"verbose": "Vultr 16CPU 128GB VOC-M 800GB NVMe Write",
"data": [
{
"x": 18,
"y": 4379.964,
"verbose": 4379.964
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "gridscale 16cores 128GB",
"verbose": "gridscale 16cores 128GB Read",
"data": [
{
"x": 19,
"y": 14620.577,
"verbose": 14620.577
}
],
"color": "rgba(21, 66, 95, 0.8)",
"zIndex": 10
},
{
"name": "gridscale 16cores 128GB",
"verbose": "gridscale 16cores 128GB Write",
"data": [
{
"x": 19,
"y": 4850.114,
"verbose": 4850.114
}
],
"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.y:.2f}</b><br/>",
"footerFormat": "",
"shared": false,
"outside": false,
"valueDecimals": null,
"split": false
},
"annotations": null
},
"hc_type": "chart",
"id": "1-8"
}
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 800,
"width": null,
"margin": null,
"inverted": false,
"zooming": {}
},
"credits": {
"enabled": false
},
"title": {
"text": "Extended memory"
},
"colorAxis": null,
"subtitle": {
"text": ""
},
"xAxis": {
"title": {
"text": [
""
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"provider__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": [
"RAM bandwidth in KB/sec<br>Higher is better"
],
"useHTML": false,
"style": {
"color": "#666666"
}
},
"categories": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 36949.25,
"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": [
"readwrite"
],
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": 2000,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": 36949.25,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": false
},
"inkedTo": 0
}
],
"zAxis": {
"title": {
"text": "RAM bandwidth in KB/sec<br>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": "Google Cloud Custom N2 16 vCPU 256GB Ext Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 256GB Ext Intel Cascade Lake Read",
"data": [
{
"x": 0,
"y": 28404.840999999997,
"verbose": 28404.840999999997
}
],
"color": "rgba(85, 180, 0, 0.8)",
"zIndex": 10
},
{
"name": "Google Cloud Custom N2 16 vCPU 256GB Ext Intel Cascade Lake",
"verbose": "Google Cloud Custom N2 16 vCPU 256GB Ext Intel Cascade Lake Write",
"data": [
{
"x": 0,
"y": 11237.677,
"verbose": 11237.677
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IBM Cloud vx2d-16x224",
"verbose": "IBM Cloud vx2d-16x224 Read",
"data": [
{
"x": 1,
"y": 27354.218,
"verbose": 27354.218
}
],
"color": "rgba(21, 41, 53, 0.8)",
"zIndex": 10
},
{
"name": "IBM Cloud vx2d-16x224",
"verbose": "IBM Cloud vx2d-16x224 Write",
"data": [
{
"x": 1,
"y": 11820.446,
"verbose": 11820.446
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "IONOS 8cores 256GB Intel Skylake",
"verbose": "IONOS 8cores 256GB Intel Skylake Read",
"data": [
{
"x": 2,
"y": 29851.071000000004,
"verbose": 29851.071000000004
}
],
"color": "rgba(19, 64, 148, 0.8)",
"zIndex": 10
},
{
"name": "IONOS 8cores 256GB Intel Skylake",
"verbose": "IONOS 8cores 256GB Intel Skylake Write",
"data": [
{
"x": 2,
"y": 11761.492999999999,
"verbose": 11761.492999999999
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Linode Linode 300GB",
"verbose": "Linode Linode 300GB Read",
"data": [
{
"x": 3,
"y": 30172.104,
"verbose": 30172.104
}
],
"color": "rgba(0, 182, 76, 0.8)",
"zIndex": 10
},
{
"name": "Linode Linode 300GB",
"verbose": "Linode Linode 300GB Write",
"data": [
{
"x": 3,
"y": 6246.811,
"verbose": 6246.811
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Nua.ge 16cores 240GB 100GB",
"verbose": "Nua.ge 16cores 240GB 100GB Read",
"data": [
{
"x": 4,
"y": 10942.274000000001,
"verbose": 10942.274000000001
}
],
"color": "rgba(28, 198, 217, 0.8)",
"zIndex": 10
},
{
"name": "Nua.ge 16cores 240GB 100GB",
"verbose": "Nua.ge 16cores 240GB 100GB Write",
"data": [
{
"x": 4,
"y": 2521.534,
"verbose": 2521.534
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "OVHcloud R2-240",
"verbose": "OVHcloud R2-240 Read",
"data": [
{
"x": 5,
"y": 13554.532000000001,
"verbose": 13554.532000000001
}
],
"color": "rgba(72, 72, 72, 0.8)",
"zIndex": 10
},
{
"name": "OVHcloud R2-240",
"verbose": "OVHcloud R2-240 Write",
"data": [
{
"x": 5,
"y": 4670.514,
"verbose": 4670.514
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-256",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-256 Read",
"data": [
{
"x": 6,
"y": 35225.33266666667,
"verbose": 35225.33266666667
}
],
"color": "rgba(255, 0, 0, 0.8)",
"zIndex": 10
},
{
"name": "Oracle Cloud VM.Standard.E4.Flex.8-256",
"verbose": "Oracle Cloud VM.Standard.E4.Flex.8-256 Write",
"data": [
{
"x": 6,
"y": 8871.632000000001,
"verbose": 8871.632000000001
}
],
"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.y:.2f}</b><br/>",
"footerFormat": "",
"shared": false,
"outside": false,
"valueDecimals": null,
"split": false
},
"annotations": null
},
"hc_type": "chart",
"id": "1-16"
}