You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-stack/hci/manage/diskspd-overview.md
+23-36Lines changed: 23 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,57 +23,44 @@ Now you know what DISKSPD is, but when should you use it? DISKSPD has a difficul
23
23
24
24
## Quick start: install and run DISKSPD
25
25
26
-
Without further ado, let’s get started:
26
+
To install and run DISKSPD, open PowerShell as an admin on your management PC, and then follow these steps:
27
27
28
-
1. From your management PC, open PowerShell as an administrator to connect to the target computer that you want to test using DISKSPD, and then type the following command and press Enter.
if ($env:path -split ';' -notcontains $diskspdPath) {
50
+
$env:path += ";" + $diskspdPath
51
+
}
54
52
```
55
53
56
-
1. Change directory to the DISKSPD directory and locate the appropriate executable file for the Windows operating system that the target computer is running.
57
-
58
-
In this example, we're using the amd64 version.
59
-
60
-
> [!NOTE]
61
-
> You can also download the DISKSPD tool directly from the [GitHub repository](https://github.com/microsoft/diskspd) that contains the open-source code, and a wiki page that details all the parameters and specifications. In the repository, under **Releases**, select the link to automatically download the ZIP file.
62
-
63
-
In the ZIP file, you'll see three subfolders: amd64 (64-bit systems), x86 (32-bit systems), and ARM64 (ARM systems). These options enable you to run the tool in every Windows client or server version.
64
-
65
-
:::image type="content" source="media/diskspd-overview/download-directory.png" alt-text="Directory to download the DISKSPD .zip file." lightbox="media/diskspd-overview/download-directory.png":::
66
-
67
-
1. Run DISKSPD with the following PowerShell command. Replace everything inside the square brackets, including the brackets themselves with your appropriate settings.
54
+
1. Run DISKSPD with the following PowerShell command. Replace square brackets with your appropriate settings.
From this example, you can clearly see in the results of the following figure that latency decreased, IOPS increased, and throughput increased when the coordinator node owns the CSV.
0 commit comments