Skip to content

Commit a2d7fcf

Browse files
authored
Update README.md
1 parent a796c20 commit a2d7fcf

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
DiskSpd
22
=======
33

4-
DISKSPD is a storage load generator / performance test tool from the Microsoft Windows, Windows Server and Cloud Server Infrastructure Engineering teams. Please see the included documentation (docx and pdf formats).
4+
DiskSpd is a storage performance tool from the Windows, Windows Server and Cloud Server Infrastructure engineering teams at Microsoft. Please visit <https://github.com/Microsoft/diskspd/wiki> for updated documentation. The latest update to DiskSpd can be downloaded from <https://aka.ms/diskspd>.
5+
6+
7+
In addition to the tool itself, this repository hosts measurement frameworks which utilize DiskSpd. The initial example is [VM Fleet](https://github.com/Microsoft/diskspd/blob/master/Frameworks/VMFleet) that was used for the Windows Server 2016 Hyper-Converged Storage Spaces Direct work.
58

69
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
710

811
What's New?
912
===========
1013

11-
In addition DISKSPD itself, this repo hosts measurement frameworks which use DISKSPD. The initial example is the ***VM Fleet*** being used for Windows Server 2016 Hyper-Converged Storage Spaces Direct work. Look for these under the *Frameworks* directory.
12-
1314
## DISKSPD ##
1415

1516
DISKSPD 2.0.20a 2/28/2018
1617

1718
* Changes that may require rebaselining of results:
1819
* New random number generator that may show an observable decreased cost
19-
* Switched to 512-byte aligned buffers with the -Z option to increase performance
20-
* New -O option for specifying the number of outstanding IO requests per thread
21-
* New -Zr option for per-IO randomization of write buffer content
20+
* Switched to 512-byte aligned buffers with the `-Z` option to increase performance
21+
* New `-O` option for specifying the number of outstanding IO requests per thread
22+
* New `-Zr` option for per-IO randomization of write buffer content
2223
* XML: Adds a new `<ThreadTarget>` element to support target weighting schemes
2324
* Enhanced statistics captured from IOPS data
2425
* Added support for validating XML profiles using an in-built XSD
@@ -29,14 +30,14 @@ DISKSPD 2.0.20a 2/28/2018
2930

3031
DISKSPD 2.0.18a 5/31/2016
3132

32-
* update /? example to use -Sh v. deprecated -h
33+
* update `/?` example to use `-Sh` v. deprecated `-h`
3334
* fix operation on volumes on GPT partitioned media (<driveletter>:)
3435
* fix IO priority hint to proper stack alignment (if not 8 byte, will fail)
3536
* use iB notation to clarify that text result output is in 2^n units (KiB/MiB/GiB)
3637

37-
DISKSPD 2.0.17 5/01/2016
38+
DISKSPD 2.0.17a 5/01/2016
3839

39-
* -S is expanded to control write-through independent of OS/software cache. Among other things, this allows buffered write-through to be specified (-Sbw).
40+
* `-S` is expanded to control write-through independent of OS/software cache. Among other things, this allows buffered write-through to be specified (`-Sbw`).
4041
* XML: adds a new `<WriteThrough>` element to specify write-through
4142
* XML: `<DisableAllCache>` is no longer emitted (still parsed, though), in favor or `<WriteThrough>` and `<DisableOSCache>`
4243
* Text output: OS/software cache and write-through state are now documented separately (adjacent lines)
@@ -89,15 +90,13 @@ VM Fleet 0.6 7/18/2016
8990
* watch-cluster handles downed/recovered nodes gracefully
9091
* update-csv now handles node names which are logical prefixes of another (node1, node10)
9192

92-
Compiling / Source
93-
=========
94-
95-
Compilation is supported with Visual Studio and Visual Studio Express. Use the Visual Studio solution file inside the diskspd_vs directory.
93+
Source Code
94+
===========
9695

97-
Source code is hosted at the following repo, if you did not clone it directly:
96+
The source code for DiskSpd is hosted on GitHub at:
9897

99-
[https://github.com/microsoft/diskspd](https://github.com/microsoft/diskspd "https://github.com/microsoft/diskspd")
98+
<https://github.com/Microsoft/diskspd>
10099

101-
A binary release is hosted by Microsoft at the following location:
100+
Any issues with DiskSpd can be reported using the following link:
102101

103-
[http://aka.ms/diskspd](http://aka.ms/diskspd "http://aka.ms/diskspd")
102+
<https://github.com/Microsoft/diskspd/issues>

0 commit comments

Comments
 (0)