AWS vs Azure vs Google vs IBM vs Oracle - VMs Q1 2021 - sysbench CPU
Go back to listSysbench CPU is an open source micro benchmark tool. Its job is to find the highest number of prime number during a certain amount of time. This test outputs a rate comparable across our different VMs
Our testing configuration use a number of thread equal to the CPU number and prime number under 64000. Here's a template of command line
sysbench --threads=$cpu_number --time=60 cpu --cpu-max-prime=64000 run
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 900,
"width": null,
"margin": null,
"inverted": false,
"zooming": {}
},
"credits": {
"enabled": false
},
"title": {
"text": ""
},
"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": [
"Number per seconds<br>Higher is better"
],
"useHTML": false,
"style": {
"fontSize": "20px"
}
},
"categories": null,
"plotLines": null,
"plotBands": null,
"lineWidth": null,
"tickInterval": null,
"tickLength": 10,
"floor": null,
"ceiling": null,
"gridLineInterpolation": null,
"gridLineWidth": 1,
"gridLineColor": "#CCC",
"min": null,
"max": null,
"minorTickInterval": null,
"minorTickWidth": 0,
"minTickInterval": null,
"startOnTick": true,
"endOnTick": null,
"minRange": null,
"type": "linear",
"tickmarkPlacement": null,
"labels": {
"enabled": true,
"formatter": null,
"style": {
"fontSize": "14px"
},
"useHTML": false
}
},
"zAxis": {
"title": {
"text": "Number per seconds<br>Higher is better"
}
},
"plotOptions": {
"series": {
"dataLabels": {
"enabled": true,
"format": "{series.name}",
"distance": 30,
"align": "left",
"inside": true,
"allowOverlap": false,
"style": {
"fontSize": "15px"
}
},
"showInLegend": null,
"turboThreshold": 1000,
"stacking": "",
"groupPadding": 0,
"centerInCategory": false,
"findNearestPointBy": "x"
}
},
"navigator": {
"enabled": false
},
"scrollbar": {
"enabled": false
},
"rangeSelector": {
"enabled": false,
"inputEnabled": false
},
"legend": {
"enabled": true,
"maxHeight": null,
"align": "center",
"verticalAlign": "bottom",
"layout": "horizontal",
"width": null,
"margin": 12,
"reversed": false
},
"series": [
{
"name": "AWS c5a.2xlarge",
"data": [
[
0,
503.186
]
],
"grouping": false,
"color": "#f7981d"
},
{
"name": "AWS c5a.4xlarge",
"data": [
[
1,
999.618
]
],
"grouping": false,
"color": "#f7981d"
},
{
"name": "AWS c5a.large",
"data": [
[
2,
125.52374999999999
]
],
"grouping": false,
"color": "#f7981d"
},
{
"name": "AWS c5a.xlarge",
"data": [
[
3,
250.24499999999998
]
],
"grouping": false,
"color": "#f7981d"
},
{
"name": "Azure Standard_F16s_v2",
"data": [
[
4,
1140.6349999999998
]
],
"grouping": false,
"color": "#55b3ff"
},
{
"name": "Azure Standard_F2s_v2",
"data": [
[
5,
143.533
]
],
"grouping": false,
"color": "#55b3ff"
},
{
"name": "Azure Standard_F4s_v2",
"data": [
[
6,
294.622
]
],
"grouping": false,
"color": "#55b3ff"
},
{
"name": "Azure Standard_F8s_v2",
"data": [
[
7,
570.289
]
],
"grouping": false,
"color": "#55b3ff"
},
{
"name": "Google Custom N2 16 vCPU 32GB Intel Cascade Lake",
"data": [
[
8,
1148.094
]
],
"grouping": false,
"color": "#55b400"
},
{
"name": "Google Custom N2 2 vCPU 4GB Intel Cascade Lake",
"data": [
[
9,
143.81444444444443
]
],
"grouping": false,
"color": "#55b400"
},
{
"name": "Google Custom N2 4 vCPU 8GB Intel Cascade Lake",
"data": [
[
10,
287.44
]
],
"grouping": false,
"color": "#55b400"
},
{
"name": "Google Custom N2 8 vCPU 16GB Intel Cascade Lake",
"data": [
[
11,
575.235
]
],
"grouping": false,
"color": "#55b400"
},
{
"name": "IBM cx2-16x32",
"data": [
[
12,
988.1600000000001
]
],
"grouping": false,
"color": "#152935"
},
{
"name": "IBM cx2-2x4",
"data": [
[
13,
123.905
]
],
"grouping": false,
"color": "#152935"
},
{
"name": "IBM cx2-4x8",
"data": [
[
14,
286.558
]
],
"grouping": false,
"color": "#152935"
},
{
"name": "IBM cx2-8x16",
"data": [
[
15,
569.549
]
],
"grouping": false,
"color": "#152935"
},
{
"name": "Oracle VM.Standard.E3.Flex.1-4",
"data": [
[
16,
124.215
]
],
"grouping": false,
"color": "#FF0000"
},
{
"name": "Oracle VM.Standard.E3.Flex.2-8",
"data": [
[
17,
246.61100000000002
]
],
"grouping": false,
"color": "#FF0000"
},
{
"name": "Oracle VM.Standard.E3.Flex.4-16",
"data": [
[
18,
496.934
]
],
"grouping": false,
"color": "#FF0000"
},
{
"name": "Oracle VM.Standard.E3.Flex.8-32",
"data": [
[
19,
980.723
]
],
"grouping": false,
"color": "#FF0000"
}
],
"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": "330908579356131217064088939250183854299"
}