Skip to content

Commit e8a2856

Browse files
authored
Merge pull request #199 from Azure/JacobbDevelop
Add report.html for Jetstress
2 parents aa24a35 + c64d7fb commit e8a2856

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed
-4.27 KB
Binary file not shown.

jetstress-2013-exchange-loadtest/azuredeploy.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@
4242
"metadata": {
4343
"description": "Jetstress load test type - 1. Disk Subsystem Throughput (Recommended) 2. Exchange Mailbox Profile"
4444
}
45-
},
45+
},
46+
"diskSizeInGB": {
47+
"type": "int",
48+
"defaultValue": 10,
49+
"metadata": {
50+
"description": "Size in GB of the datadisk to use for testing."
51+
}
52+
},
4653
"storageDiskCapacityPercentage": {
4754
"type": "int",
4855
"defaultValue": 80,
@@ -95,8 +102,7 @@
95102
"vmName": "[concat('vm', resourceGroup().name)]",
96103
"vmOsDiskName": "[concat('od', resourceGroup().name)]",
97104
"vmDatabaseDiskName": "[concat('db', resourceGroup().name)]",
98-
"vmSize": "Standard_A2",
99-
"vmDatabaseDiskSizeInGB": "10",
105+
"vmSize": "Standard_A2",
100106
"vmNicName": "[tolower(concat('nc', resourceGroup().name))]",
101107
"virtualNetworkName": "[tolower(concat('vn', resourceGroup().name))]",
102108
"vnetID": "[resourceId('Microsoft.Network/virtualNetworks',variables('virtualNetworkName'))]",
@@ -241,7 +247,7 @@
241247
"name": "[concat(variables('vmDatabaseDiskName'),copyIndex())]",
242248
"createOption": "Empty",
243249
"caching": "None",
244-
"diskSizeGB": "[variables('vmDatabaseDiskSizeInGB')]",
250+
"diskSizeGB": "[parameters('diskSizeInGB')]",
245251
"lun": 0
246252
}
247253
]
@@ -330,4 +336,4 @@
330336
}
331337
}
332338
]
333-
}
339+
}

jetstress-2013-exchange-loadtest/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JETSTRESS 2013 WORKLoAD FOR EXCHANGE 2016 CU1 ON AZURESTACK
1+
# JETSTRESS 2013 WORKLOAD FOR EXCHANGE 2016 CU1 ON AZURESTACK
22

33

44
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2FAzureStack-QuickStart-Templates%2Fmaster%2Fjetstress-2013-exchange-loadtest%2Fazuredeploy.json" target="_blank">

0 commit comments

Comments
 (0)