AWS 2023 VM Renewing: m7i & m7a - 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
{
"configuration": {
"chart": {
"type": "bar",
"polar": false,
"zoomType": "",
"options3d": {},
"height": 600,
"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": [
"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": 90270.56,
"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": 90270.56,
"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": true,
"maxHeight": null,
"align": "center",
"verticalAlign": "bottom",
"layout": "horizontal",
"width": null,
"margin": 12,
"reversed": false
},
"series": [
{
"name": "AWS m6a.8xlarge",
"verbose": "AWS m6a.8xlarge Read",
"data": [
{
"x": 0,
"y": 84550.458,
"verbose": 84550.458
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m6a.8xlarge",
"verbose": "AWS m6a.8xlarge Write",
"data": [
{
"x": 0,
"y": 10651.468499999999,
"verbose": 10651.468499999999
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS m6i.8xlarge",
"verbose": "AWS m6i.8xlarge Read",
"data": [
{
"x": 1,
"y": 47955.4185,
"verbose": 47955.4185
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m6i.8xlarge",
"verbose": "AWS m6i.8xlarge Write",
"data": [
{
"x": 1,
"y": 15962.923,
"verbose": 15962.923
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS m7a.8xlarge",
"verbose": "AWS m7a.8xlarge Read",
"data": [
{
"x": 2,
"y": 48570.3015,
"verbose": 48570.3015
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m7a.8xlarge",
"verbose": "AWS m7a.8xlarge Write",
"data": [
{
"x": 2,
"y": 8618.789999999999,
"verbose": 8618.789999999999
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS m7i-flex.8xlarge",
"verbose": "AWS m7i-flex.8xlarge Read",
"data": [
{
"x": 3,
"y": 62183.289249999994,
"verbose": 62183.289249999994
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m7i-flex.8xlarge",
"verbose": "AWS m7i-flex.8xlarge Write",
"data": [
{
"x": 3,
"y": 11547.62125,
"verbose": 11547.62125
}
],
"pointPlacement": 0.1,
"color": "#9e9fa3",
"linkedTo": ":previous",
"yAxis": 1,
"dataLabels": {
"enabled": false,
"style": {
"textAlign": "left"
}
}
},
{
"name": "AWS m7i.8xlarge",
"verbose": "AWS m7i.8xlarge Read",
"data": [
{
"x": 4,
"y": 60099.392,
"verbose": 60099.392
}
],
"color": "rgba(247, 152, 29, 0.8)",
"zIndex": 10
},
{
"name": "AWS m7i.8xlarge",
"verbose": "AWS m7i.8xlarge Write",
"data": [
{
"x": 4,
"y": 11282.553666666667,
"verbose": 11282.553666666667
}
],
"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": "258054188000126458154635598376196434272"
}